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

Re: removing versioned symlink to "."

From: <kfogel_at_collab.net>
Date: 2006-02-16 17:08:15 CET

Karl Chen <quarl@cs.berkeley.edu> writes:
> $ 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

Why does this step say "D foo" if what you removed is "foo2"?

> $ svn ci -m '' foo2
> Deleting foo2
>
> Committed revision 3.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 16 19:01:27 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.