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
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
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
> > - 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
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
Hello,
I've set up svnserve on Windows before using the inbuilt CRAM-MD5
authentication, using my own compile of SVN. I'm now trying to set up
svnserve to use SASL and DIGEST-MD5, but I'm having difficulties getting it
working.
My setup is:
- I'm on Windows 7 Professional x64
- I'm using the Tor