I think you want the command 'cvs export' for the given tag. This does not
give you the CVS directories in the source tree. Stuff like $Id$ and $Log$
tags will remain in the sources though - it's not clear if this is what
you're referring too.

Other than that, I use 'cvs co foo' followed by a 'find foo -type d -name
CVS -exec rm -rf {} ;' :-)

Cheers,

Jan



> -----Original Message-----
> From: Thomas Lavergne [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 17, 2004 5:53 PM
> To: [EMAIL PROTECTED]
> Subject: CVS : extracting releases without the 'CVS related stuffs'
> 
> 
> Hi all and sorry if this seems a trivial issue : the faq is 
> of no help.
> I would like to checkout a release tagged version of my software, but 
> without all the 'CVS related stuff'. I just want a directory 
> with all my 
> sources and makefiles in order to distribute it. I do not 
> want copies to 
> contain the CVS history information. Is there a special command or 
> option to check-out?
> Thanks,
> Thomas 
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to