less output froma command line operation?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
edboykin
Posts: 9
Joined: Wed Oct 03, 2007 6:13 am

less output froma command line operation?

Post by edboykin » Wed Feb 20, 2008 2:06 pm

It there a switch to reduce the amount of output from the command line vault command?
I have to run a HUGE batch to rename over 600 directories and 36k files (ugh). I'm piping the output to a new file and would like to jsut parse it to find anythign that failed...I realize the output is XML but I'd rather just deal with a text file...

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed Feb 20, 2008 4:15 pm

I don't think there is anything in the Vault command line that can help there. History has a limit, but what you'll be doing there is performing the same command over and over it sounds like. It sounds like you'll have to have a loop to watch for fail and to only write to that file on fail.

Post Reply