Re: CRLFs and Update/Checkout
Milos Kleint <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Jeff Cantin wrote:
> Is it possible to selectively turn off the
> WriteRcsDiffFilePreprocessor? If there are persistent issues with the
> line endings, in the short term I may need to solve them by not doing
> the comparison.
>
> Jeff
>
>
programatically you can do that within inthe updatecommand class.
delete the line in execute() method:
requests.add(1, new ArgumentRequest("-u")); //NOI18N
after that the rcsdiff request is not used anymore.
Milos
> --- Milos Kleint <[email protected]> wrote:
>
>
>>well, there are 2 levels there I believe:
>>
>>There's the Webdav protocol that's platform independant and handles
>>the communication between the
>>client/server..
>>then there's the client side code that handles local
>>manipulations.. this code should allow easy
>>plug-ins of GUIs.. this could be possible also with java apps via
>>the JNI... yes, it's platform
>>dependent then :(
>>
>>However I see no problem with reimplementing the whole client in
>>java.. communicating with server
>>via webdav. that's what we do currently with cvs as well anyway...
>>the only problem is time and
>>resources I believe.
>>
>>Just my 2 cents.
>>
>>Milos
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>