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

Re: Confusing a local wc

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-08 17:44:00 CET

On Dec 8, 2004, at 9:14 AM, Hakan Koseoglu wrote:
>
> hakank@p038:~/test/test> svn commit -m "bzzt"
> Deleting a1
> svn: Commit failed (details follow):
> svn: Out of date: 'a1' in transaction '4'
>
> I did commit everything I had on the working copy before deciding to
> delete it. Why did deleting a1 fail? What is it trying to do with my
> delete "a2" request?

Because you're not allowed to commit the deletion of a directory if the
directory's working-rev isn't HEAD. See the end of chapter 2, "the
limitation of mixed-revisions" for an explanation. It's one of two
restrictions related to directory versioning.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 8 17:46:34 2004

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.