Re: fixing crlf without changing timestamp

2005-03-05 Thread Brian Colfer
What version control system are you using? Many will do this automatically... I can only think of build avoidence as the reason to fake out the time stamp... Do you really want to do this? On Thu, 24 Feb 2005 16:02:10 -0800, michael sorens <[EMAIL PROTECTED]> wrote: > Is it possible to run wit

Re: fixing crlf without changing timestamp

2005-03-03 Thread Martijn Kruithof
Matt Benson wrote: I have applied this patch to CVS HEAD and plan to put it in for Ant 1.6.3 . Would've been even better with docs and tests, ;) Thanks, Matt --- Yuji Yamano <[EMAIL PROTECTED]> wrote: "michael sorens" <[EMAIL PROTECTED]> writes: Is it possible to run without changing a

Re: fixing crlf without changing timestamp

2005-03-03 Thread Matt Benson
I have applied this patch to CVS HEAD and plan to put it in for Ant 1.6.3 . Would've been even better with docs and tests, ;) Thanks, Matt --- Yuji Yamano <[EMAIL PROTECTED]> wrote: > "michael sorens" <[EMAIL PROTECTED]> writes: > > > Is it possible to run without changing a > file's > > modi

Re: fixing crlf without changing timestamp

2005-03-03 Thread michael sorens
I'm not familiar with applying ant patches, plus I don't have a strong need for the fixcrlf right now, so I'm going to have to postpone any trials for the time being... On Fri, 04 Mar 2005 00:35:58 +0900 (JST), Yuji Yamano <[EMAIL PROTECTED]> wrote: "michael sorens" <[EMAIL PROTECTED]> writes: I

Re: fixing crlf without changing timestamp

2005-03-03 Thread Yuji Yamano
"michael sorens" <[EMAIL PROTECTED]> writes: > Is it possible to run without changing a file's > modification time? Or perhaps a way to use to restore the > original modification time after the (on a group of > files)? I actually want to run fixcrlf in conjunction with copy > (which has the pr

Re: fixing crlf without changing timestamp

2005-02-25 Thread Stefan Bodewig
On Thu, 24 Feb 2005, michael sorens <[EMAIL PROTECTED]> wrote: > Is it possible to run without changing a file's > modification time? No, there is an enhancement request for this in bugzilla as well as one that turns into a filterreader usable within (exactly your usecase). Both have patches,

fixing crlf without changing timestamp

2005-02-24 Thread michael sorens
Is it possible to run without changing a file's modification time? Or perhaps a way to use to restore the original modification time after the (on a group of files)? I actually want to run fixcrlf in conjunction with copy (which has the preservelastmodified attribute to retain the modificati