RE: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Mark Raymond
Mark Raymond wrote on Sat, Oct 20, 2012 at 21:48:11 +0100: > > - C:\sasl\sasldb was created on an Ubuntu system using: > > saslpasswd2 -c -f ~/sasldb -u madanra mark when ~/sasldb did not exist > > before running the command, and then ~/sasldb was copied across to the > > Windows system (as I did

Re: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Daniel Shahaf
Mark Raymond wrote on Sat, Oct 20, 2012 at 21:48:11 +0100: > - C:\sasl\sasldb was created on an Ubuntu system using: > saslpasswd2 -c -f ~/sasldb -u madanra mark > when ~/sasldb did not exist before running the command, and then ~/sasldb > was copied across to the Windows system (as I didn't have a

Re: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Daniel Shahaf
Thorsten Schöning wrote on Sat, Oct 20, 2012 at 23:54:13 +0200: > Guten Tag Mark Raymond, > am Samstag, 20. Oktober 2012 um 22:48 schrieben Sie: > > > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos

RE: Problems configuring svnserve on Windows using SASL

2012-10-21 Thread Mark Raymond
> > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos to serve, not a single repo itself? I believe that's a common way of doing things, but it's not enforced; last time I set up svnserve I pointed -r

Re: Problems configuring svnserve on Windows using SASL

2012-10-20 Thread Thorsten Schöning
Guten Tag Mark Raymond, am Samstag, 20. Oktober 2012 um 22:48 schrieben Sie: > - svnserve was then started using > svnserve -d -r C:\repo --log-file C:\temp\svn.log Doesn't -r need to specify a parent directory of repos to serve, not a single repo itself? Mit freundlichen Grüßen, Thorsten Schön