I'm working alone with no branching, etc., so just using Vault as a powerful "undo".
I've set the Vault Client Tools>Options>Checkin to "always keep files checked out".
And checked "Auto-commit after each op" and unchecked "require checkout before checkin".
However, when I checkin, all the files get a "lock" icon.
That suggests to me that the file isn't checked out for editing.
Am I misunderstanding that?
It seems that I can continue editing, and Check In the project just fine.
Do I need to CheckOut everytime I CheckIN?
Moderator: SourceGear
Do I need to CheckOut everytime I CheckIN?
- Attachments
-
- Note the "lock" icon. mouseover tip is "checked in"
- lockIconsInVSS.png (7.25 KiB) Viewed 3214 times
One point of clarification - Microsoft's MSSCCI does not support Modify, Merge, Commit (MMC). This method of programming style will only work if used in tandem with the Vault GUI client or the Vault Command Line Client (CLC).
If you want to use Vault's Integrated MSSCCI client within an IDE like Visual Studio 2003 / 2005, you will have to use Checkout, Edit, Commit (VSS mode).
If you want to use Vault's Integrated MSSCCI client within an IDE like Visual Studio 2003 / 2005, you will have to use Checkout, Edit, Commit (VSS mode).
Jeff Clausius
SourceGear
SourceGear
Re: Do I need to CheckOut everytime I CheckIN?
Check your settings within Visual Studio. From the Menu Tools -> Options -> Source Control. Check the General settings there for behavior of the Vault MSSCCI client.MrAnalogy wrote:However, when I checkin, all the files get a "lock" icon.
Jeff Clausius
SourceGear
SourceGear