[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-26 12:13:13 CEST

On Jul 26, 2006, at 04:25, Ron Olson wrote:

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

Indicate the complete repository URL at which you want the item to be
available after import:

$ svn import ./nothing.txt file:///Users/ron/svn_test/nothing.txt -m
"this works"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 26 12:14:31 2006

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.