Re: Mysterious "Transaction is out of date" error
From: <cmpilato_at_collab.net>
Date: 2002-08-05 20:33:50 CEST
I believe I've fixed this in revision 2880. Let me know if the
-- Gareth McCaughan <Gareth.McCaughan@pobox.com> writes: > Consider the following shell script: > > #!/usr/local/bin/bash -v > BASE=<some directory or other> > R=$BASE/svn-r > W=$BASE/svn-w > rm -rf $R $W > svnadmin create $R > mkdir $W > cd $W > mkdir project > svn import -m 'initial import' file://$R project project > svn co file://$R/project project > cd project > mkdir a > svn add a > touch a/b > svn add a/b > svn commit -m 'add stuff' > echo zog >> a/b > svn commit -m 'extend a/b' > svn cp a c > svn commit -m 'duplicate directory' > > The final commit fails, thus: > > Adding c > Adding c/b > > subversion/libsvn_client/commit.c:662 > svn_error: #21087 : <Transaction is out of date> > Commit failed (details follow): > > subversion/libsvn_ra_local/commit_editor.c:112 > svn_error: #21087 : <Transaction is out of date> > out of date: `/project/c/b' in txn `4' --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Aug 5 20:35:54 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.