removing versioned symlink to "."
From: Karl Chen <quarl_at_cs.berkeley.edu>
Date: 2006-02-16 11:56:41 CET
$ ln -s . foo1
$ svn add foo1 foo2
$ svn ci -m '' foo1 foo2
$ svn rm foo1
$ svn rm -m '' https://example.org/foo1
Committed revision 2.
$ rm foo2
$ svn rm foo2
$ svn ci -m '' 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.orgReceived 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.