lumi wrote on Tue, May 16, 2017 at 06:21:06 -0700: > C:\Users\Администратор.WIN-DBM2OE9OJ54>svnadmin hotcopy > D:\Repositories\Sandbox D:\Test --incremental > * Copied revision 14. > * Copied revision 21. > * Copied revision 22. > > C:\Users\Администратор.WIN-DBM2OE9OJ54>svnadmin hotcopy > D:\Repositories\Sandbox D:\Test --incremental > * Copied revision 14. > * Copied revision 21. > * Copied revision 22./ > > And so on with each next hotcopy --incremental command. Binary comparison > revision 14, 21, 22 files of original repositary and backup gives equal > result. What reason of this strange behaviour?
I can't reproduce this: % rm -rf r d % svnadmin create r % repeat 100 svnmucc put -mm -U file://$PWD/r =(dd if=/dev/urandom bs=1k count=200 2>/dev/null) f$RANDOM.$RANDOM >/dev/null % svnadmin hotcopy --incremental r d >/dev/null % svnadmin hotcopy --incremental r d % svnadmin hotcopy --incremental r d % svnadmin hotcopy --incremental r d % svnadmin hotcopy --incremental r d % 13:39 If you delete D:\Test and run the 'hotcopy' command three more times, does it say 14, 21, 22 in those times too? What filesystem is D:? Is it NTFS, or a network drive, or…?