Notifications of any checkins
Moderator: SourceGear
Notifications of any checkins
I'm looking to not have to polll the SG server to see if any new files have been checked in:
In otherwords, instead of doing continual "GetLatest" for the entire tree (40GB) and having a FileSystemWatcher look for the changes, I'd like to somehow register a callback that can get notified everytime a checkin occurs (part of our continuous integration testing)
Is this possible?
Thanks,
Rick S
In otherwords, instead of doing continual "GetLatest" for the entire tree (40GB) and having a FileSystemWatcher look for the changes, I'd like to somehow register a callback that can get notified everytime a checkin occurs (part of our continuous integration testing)
Is this possible?
Thanks,
Rick S
Re: Notifications of any checkins
There isn't currently. Everything we have does polling.
What are you using the API with? There might be some suggestions we can make if we know the full details.
What are you using the API with? There might be some suggestions we can make if we know the full details.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Notifications of any checkins
With Continuous integration, the idea is that anytime a file is checked in, automatic code checks, compiling and unit tests can be kicked off...
We have repositories with 100,000+ files (40GB+), and would prefer to not continue to poll with remote clients, but have an ability to hook the server so that check-ins, roll-backs etc would be detected and we could insert a program in the pipe that would notify our build farm to execute appropriate actions.
We have repositories with 100,000+ files (40GB+), and would prefer to not continue to poll with remote clients, but have an ability to hook the server so that check-ins, roll-backs etc would be detected and we could insert a program in the pipe that would notify our build farm to execute appropriate actions.
Re: Notifications of any checkins
What software do you use for your builds? Some programs have the necessary functionality already to watch Vault.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 18
- Joined: Wed Nov 12, 2008 2:17 am
Re: Notifications of any checkins
We are also interested in this featureRickS wrote:With Continuous integration, the idea is that anytime a file is checked in, automatic code checks, compiling and unit tests can be kicked off...
We have repositories with 100,000+ files (40GB+), and would prefer to not continue to poll with remote clients, but have an ability to hook the server so that check-ins, roll-backs etc would be detected and we could insert a program in the pipe that would notify our build farm to execute appropriate actions.
Re: Notifications of any checkins
kl-baerchen: What software are you using for your builds?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 18
- Joined: Wed Nov 12, 2008 2:17 am
Re: Notifications of any checkins
We are using MS Build, Visuall Studio and also own Tools.Beth wrote:kl-baerchen: What software are you using for your builds?
Re: Notifications of any checkins
Unfortunately, we don't have additional information about MSbuild.
I can put in a feature request.
I can put in a feature request.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support