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

Re: Problem when setting SVN by using Apache2

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-08-07 05:05:13 CEST

On Aug 6, 2007, at 21:53, Xell Zhang wrote:

> Thanks for your replys!
>
> Then I did like you said:
> >> sudo svnadmin create /var/svnroot/dummy
>
> Then I change the owner:
> >> sudo chown -R apache:apache /var/svnroot
>
> Then I ran:
> >> svn import dummy http://localhost:8088/svn/dummy/ -m "test"
>
> But I got this error:
> svn: Path 'http://localhost:8088/svn/dummy ' already exists

Ok. So, just like it says, the repository "dummy" already contains an
item "dummy". Apparently one of your previous import attempts
succeeded. See the contents of the "dummy" repository by using "svn
list":

svn list http://localhost:8088/svn/dummy/

> BTW: I am using Berkeley DB as the storage but the FS. Does this
> have anything to do with this?

No, that shouldn't matter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 7 05:04:19 2007

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.