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

Re: Reducing "out-of-date" errors - another way?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-08-03 16:31:48 CEST

sussman@gmail.com wrote on 08/03/2006 10:28:19 AM:

> Read the section on 'mixed revisions' at the end of chapter 2 in the
> svnbook. In summary, there are only two restrictions going on:
>
> * you may not delete a file or directory which is out-of-date.
> * you may not commit a propchange to a directory which isn't at HEAD.
>
> I think you're imagining that there are many more restrictions, but
> there aren't. :-)
>
> (Note that while the 2nd restriction is very specifically about having
> a local revision equal to HEAD, the first restriction is not; it's
> fine to delete something not at HEAD, so long as the latest version in
> the repository is identical.)

Thanks, I had already gone and re-read it. I was thinking you could not
delete a file unless its parent directory was at HEAD. I guess what must
be happening in Subclipse is people are renaming their folders a lot and
running into this. Not uncommon with Java refactorings since the folder
name has meaning in Java. I was thinking it was also happening when
renaming/moving files but now I do not think that is the case.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 3 16:32:21 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.