----------- Note: "test" is an empty repository. ----------- G:\>repro.bat G:\>cd \ G:\>mkdir wc-alpha G:\>mkdir wc-beta G:\>cd wc-alpha G:\wc-alpha>svn checkout svn://localhost/test Checked out revision 0. G:\wc-alpha>cd test G:\wc-alpha\test>dir Volume in drive G is ADDITIONAL Volume Serial Number is 0043-9D58 Directory of G:\wc-alpha\test 2004-05-18 08:52 . 2004-05-18 08:52 .. 0 File(s) 0 bytes 2 Dir(s) 3 205 541 888 bytes free G:\wc-alpha\test>echo foo 1>file1.txt G:\wc-alpha\test>echo bar 1>file2.txt G:\wc-alpha\test>dir Volume in drive G is ADDITIONAL Volume Serial Number is 0043-9D58 Directory of G:\wc-alpha\test 2004-05-18 08:52 . 2004-05-18 08:52 .. 2004-05-18 08:52 6 file1.txt 2004-05-18 08:52 6 file2.txt 2 File(s) 12 bytes 2 Dir(s) 3 205 541 888 bytes free G:\wc-alpha\test>svn add *.txt A file1.txt A file2.txt G:\wc-alpha\test>svn commit --message "Added files..." Adding file1.txt Adding file2.txt Transmitting file data .. Committed revision 1. G:\wc-alpha\test>cd \wc-beta G:\wc-beta>svn checkout svn://localhost/test A test\file2.txt A test\file1.txt Checked out revision 1. G:\wc-beta>cd test G:\wc-beta\test>dir Volume in drive G is ADDITIONAL Volume Serial Number is 0043-9D58 Directory of G:\wc-beta\test 2004-05-18 08:52 . 2004-05-18 08:52 .. 2004-05-18 08:52 6 file1.txt 2004-05-18 08:52 6 file2.txt 2 File(s) 12 bytes 2 Dir(s) 3 205 505 024 bytes free G:\wc-beta\test>svn delete file2.txt D file2.txt G:\wc-beta\test>svn commit --message "Deleted file2" Deleting file2.txt Committed revision 2. G:\wc-beta\test>cd \wc-alpha\test G:\wc-alpha\test>echo baredited 1>file2.txt G:\wc-alpha\test>dir Volume in drive G is ADDITIONAL Volume Serial Number is 0043-9D58 Directory of G:\wc-alpha\test 2004-05-18 08:52 . 2004-05-18 08:52 .. 2004-05-18 08:52 6 file1.txt 2004-05-18 08:52 12 file2.txt 2 File(s) 18 bytes 2 Dir(s) 3 205 505 024 bytes free G:\wc-alpha\test>svn commit --message "Edited file2" Sending file2.txt Transmitting file data .svn: Commit failed (details follow): svn: File not found: transaction '4', path '/file2.txt' G:\wc-alpha\test>