Patch |
r861434 |
r861434 | dlr | 2006-09-05 22:49:36 +0000 (Tue, 05 Sep 2006) Add the ability for svnmerge.py to pass --username and --password options to the 'svn' command-line binary. * contrib/client-side/svnmerge.py (launchsvn): Handle "username" and "password" options from opts, adding them to the command used to invoke 'svn'. (global_opts): Add OptionArg objects for "-u"/"--username" and "-p"/"--password". Patch by: Paul Cook <pcook@caltech.edu> (Tweaked by me.)