Hi Craig,

Can you please try this with the nightly build (NAnt version 0.85).
There have been a number of fixes to the #cvslib client since NAnt 0.84
plus there is the option to override in favor of your native cvs client.


Cheers,


Clayton

> -----Original Message-----
> From: Craig Green [mailto:[EMAIL PROTECTED] 
> Sent: July 30, 2004 5:54 PM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Garbled paths created by cvs-checkout task
> 
> 
> First a little background.  In my CVS repository I have 
> folders which contain project views (via symlinks) of the 
> larger repository structure. Each one of these folders is 
> also mapped to a module.  So in my modules file I have: "FOO 
> /cvsroot/Projects/F001-0", sans quotes of course.
> 
> When I do a check out of module FOO using the CVS client, it 
> places everything in /cvsroot/Projects/FOO1-0 under a 
> directory called FOO.
> 
> Command:
>     cvs co FOO
> 
> Output:
>     U FOO/subdirA/file1
>     U FOO/subdirA/file2
>     U FOO/subdirA/file3
> 
> 
> Now for the problem.  When I use the cvs-checkout task I get 
> a directory named FOO with the truncated repository path 
> underneath it and the desired contents under that.
> 
> Task:
>     <cvs-checkout cvsroot="${build.cvsroot}" 
> destination="Test" module="FOO" failonerror="true" />
> 
> Output:
>     U FOO/jects/FOO1-0/subdirA/file1
>     U FOO/jects/FOO1-0/subdirA/file2
>     U FOO/jects/FOO1-0/subdirA/file3
> 
> I need to maintain my repository structure and I would expect 
> the cvs-checkout task to behave the same as the cvs checkout 
> command.  Will the behavior of the task be changed or will I 
> have to call the cvs client directly?
> 
> 
> CVS: CVSNT 2.0.41a
> NAnt: NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 
> 12/26/2003)
> OS:  Windows XP Pro
> 
> 
> Thanks,
> -Craig Green
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by OSTG. Have you noticed the 
> changes on Linux.com, ITManagersJournal and NewsForge in the 
> past few weeks? Now, one more big change to announce. We are 
> now OSTG- Open Source Technology Group. Come see the changes 
> on the new OSTG site. www.ostg.com 
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to