[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] Annoying SVN behaviour on linux...



Gerry Iles wrote:
Does anyone know if there is a way to stop svn commit from touching the files being commited so they don’t rebuild the next time you do a make? Changing a widely used header (e.g. something in the precompiled header) is a real pain because you change it, rebuild everything to check it works, commit it and then the next time you build it rebuilds everything again...

It's because the checking sets the revision in the file - that's what's
changing the timestamp, the file actually changes on disk. Ideally
you'd want to reset the mtime but I don't know of a way to do that.

It is a bit of a pain but the only way out would be to lose revisions
on .h files.

Alex