info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS : extracting releases without the 'CVS related stuffs'


From: Walter, Jan
Subject: RE: CVS : extracting releases without the 'CVS related stuffs'
Date: Wed, 17 Mar 2004 18:14:04 +0100

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:address@hidden
> Sent: Wednesday, March 17, 2004 5:53 PM
> To: address@hidden
> 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
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]