Search found 3 matches

by brianwelsch
Wed Nov 05, 2014 3:56 pm
Forum: Questions (API)
Topic: Can I get Line Change numbers?
Replies: 1
Views: 19871

Can I get Line Change numbers?

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...
by brianwelsch
Fri Sep 28, 2012 10:02 am
Forum: Support (Vault Professional)
Topic: Calling external code during commit
Replies: 3
Views: 3759

Re: Calling external code during commit

Does this mean there isn't a way to trigger calling that process specifically on a commit? I'm ignorant still on the actual database layout, but would the polling idea be able to check for Version changes on each file(easily tens of thousands of files) within the repository fairly quickly? If so, th...
by brianwelsch
Thu Sep 27, 2012 2:06 pm
Forum: Support (Vault Professional)
Topic: Calling external code during commit
Replies: 3
Views: 3759

Calling external code during commit

I would like to automatically call code during the commit function that would read the source code being committed and update the Vault commit comment for that version. I was given the impression that it is possible to get hooks into this process on the server, but am not sure where to begin looking...