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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capture output of "cvs update" / tool to summarize changes?

Status
Not open for further replies.

zharrison

Technical User
Mar 28, 2005
1
US
I use the command-line client for CVS and find that when I type "cvs update" it is very hard to quickly see what files have been added or updated. I recently found and setup CVSWeb to help browse the tree, but still find it hard to see whats changed when I update.

Is there a utility/tool that can help with this?
If not, is there a way to capture the output in the command line into a text file so I can parse it myself?

Thanks,

Zach
 
What OS are you using? If you're on unix, you can redirect the output to a file like so:
Code:
command_here >output.log 2>&1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top