JS.staff wrote:
> If I add a new file to a version-controlled folder (just copy it in
> using windows, not using svn routines), then add it to ignore list (so
> altering a property on the folder itself), why does my 'commit' fail??
>
> I have to do an 'update', and then I can commit. No concurrent changes
> have taken place.
If you set the svn:ignore property on the parent folder, then that
folder is "modified". On the next commit, Subversion compares the last
committed revision of that folder with the HEAD revision in the
repository, and they don't match anymore. Then you have to update your
working copy so that the folders will get the HEAD revision too.
As soon as both repository and modified folders have the same revision,
you can commit.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:18:11 2004