Page 1 of 1

Can I get Line Change numbers?

Posted: Wed Nov 05, 2014 3:56 pm
by brianwelsch
Hi,

I'm completely new to Vault's API and Command Line. I've been asked to get the following information for a given branch.

Number of Lines Deleted/Added/Changed between the initial version and Current within a given folder.

Can anyone point me in the right direction? Is it something I can pull out of the database if it isn't accessible through the API?

Thanks!
Brian

Re: Can I get Line Change numbers?

Posted: Thu Nov 06, 2014 6:29 pm
by Beth
We don't currently have anything that provides the kind of information for which you are looking. You could perform a Show Differences between file versions and there will be a changes count in the bottom right corner, but it will only give you counts between the two files diff'd. It won't look through the history and add up the changes between each version checked in.