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

Re: svnserve

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-09-30 10:15:51 CEST

> >>>
> >>
> >>Is there a way to use the (very useful) -r functionality with svn+ssh?
> >
> >
> > Yes. Create a wrapper which passes the extra argument to svnserve like this:
> >
> > #!/bin/sh
> >
> > /usr/bin/svnserve -r /my/repos/root "$@"
> >
> > and make sure it's in your path before svnserve itself.
> >
> > HTH,
> >
> > Erik.
> >
>
> Seems very clunky. It would be nice if this was something that could be
> set in a user's configuration files.

That would mean the repository URL might be different for different
users. That would be confusing at least. I'd prefer the wrapper
anytime.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 30 10:16:28 2004

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.