Atomic Checkings for Whole Solution, from IDE

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
johnrusk
Posts: 6
Joined: Tue Jan 11, 2005 10:02 pm
Contact:

Atomic Checkings for Whole Solution, from IDE

Post by johnrusk » Tue Jan 11, 2005 10:14 pm

I'm trying to do atomic checkins, from the Visual Studio IDE. As far as I can tell, Vault will process all checkins from a given project as a single changeset (if I check the whole project in at once); but it will not process all checkins from the entire solution as a single changeset.

Is that correct?

If so, are there any plans to allow solution-wide atomic checkins in a future release?

In the meantime, is my best alternative to do the checkin from the Vault client, then choose File | Source Control | Refresh Status (to synch the IDE to what I've just done)?

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Jan 12, 2005 9:56 am

I believe Visual Studio sends us batches of checkins based on project, which we turn into atomic transactions. The problem is that VS doesn't tell us that another batch is coming for a subsequent checkin, so there isn't a way to know that we should wait until all projects have sent their checkins.

So, yes, the best way to do this would be to do it from the GUI client.

Post Reply