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

Re: Error: I got "svn: Transaction is out of date"

From: Jim Cromie <jcromie_at_divsol.com>
Date: 2003-07-28 20:57:27 CEST

Ben Collins-Sussman wrote:

>Jim Cromie <jcromie@divsol.com> writes:
>
>
>
>>DOING:
>> svn copy file:////home/jimc/big/svn-repo/trunk/echobox
>>file:////home/jimc/big/svn-repo/tags/echobox/echobox.19981019 -m
>>echobox.19981019
>>svn: Transaction is out of date
>>svn: out of date: `tags' in txn `2'
>>
>>
>
>Uh, there's no /tags directory. 'svn copy' doesn't automatically
>create non-existent directories for you. It has the same semantics as
>unix 'cp'.
>
>
>

ok duh, THX,

added a mkdir, which brings up a feature request:
"svn mkdir $foo" should act like mkdirhier, then the following would work...
should I make an ISSUE of it ?

Committed revision 1.
DOING:
 svn mkdir file:////home/jimc/big/svn-repo/tags -m 'create tags-rep'
RESULTS:

Committed revision 2.
DOING:
 svn copy file:////home/jimc/big/svn-repo/trunk/echobox
file:////home/jimc/big/svn-repo/tags/echobox/echobox.19981019 -m
echobox.19981019
svn: Transaction is out of date
svn: out of date: `tags/echobox' in txn `3'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 20:56:40 2003

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.