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

removing versioned symlink to "."

From: Karl Chen <quarl_at_cs.berkeley.edu>
Date: 2006-02-16 11:56:41 CET

$ ln -s . foo1
$ ln -s . foo2

$ svn add foo1 foo2
A foo1
A foo2

$ svn ci -m '' foo1 foo2
Adding foo1
Adding foo2
Transmitting file data .
Committed revision 1.

$ svn rm foo1
svn: 'foo1' is in the way of the resource actually under version control

$ svn rm -m '' https://example.org/foo1

Committed revision 2.

$ rm foo2

$ svn rm foo2
D foo

$ svn ci -m '' foo2
Deleting foo2

Committed revision 3.
 

-- 
Karl 2006-02-16 02:51
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 16 11:57:32 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.