I experienced the same problem with the same exact error message.  After many tries I 
gave up and did a cvs checkout and then used the following command to remove all the 
CVS folders;

find . -type d -name "CVS" -print | xargs rm -fr

You will need to cd to your target directory and run the above command.

Hope this helps

-----Original Message-----
From: Ly, Nghia [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 26, 2000 1:38 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: How to 'cvs export' through pserver?


Larry,

Thank you for replying:

Here is the output:
[nly@tstmh002 nly]$ cvs export -d test -r Test_Tag WIA   
cvs [export aborted]: cannot write <CVS/Template file>: No such file or
directory

To go around this problem, I also 'checkout' the WIA module through pserver,
did a 'cvs export -r Test_Tag WIA', all non-tagged items were stripped away,
but the CVS folders in the subdirectories were still present.

Can you help with this?

Nghia

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 26, 2000 1:27 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: How to 'cvs export' through pserver?


[EMAIL PROTECTED] writes:
> 
> How can I cvs export through pserver? Is this possible? Since
> "export" 
> is similar to checkout but without the CVS admin folders, one should 
> be able to 'export'. I tried but no luck.

It should just work -- what problem are you having?

-Larry Jones

Hmph. -- Calvin

Reply via email to