[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DB errors

From: Jason Rust <jrust_at_rustyparts.com>
Date: 2003-11-18 18:31:07 CET

> #! /bin/ksh
> umask 002
> /usr/local/bin/snvserve $@
> exit

I've also been having this problem for quite some time. I access the
repository over svn:// and svn+ssh://. I understand how to make a
svnserve wrapper that resides in /usr/local/bin, but how do I tell the
svn+ssh:// protocol to use that wrapper and not the actual program which
resides in /usr/bin? Do I have to change the $PATH variable for each
user so that /usr/local/bin comes before /usr/bin? Or rename
/usr/bin/svnserve to /usr/bin/svnserve2 (but then RPM upgrades are not
smooth)?

Thanks,
-Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 18 18:26:00 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.