RESOLVED FIXED Bug 149941
pull-svn.py fails to sync revisions when SVN credentials is not setup
https://bugs.webkit.org/show_bug.cgi?id=149941
Summary pull-svn.py fails to sync revisions when SVN credentials is not setup
Ryosuke Niwa
Reported 2015-10-08 16:53:24 PDT
The script should have username and password as arguments.
Attachments
Patch (8.78 KB, patch)
2015-10-08 17:03 PDT, Ryosuke Niwa
no flags
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-
Ryosuke Niwa
Comment 1 2015-10-08 17:03:38 PDT
Ryosuke Niwa
Comment 2 2015-10-08 17:16:31 PDT
Created attachment 262732 [details] Added an option to set --trust-server-cert
Chris Dumez
Comment 3 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
Ryosuke Niwa
Comment 4 2015-10-08 18:13:54 PDT
Note You need to log in before you can comment on or make changes to this bug.