Aram,

I would recommend upgrading to the nightly builds (link on website),
there have been a number of improvements to this task since 0.84.

A couple of things to note, your module is not correct; module
information cannot contain path characters, there is a validation for
this in 0.85.  This is probably causing some odd behavior, another thing
to note is that the cvs program is looking for (and cannot find) the
following file:
        c:\mpbuild\MP2/smartphone/CVS/Repository

If it exists on your local filesystem you can adjust the destination and
module to point at the correct place.

Hope that helps.


Cheers,

Clayton

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: August 10, 2004 2:47 AM
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] problem with "cvs-update"
> 
> 
> 
> 
> Hi,
> I get the following error:
> *********************************************************************
> INTERNAL ERROR
> 
> System.IO.FileNotFoundException: 
> path=[c:\mpbuild\MP2/smartphone]fileType=[Repository]File not found.
>    at 
> ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String 
> path, FileType fileType)
>    at 
> ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String
> directory)
>    at 
> NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory
> workingDirectory)
>    at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()
>    at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName, Boolean 
> forceDependencies)
> 
> 
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
> 
> Please send bug report to [EMAIL PROTECTED]
> 
> *********************************************************************
> 
> when I try to update using the following task:
> *********************************************************************
> <target name="cvs-update">
>       <cvs-update 
>         destination="c:\mpbuild\" 
>         cvsroot=":pserver:[EMAIL PROTECTED]:/var/cvs" 
>         password="build" 
>         module="MP2/smartphone">
>         <options>
>             <option name="override-directory" value="smartphone" />
>         </options>
>       </cvs-update>
> *********************************************************************
> with version:
> NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26.12.2003)
> 
> the option override-directory seems not to work. 
> Any Idea ?
> Thanks
> Aram
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on 
> Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic 
> DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free 
> Shipping and Free Gift. 
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> _______________________________________________
> nant-developers mailing list [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to