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

Re: Commit failure after a directory renaming

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-09-03 11:55:35 CEST

2005/9/2, Yves Martin <yves.martin@elca.ch>:

> Why on earth does 'svn' try to delete 'InitTask.java'... I have already
> committed the renaming of
> 'buildsystem/j2ee/java/ch/elca/leaf/buildsystem/j2ee/InitTask.java' into
> 'buildsystem/j2ee/java/ch/elca/leaf/buildsystem/j2ee/J2eeInitTask.java'
> before renaming the 'leaf/buildsystem' directory into 'el4ant' ???

I do not really know the answer to your questions, but one thing I
learnt with subversion:

Whenever you commit directory changes (rename/move of files/folders,
changing folder properties etc), *update* your working copy
afterwards! This seems strange, but if you don't, you have a mixed
version working copy, and you might not be able to commit the
following folder modifications. See the chapter "Mixed Revision
Working Copies" in the subversion book, namely the "Mixed revisions
have limitations" section:
http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 3 11:58:21 2005

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.