info-cvs
[Top][All Lists]
Advanced

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

Re: export command help


From: david
Subject: Re: export command help
Date: Wed, 22 May 2002 16:23:47 -0500 (CDT)

> Tom,
> 
> If you do not have any release tags you can still export using
> the HEAD version of each file
> 
>    cvs export -rHEAD MODULE-NAME
> 
> or use the -D date to export what the repository contained as
> of a giving date.  
> 
>    cvs export -D "22 May 2002 12:00" MODULE-NAME
> 
> There are many formats of acceptable dates.
> 
Yes, but in that case you have the danger of a hard-to-reproduce
export.  Since an export is only useful to created a frozen
snapshot, presumably for some sort of external use, it usually
corresponds to a release, and releases should have tags.
It wouldn't bother me if export only worked on a tag.  After
all, you can always cvs rtag a tag onto a specified time,
and export from there.

David H. Thornley                        | If you want my opinion, ask.
address@hidden                       | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-



reply via email to

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