On Sep 30, 2010, at 03:40, OmarShariffDoneLikeIt wrote:
> I'm writing a program that processes the XML results of svn log. After
> following a bug, I found that on OSX the following example would fail to use
> the specified username and password:
>
> ben> svn log --username someoneelse --password
Hi all,
I'm writing a program that processes the XML results of svn log. After
following a bug, I found that on OSX the following example would fail to use
the specified username and password:
ben> svn log --username someoneelse --password secret
ssh+svn://myserver.com/repo/trunk -r 1 -v --xml
b