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

Re: rm -> ci -> cp bug?

From: Jeff D <fixedored_at_gmail.com>
Date: 2007-04-05 23:29:29 CEST

On Thu, 5 Apr 2007, Miller, Eric wrote:

> Can someone verify this for me?
> svn del <dir>
> svn ci -m '' <dir>
> svn cp . <tag url> <----- fails with 'missing <dir>' error.
>
> I'm using 1.4.2.
>
> I assume the meta data in ./.svn is not getting updated by the deletion?
> Maybe this is fixed already in 1.4.3?
>
> Thanks,
> Eric
>

I just did some tests with both 1.4.2 and 1.4.3, both behave the same way,
issuing a svn up after the ci seems to fix it though:

$ ls
1 2
$ svn ls
1/
2/
$ svn del 1
D 1
$ svn ci -m 'remove 1'
Deleting dev/1

Committed revision 42.
$ svn cp . $rep/tags/testdel -m 'test del'
svn: Commit failed (details follow):
svn: Directory '/tmp/rep/trunk/dev/1' is missing
$ svn up
At revision 42.
$ svn cp . $rep/tags/testdel -m 'test del'

Committed revision 43.

-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 5 23:30:01 2007

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.