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

Re: Out of date error with branches

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-04-01 23:14:37 CEST

On 2005-04-01 21:53+0100, Matthew Burgess wrote:
>
> 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:
>
...
> 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:

Try this:

svn mkdir svn+ssh://server/LFS/branches/6.1/ -m 'create 6.1 dir'

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'

svn cp won't create missing directories, and this cryptic error
message won't help either. With newer client you should get an error
message like this:

svn: '/foo/!svn/bc/141/not_exists' path not found

BR, Jani

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