RE: [nant-dev] FW: cvs-checkout bug

2004-05-26 Thread Nat Luengnaruemitchai
Title: RE: [nant-dev] FW: cvs-checkout bug AbstrackSourceControl refers to UpdateTask.CommandName. I'm not sure whether it should be that way. I guess it can be refactored but not necessary. Nat -Original Message- From: Clayton Harbour [mailto:[EMAIL PROTECTED]] Sent: Wedn

RE: [nant-dev] FW: cvs-checkout bug

2004-05-26 Thread Clayton Harbour
: Nat Luengnaruemitchai [mailto:[EMAIL PROTECTED] Sent: Wed 5/26/2004 7:19 AM To: Clayton Harbour Cc: [EMAIL PROTECTED] Subject:RE: [nant-dev] FW: cvs-checkout bug AbstrackSourceControl refers to UpdateTask.CommandName. I'm not sure whether it should be that way. I guess i

RE: [nant-dev] FW: cvs-checkout bug

2004-05-26 Thread Clayton Harbour
PROTECTED] Sent: Tue 5/25/2004 7:43 AM To: [EMAIL PROTECTED] Cc: Subject:[nant-dev] FW: cvs-checkout bug In CheckoutTask.cs under /src/NAnt.SourceControl, line 81: public const string CvsCommandName = "update"; should be line 81: public const string CvsC

[nant-dev] FW: cvs-checkout bug

2004-05-26 Thread Nat Luengnaruemitchai
In CheckoutTask.cs under /src/NAnt.SourceControl,   line 81:     public const string CvsCommandName = "update"; should be   line 81:     public const string CvsCommandName = "checkout"; Otherwise, the code will not be checked out properly.   In addition to that, I guess that the