Re: "svn move" broken?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-05 15:25:13 CEST
Leeuw van der, Tim wrote:
> >I always assumed it was part of design and learned to do an update after a
This is a common FAQ, and mentioned in the book, but I'll repeat it
In general you do *not* have to run updates after every single commit.
But there are exactly two exceptions to this:
1. you cannot delete a file or directory which isn't at HEAD
2. you cannot commit propchanges to a directory which isn't at HEAD
So in Michael's situation, he was running into the first restriction.
Here's the book reference:
http://svnbook.red-bean.com/book.html#svn-ch-2-sect-3.4
---------------------------------------------------------------------
|
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.