On Fri, 2004-06-25 at 07:19, Alberto Tretti wrote:
> Hi everybody,
> Here is my problem: a friend of mine updated his project, then I made
> some changes and thus committed my changes...my friend then committed
> his changes without making an update so he overwrote my changes. Now I
> re-updated my code to the previous version (the one with my changes) and
> I want to commit them again,but I get a commit error:
>
> F:\>svn commit Athena -m "speriamo"
> Deleting Athena\bin // this is because I want to
> delete this directory as well
> svn: Commit failed (details follow):
> svn: Out of date: 'src' in transaction '2t'
>
> Any idea? thank you and sorry for the redundant english.
Look at the end of chapter 2 in the book. You're not allowed to commit
the deletion of a directory unless your working copy has the HEAD
version of it.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 25 17:58:36 2004