Hi, I'm trying to preserve the original modification date for files being added into SVN, rather than the add/check-in date or the check-out date.
Currently I'm doing this through a very slow and painful method: Iterate through files, commit one at a time, revprop change after the commit to set the revision date to the file's modified date. This produces THOUSANDS of tiny revisions, which makes working with the repo harder (ie, can't check out a random revision as it might be broken/incomplete, admin operations are much slower than they should be, etc). Is there a better way to do this using custom properties and either server side or client side scripts? I'm not just a masochist... my application is extremely sensitive to file dates. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/995b5630-6c58-44e4-83a9-65f0c73940aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
