How would I return just the file name that the history command finds? Right now I'm getting back an item for every version difference between two labels. The output is huge to say the least and I have parse it for duplicates.
Here's the command I'm using now:
vault history <connectionstring> "$/CurrentRelease" -beginlabel "Release40" -endlabel "Release41"
I'm using the output to determine which files need to be uploaded to the server, rather than uploading everything.
Label difference question...
Moderator: SourceGear