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

Re: Path already exists

From: Elior <malulelior_at_hotmail.com>
Date: Mon, 13 Apr 2009 01:23:54 -0700 (PDT)

Ron Hi
=====
You need to add the file name you are importing as a postfix of the URL:
svn import -m "this will work" nothing.txt
file:///Users/ron/svn_test/nothing.txt.

Ron Olson wrote:
>
> Hi all-
>
> Sorry to be such a noob, but I haven't found a satisfactory answer
> anywhere via Google et al and this is intensely frustrating:
>
> I have created an svn repository both locally and remote to another
> machine where I alreadyh have Apache configured, and I get the same
> error every time:
>
> svn: Path 'file:///whatever' already exists
>
> Here's what I'm doing:
>
> $ svnadmin create /Users/ron/svn_test
> $ ls ./svn_test
> README.txt dav format locks
> conf db hooks
> $ vi nothing.txt
> <add a couple of lines to nothing.txt>
> $ svn import ./nothing.txt file:///Users/ron/svn_test -m "this will not
> work"
> svn: Path 'file:///Users/ron/svn_test' already exists
>
> This is all happening all of a sudden....I didn't upgrade svn, didn't
> touch my machine. To be honest, I haven't *created* a repo for awhile,
> I've just been happily working along but now I need to create some
> more and I'm getting this.
>
> This is on MacOS X 10.4 using svn 1.2.3 which I got as part of the
> Fink project.
>
> I'm sure I'm just doing something stupid, but the doubly stupid part
> is that I have no idea what. I verified against the FAQ and the book,
> but no joy.
>
> Ron
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Path-already-exists-tp5496717p23019324.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1685475
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-13 10:26:08 CEST

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.