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