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: Wednesday, May 26, 2004 10:12 AM
To: Nat Luengnaruemitchai; [EMAIL PROTECTED]
Subject: RE: [nant-dev] FW: cvs-checkout bug

Hi Nat,

Thanks for the report, the first issue has been fixed in cvs now.  I am not sure what you mean about AbstractSourceControl.cs depending on UpdateTask.cs, can you please explain further? 


Cheers,


Clayton


-----Original Message-----
From:   Nat Luengnaruemitchai [mailto:[EMAIL 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 CvsCommandName = "checkout";

Otherwise, the code will not be checked out properly.
 
In addition to that, I guess that the code hasn't been fully refactored as AbstractSourceControlTask.cs still depends on UpdateTask.cs

 
Thanks,
Nat



Reply via email to