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

Re: Mysterious "Transaction is out of date" error

From: Peter Davis <peter_at_pdavis.cx>
Date: 2002-08-05 22:34:37 CEST

On Monday 05 August 2002 10:23, cmpilato@collab.net wrote:
> > > 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'
>
> Note that if right here you add 'svn up', the bug disappears. Why?
> Because that will cause both 'a' and 'a/b' to have the same revision.
> That, in turn, causes the commit driver to issue only a single add of
> 'c' as a copy of 'a', which will, as before, include 'a/b'.

Since 'a' (and thus 'c') is not at HEAD, shouldn't this fail like it does with
other out-of-date-not-at-HEAD files? Or maybe that's the whole problem...

> > > svn cp a c
> > > svn commit -m 'duplicate directory'

-- 
Peter Davis
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 5 22:35:13 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.