[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. svn 0.32.1

From: Kerim Borchaev <warkid_at_hotbox.ru>
Date: 2003-11-21 11:07:02 CET

Hello ,

running script below produces this error:

svn: Transaction is out of date
svn: Commit failed (details follow):
svn: out of date: 'folder0' in transaction '4'

I run it like this:

test.cmd base file:////warkid/temp/test_svn/test/base checkout

---------------------------
call svnadmin create %1
call svn checkout %2 %3
cd %3
mkdir folder
copy nul folder\file.txt
call svn add folder
call svn commit --message ""
svn rename folder folder0
svn commit --message ""
cd folder0
mkdir subfolder
copy nul subfolder\file0.txt
call svn add subfolder
call svn commit --message ""
cd ..
call svn rename folder0 folder1
svn commit --message ""
---------------------------

Best regards,
 Kerim mailto:warkid@hotbox.ru

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 21 11:08:01 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.