Adding new and checkig in edited - separate transactions

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

Moderator: SourceGear

Post Reply
vrapp
Posts: 121
Joined: Tue Apr 06, 2004 12:34 pm
Contact:

Adding new and checkig in edited - separate transactions

Post by vrapp » Wed Nov 15, 2006 9:20 am

In Visual Studio 2005, I add new file to the project, and edit several files. Finally, I'm checking in everything. The log shows:

=======================================
[11/15/2006 09:15:19] Preparing data to begin transaction
[11/15/2006 09:15:20] Beginning transaction
[11/15/2006 09:15:20] Add $/Macros for Visual/VMORDENT_Show_Policy.vms
[11/15/2006 09:15:20] Ending the transaction
[11/15/2006 09:15:22] Transaction completed successfully
[11/15/2006 09:15:22] Refreshing folder tree
[11/15/2006 09:15:22] Folder tree refreshed
[11/15/2006 09:15:22] Undoing check out of file $/Macros for Visual/Macros for Visual.vssscc
[11/15/2006 09:15:23] Preparing data to begin transaction
[11/15/2006 09:15:23] Beginning transaction
[11/15/2006 09:15:23] Check in $/Macros for Visual/VMORDENT_ImportConfiguration.vms
[11/15/2006 09:15:23] Check in $/Macros for Visual/VMORDENT_OnSave.vms
[11/15/2006 09:15:23] Check in $/Macros for Visual/VMORDENT_Set_Lead_Times.vms
[11/15/2006 09:15:23] Check in $/Macros for Visual/Macros for Visual.sln
[11/15/2006 09:15:24] Ending the transaction
[11/15/2006 09:15:24] Transaction completed successfully
=======================================

Shouldn't adding new file and checking in edited files be in the same transaction?
Vadim Rapp

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Nov 15, 2006 10:18 am

Shouldn't adding new file and checking in edited files be in the same transaction?
Change sets or transactions are supported in Vault, but Visual Studio has no concept of transactions. Visual Studio rules the IDE, and Vault has no control over how VS decides to do checkins.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply