I have a large source tree (> 2 GB, WINCE build tree) with which I would like to start management using Subversion. Until now, version control was done by saving multiple copies of the tree and using Beyond Compare to find the differences.
The last big stumbling block that I see in using Subversion is that it changes the timestamp of the file as commit time. This makes the Beyond Compare comparison much more time consuming because you have to do a binary comparison to find the changes.
I looked at the meta-data versioning branch of a subversion tree branch, but I would rather not try to combine this code from 2006 into the current svn source.
Thank,
Dave
source
share