I am working with a program that writes data to fixed-size binary files that are stored in a subversion archive.
The problem, however, is that SVN (both the command line client and TortiseSVN) believes that since the file size has not changed, the file itself has not changed and it should not commit it.
Is there a way to change the method used, or do I need to resort to hacks, such as adding a dummy property to files?
EDIT . It turns out the solution is not related to file size. I simply automatically assumed that this would be so, since most unrealistic allorithms do this all the time. [weasel words]
source share