Re: FixCrLf extension

2003-03-30 Thread Ernst Plüss
--- Stefan Bodewig <[EMAIL PROTECTED]> schrieb: > On Thu, 27 Mar 2003, Ernst Plüss > <[EMAIL PROTECTED]> wrote: > > You can't override the read-only flag from within > Java. > > You'll probably want to the files upfront > (or , part > of CVS HEAD, if you are using Windows). > > Stefan > Yes

Re: FixCrLf extension

2003-03-27 Thread Stefan Bodewig
On Thu, 27 Mar 2003, Ernst Plüss <[EMAIL PROTECTED]> wrote: > May be should get a force option to override > a read-only flag? You can't override the read-only flag from within Java. You'll probably want to the files upfront (or , part of CVS HEAD, if you are using Windows). Stefan

Re: FixCrLf extension

2003-03-27 Thread Ernst Plüss
> --- Stefan Bodewig <[EMAIL PROTECTED]> schrieb: > On Thu, 27 Mar 2003, Ernst Plüss > <[EMAIL PROTECTED]> wrote: > > No, checking out read-only is not the "normal > operation mode" for CVS. > It is an option, but it is discouraged by the "CVS > way". > Actually this would work for ClearCase as

Re: FixCrLf extension

2003-03-27 Thread Stefan Bodewig
On Thu, 27 Mar 2003, Ernst Plüss <[EMAIL PROTECTED]> wrote: > After all I do not understand, why this works for CVS, > since the non checkout files are set to read only as > well. No, checking out read-only is not the "normal operation mode" for CVS. It is an option, but it is discouraged by the

Re: FixCrLf extension

2003-03-27 Thread Ernst Plüss
> --- Stefan Bodewig <[EMAIL PROTECTED]> schrieb: > On Wed, 26 Mar 2003 > <[EMAIL PROTECTED]> wrote: > > > Although FixCrLf basically does what I'm looking > for I need some > > more features: > > a) checkout all the files with a wrong line ending > > b) fix them > > c) check them in > > in CVS s

Re: FixCrLf extension

2003-03-27 Thread Stefan Bodewig
On Wed, 26 Mar 2003, Ernst Plüss <[EMAIL PROTECTED]> wrote: > Although FixCrLf basically does what I'm looking for I need some > more features: > a) checkout all the files with a wrong line ending > b) fix them > c) check them in in CVS speak, you could simply run cvs update after running . The

FixCrLf extension

2003-03-26 Thread Ernst Plüss
Hi All I'm currently cleaning up a huge repository of source files which have all kinds of line endings. So I had a look at the FixCrLf task. Although FixCrLf basically does what I'm looking for I need some more features: a) checkout all the files with a wrong line ending b) fix them c) check them