info-cvs
[Top][All Lists]
Advanced

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

RE: tag history problems


From: Jim.Hyslop
Subject: RE: tag history problems
Date: Fri, 28 Jan 2005 09:39:11 -0500

address@hidden wrote:
> I found the "latest" tag "PROJ_3" with command:
> 
> cvs -d $CVSROOT history -T -a
This usage of the -d option is redundant in most cases - you are telling CVS
"Override the $CVSROOT environment variable and use the $CVSROOT environment
variable instead" :=)

See https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_19.html#SEC183 for
details.

Back to your problem:

> but "checkout" command for this tag:
> cvs -d $CVSROOT co -r PROJ_3 <working_dir>
> 
> returns error: "no such tag in repository". 
> Any idea what I do wrong here?
What exactly was the output (partial output is OK) of the cvs history
command? Is that the *exact* error message you received? If not, please
provide the precise error message.

> Also, what would be command to get tag history for the certain module
> in repository?

RTFM:
https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_16.html#SEC112 and
https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_17.html#SEC157 would be
good places to start.

> And how can get list of modules in repository anyway?
See above links.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )





reply via email to

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