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

"Transaction is out of date" on svn cp to nonexistent URI

From: Nicholas Riley <njriley_at_uiuc.edu>
Date: 2002-07-25 13:19:19 CEST

I was creating a tag-of-sorts with svn cp and forgot to do a svn mkdir
first, and ran into this problem (simplified for this example):

% svn mkdir file:///var/svn/repos/test/a -m "a"

Committed revision 1.
% svn cp file:///var/svn/repos/test/a file:///var/svn/repos/test/b/c -m "b"

svn_error: #21084 : <Transaction is out of date>
  out of date: `b' in txn `2'

Shouldn't svn say something like 'b does not exist' instead?

-- 
=Nicholas Riley <njriley_at_uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 25 13:19:50 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.