[nant-dev] new #cvslib binary - fixes CVS\Entries problem; RE: [Nant-users] problem with the cvs-update task :: System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType=[Repository]Filenotfound.

2003-12-11 Thread Clayton Harbour
Hi Pierre, I have checked a new #cvslib binary into the NAnt repository which fixes some related issues. Could you try your test again in the next nightly build and see if this fixes the issue. Thanks, Clayton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[nant-dev] new #cvslib binary

2003-12-10 Thread Clayton Harbour
Hi, I have committed a new version of #cvslib. The new version fixes a known issue with dates not being populated on a checkout/ update. In addition the new binary adds the rtag (remote tag) which applies a cvs tag to the sources on the remote repository and has the following format:

Re: [nant-dev] new #cvslib binary

2003-12-10 Thread Scott Hernandez
See comment below. From: Gert Driesen [EMAIL PROTECTED] From: Clayton Harbour [EMAIL PROTECTED] [snip] [TaskName(cvscheckout)] [TaskName(cvs-checkout, Obsolete=true, ObsoleteMessage=Use cvscheckout instead.)] public class CheckoutTask : AbstractCvsTask { What do you think ? Got any other

RE: [nant-dev] new #cvslib binary

2003-12-10 Thread Clayton Harbour
I have committed a new version of #cvslib. The new version fixes a known issue with dates not being populated on a checkout/ update. Should we also use this new version of #cvslib in NAnt 0.84 rc 2 ? It might be a good idea to put it through the paces first before we do this Gert. I