Has anyone else encountered this problem? I've successfully set up fsvs on one system with a remote repository that is connected using svn+ssh and public key certification.
I can check in text files and in fact I was able to backup /etc without any problems. However, when I try to check in large binaries such as a kernel image from /boot, the checkin does not succeed. During normal checkin, I get a list of files to be added and then a short message that the commit was successful. In the case of a large binary file, the fsvs commit command just stops after encountering this file. Example: N... 4723590 /boot/initrd.img-2.6.28-11-server (process just ends there) With -d, I get some more information but again the process stops without an error. Here is the last bit of the output: 11:28:32.363 cs___end_of_block[checksum.c:590] manber found a border: 29406 1B23B5B2 11580000 bec267f381ca1f8dcfdcecafe7ed8562 11:28:32.364 cs___end_of_block[checksum.c:606] on return at fpos=1975006: 11580000 (databits=ff) 11:28:32.364 cs___update_manber[checksum.c:665] block ends after 1975006; size 127195 bytes (border=29406). 11:28:32.364 cs___end_of_block[checksum.c:509] manber reinit 11:28:32.364 cs___end_of_block[checksum.c:606] on return at fpos=1975006: 00000000 (databits= 0) 11:28:32.365 cs___end_of_block[checksum.c:606] on return at fpos=2048000: 77FCFB4F (databits=ff) 11:28:32.365 cs___update_manber[checksum.c:656] block continues after 2048000. What's weird is that local checkins using a file:/// URL work for the same binary. ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2355734 To unsubscribe from this discussion, e-mail: [[email protected]].
