Bug? Reverting replaced files does not revert checksum in .svn/entries
From: Frank Leischnig <frank.leischnig_at_vialux.de>
Date: 2007-08-10 09:45:37 CEST
Hello,
I think that we found a bug, but I do not know if it has already been
I am using svn 1.4.2 (r22196) on Windows.
Problem description in short:
Here is a batch file to reproduce the bug.
d:
svnadmin create repos
echo file1 > wc\file1.txt
svn ci wc -m "Initial commit"
svn cp wc/file1.txt wc/file2.txt
svn revert wc -R
echo change of file2 >> wc\file2.txt
pause
Thanks
Frank
---------------------------------------------------------------------
|
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.