On Fri, 08 Jul 2011 07:56:53 +, Gingko wrote:
...
> But I also have some files in my project, most of them being binary and not
> subject to compilation (for example pictures or icons), that are part of an
> auto-update process from the users point of view, and this auto-update
> process use
On Fri, Jul 8, 2011 at 01:56, Gingko wrote:
> I read somewhere (actually here : http://www.aryehleib.com/Subversion.html )
> about an idea of adding a "svn:mtimes" property that could be set to files
> or directories in order to have Subversion recording file modification times
> (and restore the
Hello,
I know that Subversion has a configuration feature named "use-commit-times"
that allows setting files modification dates and times to the one of their
committed time.
But as far as I know, this kind of configuration feature works only on
system wide basis.
I would like to know if th