Quoth Bala Paranj <mailto:bparanj@yahoo.com>:
> When I rename a directory and commit, I get the error message "Out of
> Date" error message.
>
> 21:43:39:~/work/sesame > svn move timelib util
> A util
> D timelib/Clock.java
> D timelib
> 21:43:47:~/work/sesame > svn commit -m "Renamed timelib to util"
> Deleting timelib svn: Commit failed (details follow):
> svn: Out of date: '/sesame/trunk/timelib' in transaction '10-1'
It means that someone else has probably fiddled with the directory since
your last update. You should probably revert the move (which involves
separately reverting the add and the delete it's composed of, and
possibly also manually moving files around if you have other uncommitted
changes), do an update of the entire parent directory (at least), and
then try again.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 21 05:02:29 2006