svn completely looses file modifications due to FAT 2s time resolution (data loss!!?)
From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-07-12 03:24:47 CEST
Hi subversion devs!
I already pointed out that the 'sleep_for_timestamps'
Please look at the small script below,
it works if i put a 'sleep' after each svn commit command.
===========
@echo off
set repos=file:///C:/SVNFAT/Repos
rmdir /s/q Repos
svnadmin create Repos
cd Work
echo mod01>file1.txt
echo mod02>file1.txt
echo mod03>file1.txt
echo mod04>file1.txt
echo mod05>file1.txt
cd ..\Work\..
pause
===========
Checked out revision 0.
The script was tested on a 256MB FAT(16) partition,
please fix this, at least by increasing
a smart solution could be:
thanks
P.S.: is it really useful to have
---------------------------------------------------------------------
|
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.