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

RE: File not found: transaction 'ct', path 'trunk/Setup'

From: Stefan Pettersson <stefpet_at_algonet.se>
Date: 2004-05-18 09:55:31 CEST

> Attached file repro.bat is an ms-dos batch assuming there is
> an empty repository accessible at svn://localhost/test. Think
> of "wc-alpha" and "wc-beta" as two different users on two
> different computers.

Oops, it seems the batch file got blocked both here and there... Here is the
repro.bat file:

cd \
mkdir wc-alpha
mkdir wc-beta
cd wc-alpha
svn checkout svn://localhost/test
cd test
dir
echo foo > file1.txt
echo bar > file2.txt
dir
svn add *.txt
svn commit --message "Added files..."
cd \wc-beta
svn checkout svn://localhost/test
cd test
dir
svn delete file2.txt
svn commit --message "Deleted file2"
cd \wc-alpha\test
echo baredited > file2.txt
dir
svn commit --message "Edited file2"

svn: File not found: transaction '4', path '/file2.txt'

As I wrote in my earlier post, this reproduce the error message, but I don't
think this is what happens. Since in this case, a "file not found" error is
expected since the actual file was deleted (although the current
"transaction" part sounds quite scary to many users).

- stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 18 09:51:57 2004

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.