Vault VS2005 Client - Problem with Get Latest
Moderator: SourceGear
-
- Posts: 49
- Joined: Mon Jun 11, 2007 3:37 pm
-
- Posts: 49
- Joined: Mon Jun 11, 2007 3:37 pm
I'm not having some very odd problems after reverting back to the 2003 client.
I get login prompts for BOTH the 2003 client, and the 2005 client, one after the other.
As soon as I select the repository from the 2003 login the login dialog for the 2005 client pops up. I'm also being presented with the option to check in files from a TOTALLY DIFFERENT solution with in the 2005 client check window even though the solution is bound to the 2003 client. HELP!
I get login prompts for BOTH the 2003 client, and the 2005 client, one after the other.
As soon as I select the repository from the 2003 login the login dialog for the 2005 client pops up. I'm also being presented with the option to check in files from a TOTALLY DIFFERENT solution with in the 2005 client check window even though the solution is bound to the 2003 client. HELP!
It sounds like the 2005 client's binding info was not fully removed. You can manually remove it as follows.
From the .sln file, find and remove this section:
From each project file, remove these nodes:
From the .sln file, find and remove this section:
Code: Select all
GlobalSection(VaultVsipSolution-v1) = preSolution
VaultHost = ...
VaultRepositoryID = x
VaultRepositoryGUID = y
ProjectCount = z
ProjectRelativeDiskPath1 = ...
...
EndGlobalSection
Code: Select all
<SccProjectName>...</SccProjectName>
<SccLocalPath>...</SccLocalPath>
<SccAuxPath>...</SccAuxPath>
<SccProvider>SourceGear Vault Visual Studio 2005 Client:{7BE9CE03-56BF-4682-9C06-78C68B134B30}</SccProvider>
Ian Olsen
SourceGear
SourceGear
-
- Posts: 49
- Joined: Mon Jun 11, 2007 3:37 pm
Issues from this thread (tell me if I've missed any):
- Check in freezing, behaving strangely - fixed in 4.0.2
- Misleading display in get latest dialog - not yet fixed
- Not getting files just added to a project file - not yet fixed
(Note that get on a solution/project/folder is always recursive, it's just that when a project file changes, we still require 2 "gets": the first gets the changed project file, the second gets any changes reflected in it.)
- Spurious file reloads - not yet fixed
- More robust binding - not yet fixed
All of the "not yet fixed" issues listed here (except possibly the get dialog display) are scheduled to be fixed in a 4.0.x release. We had a number of fairly critical fixes that we wanted to get out as soon as possible, and those were the ones that made the 4.0.2 cut.
- Check in freezing, behaving strangely - fixed in 4.0.2
- Misleading display in get latest dialog - not yet fixed
- Not getting files just added to a project file - not yet fixed
(Note that get on a solution/project/folder is always recursive, it's just that when a project file changes, we still require 2 "gets": the first gets the changed project file, the second gets any changes reflected in it.)
- Spurious file reloads - not yet fixed
- More robust binding - not yet fixed
All of the "not yet fixed" issues listed here (except possibly the get dialog display) are scheduled to be fixed in a 4.0.x release. We had a number of fairly critical fixes that we wanted to get out as soon as possible, and those were the ones that made the 4.0.2 cut.
Ian Olsen
SourceGear
SourceGear
-
- Posts: 49
- Joined: Mon Jun 11, 2007 3:37 pm