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

Re: svnserve

From: Peter Williams <peterw_at_aurema.com>
Date: 2004-09-30 10:45:42 CEST

Erik Huelsmann wrote:
>>>>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.

OK. Perhaps it should be settable in some global configuration file on
the server. It's very disconcerting to have to use a different value
for svn+ssh: than for svn: because the intuitive model is that one is
just a secure form of the other.

Peter

-- 
Dr Peter Williams, Chief Scientist                peterw@aurema.com
Aurema Pty Limited                                Tel:+61 2 9698 2322
PO Box 305, Strawberry Hills NSW 2012, Australia  Fax:+61 2 9699 9174
79 Myrtle Street, Chippendale NSW 2008, Australia http://www.aurema.com
---------------------------------------------------------------------
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:47:09 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.