Re: project vs. repository

2011-01-19 Thread Alan Taylor
On Fri, Jan 14, 2011 at 11:37, Edward Ned Harvey wrote: >> From: alan.james.tay...@gmail.com [mailto:alan.james.tay...@gmail.com] >> On Behalf Of Alan Taylor >> >> My problem is that cfg should be a project within the repo >> and now I want to add another project, i.e. >> /srv/svn/cfg >> /srv/svn/

RE: project vs. repository

2011-01-13 Thread Edward Ned Harvey
> From: alan.james.tay...@gmail.com [mailto:alan.james.tay...@gmail.com] > On Behalf Of Alan Taylor > > My problem is that cfg should be a project within the repo > and now I want to add another project, i.e. > /srv/svn/cfg > /srv/svn/pxe > > What is the best way to move things around ? This was

Re: project vs. repository

2011-01-13 Thread David Weintraub
On Thu, Jan 13, 2011 at 11:37 AM, Daniel Shahaf wrote: > David Weintraub wrote on Thu, Jan 13, 2011 at 11:19:54 -0500: >> Are you using file:// URLs? You should either be using svnserve or >> Apache httpd as your Subversion server. Fortunately, you can easily do >> that without having to do anythi

Re: project vs. repository

2011-01-13 Thread Les Mikesell
On 1/13/2011 10:37 AM, Daniel Shahaf wrote: David Weintraub wrote on Thu, Jan 13, 2011 at 11:19:54 -0500: Are you using file:// URLs? You should either be using svnserve or Apache httpd as your Subversion server. Fortunately, you can easily do that without having to do anything with your reposit

Re: project vs. repository

2011-01-13 Thread Daniel Shahaf
David Weintraub wrote on Thu, Jan 13, 2011 at 11:19:54 -0500: > Are you using file:// URLs? You should either be using svnserve or > Apache httpd as your Subversion server. Fortunately, you can easily do > that without having to do anything with your repository. Even when I > have a personal Subver

Re: project vs. repository

2011-01-13 Thread David Weintraub
Are you using file:// URLs? You should either be using svnserve or Apache httpd as your Subversion server. Fortunately, you can easily do that without having to do anything with your repository. Even when I have a personal Subversion repository and I'm the only user, I still use svnserve. But gett

RE: project vs. repository

2011-01-12 Thread Cooke, Mark
> -Original Message- > From: alan.james.tay...@gmail.com > [mailto:alan.james.tay...@gmail.com] On Behalf Of Alan Taylor > Sent: 13 January 2011 00:22 > To: users@subversion.apache.org > Subject: project vs. repository > > Greetings, > > Some time ago I cr

project vs. repository

2011-01-12 Thread Alan Taylor
Greetings, Some time ago I created my repo with: svnadmin create /srv/svn/cfg This has been operating fine for over a year, but I now have a problem because I want to add another project. Unfortunately I think the original repo creation command should have been: svnadmin create /srv/svn My probl

project vs. repository

2011-01-12 Thread Alan Taylor
Greetings, Some time ago I created my repo with: svnadmin create /srv/svn/cfg This has been operating fine for over a year, but I now have a problem because I want to add another project. Unfortunately I think the original repo creation command should have been: svnadmin create /srv/svn My probl