Out of date error with branches
From: Matthew Burgess <matthew_at_linuxfromscratch.org>
Date: 2005-04-01 22:53:06 CEST
Hi folks.
I'm seeing the following error message when trying to create a branch:
svn: Out of date: 'branches/6.1' in transaction '4848-1'
Here's what I did:
matthew_at_server$ svn cp svn+ssh://server/LFS/trunk/BOOK
Committed revision 4847.
This wasn't quite correct as our build scripts wanted the stuff in
matthew_at_server$ svn rm svn+ssh://server/LFS/branches/6.1 -m "Remove
Committed revision 4848.
Now I'm trying to recreate the branch, but correctly this time:
matthew_at_server$ svn cp svn+ssh://server/LFS/trunk/BOOK
and get:
svn: Out of date: 'branches/6.1' in transaction '4848-1'
So, how do I fix things up? Just reverse merge r4847 and 'svn mv' stuff
Regards,
Matt.
---------------------------------------------------------------------
|
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.