Bug 149941 - pull-svn.py fails to sync revisions when SVN credentials is not setup
Summary: pull-svn.py fails to sync revisions when SVN credentials is not setup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 16:53 PDT by Ryosuke Niwa
Modified: 2015-10-08 18:13 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.78 KB, patch)
2015-10-08 17:03 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Added an option to set --trust-server-cert (8.91 KB, patch)
2015-10-08 17:16 PDT, Ryosuke Niwa
cdumez: review+
cdumez: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-10-08 16:53:24 PDT
The script should have username and password as arguments.
Comment 1 Ryosuke Niwa 2015-10-08 17:03:38 PDT
Created attachment 262729 [details]
Patch
Comment 2 Ryosuke Niwa 2015-10-08 17:16:31 PDT
Created attachment 262732 [details]
Added an option to set --trust-server-cert
Comment 3 Chris Dumez 2015-10-08 17:43:33 PDT
Comment on attachment 262732 [details]
Added an option to set --trust-server-cert

View in context: https://bugs.webkit.org/attachment.cgi?id=262732&action=review

r=me with comment.

> Websites/perf.webkit.org/tools/pull-svn.py:43
> +    if 'revisionToFecth' not in repository:

revisionToFecth -> revisionToFetch
Comment 4 Ryosuke Niwa 2015-10-08 18:13:54 PDT
Committed r190764: <http://trac.webkit.org/changeset/190764>