[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-28 18:28:41 CEST

Jim Cromie <jcromie@divsol.com> writes:

> DOING:
> cd /home/jimc/big; svnadmin create svn-repo
> DOING:
> svn import -m 'initial import' ref-div/src/echobox/echobox.19981019
> file:////home/jimc/big/svn-repo/trunk/echobox
> RESULTS:
> ...
> Adding ref-div/src/echobox/echobox.19981019/Log.pm
> Adding ref-div/src/echobox/echobox.19981019/Proxy.pm
> Adding ref-div/src/echobox/echobox.19981019/Readme
> ...
>
> Committed revision 1.

OK, so your repository now contains a directory called /trunk/echobox,
and that's it.

> 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'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 18:31:26 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.