I'm having a hard time reconciling what I do in VS with what I see in the client. I have used Vault (as a single developer) for a while using only the IDE integration and have had no real problems. Tonight, I happened to look at the client and things don't seem to match. If I check a file out for editing in VS, it shows checked out (a little checkmark icon in the solution explorer). However, if I look in the vault client, it doesn't show the file as being checked out. If I subsequently edit the file in VS and save it, it shows in the client as "renegade" (even though I checked it out). Note: I can see a pending change set in the client for this file.
Am I having a great big "duh" moment? What am I missing?
I have always used the following rhythm...check out files, edit files and test changes, check in files with comments.
Question about check-in and VS2005 integration (3.51)
Moderator: SourceGear
-
- Posts: 2
- Joined: Tue Apr 03, 2007 11:39 pm
-
- Posts: 2
- Joined: Tue Apr 03, 2007 11:39 pm
I may have found the answer.
In VS, the "Keep items checked out when checking in" was set. Once I unchecked that, things seem to be behaving like I would expect.