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/
> 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
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
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
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
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
> -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
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
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