Calling svn log from a program with username and password (OSX)

2010-09-30 Thread OmarShariffDoneLikeIt
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

Re: Calling svn log from a program with username and password (OSX)

2010-10-01 Thread Ryan Schmidt
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