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

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
svn+ssh://server/LFS/branches/6.1/ -m "Creating a 6.1 release branch"

Committed revision 4847.

This wasn't quite correct as our build scripts wanted the stuff in
LFS/branches/6.1/BOOK. So I deleted the branch:

matthew_at_server$ svn rm svn+ssh://server/LFS/branches/6.1 -m "Remove
incorrectly created branch"

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
svn+ssh://server/LFS/branches/6.1/BOOK -m "Creating a 6.1 release branch"

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
to the BOOK/ subdirectory? I'd also like to know quite how myself
and/or subversion have got confused about this seemingly simple recipe :)

Regards,

Matt.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 22:55:15 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.