Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cvs tag version

Status
Not open for further replies.

180978

Programmer
Joined
Feb 21, 2006
Messages
1
Location
IT
Hi,

Can someone tell me if exist a CVS command in order to verify all the tag versions of a program???

Thanks in advance
 
Hi,

Can you please elaborate on the question? what do u mean by Tag revision of a Program?

If you want to list all the tags and the file list in the tag it can be easily done.

bye
bala
 
You can use "cvs log -h application.cfm"
(where application.cfm is a file you know has existing all the time)
This will give you various bits of information, including "symbolic names" - the various tags that have been applied to the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top