Multiple SVN repos with single server?

2014-02-07 Thread Tom Malia
I've been using Apache to proide HTTP access to several different SVN repository directories on a single server for about 10 years. I'm moving everything to a new server and I was considering using SVNSERVE in place of or in addition to Apache for access to the repositories. Is it possible to

Re: Multiple SVN repos with single server?

2014-02-07 Thread Ben Reser
On 2/7/14, 11:57 AM, Tom Malia wrote: > Is it possible to server multiple SVN repositories…. Where I mean completely > different SVN directories… not separate folders within a single SVN repo… > using > SVNSERVE on a single server? If so, how? svnserve -d -r /var/svn Where each folder in /var/s

Re: Multiple SVN repos with single server?

2014-02-07 Thread Mauricio Tavares
On Fri, Feb 7, 2014 at 2:57 PM, Tom Malia wrote: > I've been using Apache to proide HTTP access to several different SVN > repository directories on a single server for about 10 years. > > I'm moving everything to a new server and I was considering using SVNSERVE > in place of or in addition to Ap

RE: Multiple SVN repos with single server?

2014-02-07 Thread Bob Archer
> I've been using Apache to proide HTTP access to several different SVN > repository directories on a single server for about 10 years. > I'm moving everything to a new server and I was considering using SVNSERVE > in place of or in addition to Apache for access to the repositories. Sure... but I

RE: Multiple SVN repos with single server?

2014-02-07 Thread Tom Malia
Thanks, it's sssooo obvious now! -Original Message- From: Ben Reser [mailto:b...@reser.org] Sent: Friday, February 07, 2014 3:04 PM To: Tom Malia; users@subversion.apache.org Subject: Re: Multiple SVN repos with single server? On 2/7/14, 11:57 AM, Tom Malia wrote: > Is it pos

RE: Multiple SVN repos with single server?

2014-02-07 Thread Tom Malia
owledge here are probably painfully obvious to everyone but me on these subjects ignorance is NOT always bliss. -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, February 07, 2014 3:11 PM To: Tom Malia; users@subversion.apache.org Subject: RE: Multiple SV

RE: Multiple SVN repos with single server?

2014-02-07 Thread Bob Archer
gt; > > -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: Friday, February 07, 2014 3:11 PM > To: Tom Malia; users@subversion.apache.org > Subject: RE: Multiple SVN repos with single server? > > > I've been using Apache to proide HTTP access t

Re: Multiple SVN repos with single server?

2014-02-07 Thread Ben Reser
On 2/7/14, 1:28 PM, Bob Archer wrote: > We switched from svn:// to http:// and didn't see any pref difference. Then > again, I didn't benchmark it. That said, we don't do any path based > authorization and that may be the difference. svnserve will be faster if you're committing a lot of files.

Re: Multiple SVN repos with single server?

2014-02-08 Thread Nico Kadel-Garcia
On Fri, Feb 7, 2014 at 3:11 PM, Bob Archer wrote: >> I've been using Apache to proide HTTP access to several different SVN >> repository directories on a single server for about 10 years. >> I'm moving everything to a new server and I was considering using SVNSERVE >> in place of or in addition to