Loosing local changes during a commit
From: Folker Schamel <schamel23_at_spinor.com>
Date: 2004-03-17 18:32:06 CET
Hello!
I suppose this is nothing new, but I couldn't find
For a sample how to reproduce this (win32) see below.
Probably this is not a bug in the strict sense
Question:
Cheers,
***
C:\temp\svntest>svnadmin create repo
C:\temp\svntest>svn checkout file:///temp/svntest/repo wc
C:\temp\svntest>cd wc
C:\temp\svntest\wc>echo mytext >myfile.txt
C:\temp\svntest\wc>svn add myfile.txt
C:\temp\svntest\wc>start svn commit -m "" | for /L %i in (1,1,10000) do echo change %i >>myfile.txt
C:\temp\svntest\wc>echo change 2 1>>myfile.txt
C:\temp\svntest\wc>echo change 3 1>>myfile.txt
<snip>
C:\temp\svntest\wc>echo change 9998 1>>myfile.txt
C:\temp\svntest\wc>echo change 9999 1>>myfile.txt
C:\temp\svntest\wc>echo change 10000 1>>myfile.txt
C:\temp\svntest\wc>type myfile.txt
C:\temp\svntest\wc>svn cat file:///temp/svntest/repo/myfile.txt
C:\temp\svntest\wc>
***
---------------------------------------------------------------------
|
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.