Monitor Checkins
Moderator: SourceGear
-
- Posts: 7
- Joined: Wed Feb 22, 2006 4:33 am
Monitor Checkins
Is it possible to monitor checkins to vault? I am using Visual Build Professional to automate my builds and I would like to be able to schedule the builds when the files have been checked in.
CruiseControl.NET is designed to do exactly this (kick off a build when there's a change in source control), and supports Vault. If Visual Build can be kicked off via a command-line, you could probably use CC.NET to look for changes and still use Visual Build to do the actual building.
You might also check with the Visual Build folks to see if they support polling for changes, which is how a build tool typically accomplishes what you're asking.
You might also check with the Visual Build folks to see if they support polling for changes, which is how a build tool typically accomplishes what you're asking.
Ian Olsen
SourceGear
SourceGear
-
- Posts: 7
- Joined: Wed Feb 22, 2006 4:33 am
We are currently using Visual Build and Vault together. Our system just does a GET from Vault, and if anything was retrieved, we do a build. It's not the "cleanest" system, as it's just a batch file that loops. If you find anything interesting in Visual Build to help with this, we'd like to know about it.
-
- Posts: 7
- Joined: Wed Feb 22, 2006 4:33 am
I posted the question on the Visual Build Pro fourm yesterday in regard to does VBP provide polling and it does.
Here is the link to the VBP forum answer:
http://www.kinook.com/Forum/showthread. ... 0#post4870
Hope it helps, looks straight forward enough, they provide a sample aswell.
Donal
Here is the link to the VBP forum answer:
http://www.kinook.com/Forum/showthread. ... 0#post4870
Hope it helps, looks straight forward enough, they provide a sample aswell.
Donal