RE: MTime resurrected

2012-02-17 Thread Fuhrmann Stefan (ETAS/ESA1)
Bert Huijben wrote: > Fuhrmann Stefan (ETAS/ESA1) wrote: > > Peter Samuelson wrote: > > > Now do a 'svn update' or 'svn switch' which changes foo.c. > > > > > > Current svn: foo.c mtime is set to the present time. It is now newer >

Re: MTime resurrected

2012-02-17 Thread Fuhrmann Stefan (ETAS/ESA1)
Peter Samuelson wrote: > Now do a 'svn update' or 'svn switch' which changes foo.c. > > Current svn: foo.c mtime is set to the present time. It is now newer > than foo.o. [Of course you can set foo.o's mtime in the future, but > that's just breaking things _on purpose_.] Ahem. At least with 1

Re: [PATCH] Simplification/speed-up of libsvn_diff by eliminating idx

2011-05-27 Thread Fuhrmann Stefan (ETAS/ESA1)
Morten Kloster wrote: > [[[ > Simpler/faster LCS algorithm in libsvn_diff by elimination of idx. > >* subversion/libsvn_diff/lcs.c > (svn_diff__snake_t): Removed idx parameter (always 0) > (svn_diff__lcs_t): Removed idx variable (always 0) , let d have either > sign, and moved the origo of fp