Vault VS2005 Client - Problem with Get Latest

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

Moderator: SourceGear

BradleyUffner
Posts: 49
Joined: Mon Jun 11, 2007 3:37 pm

Post by BradleyUffner » Wed Jun 20, 2007 7:33 pm

ok, I'll convert the solution back to the vs2003 client for now.

BradleyUffner
Posts: 49
Joined: Mon Jun 11, 2007 3:37 pm

Post by BradleyUffner » Thu Jun 21, 2007 6:49 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!

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Post by ian_sg » Fri Jun 22, 2007 9:00 am

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:

Code: Select all

GlobalSection(VaultVsipSolution-v1) = preSolution
	VaultHost = ...
	VaultRepositoryID = x
	VaultRepositoryGUID = y
	ProjectCount = z
	ProjectRelativeDiskPath1 = ...
	...
EndGlobalSection
From each project file, remove these nodes:

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

BradleyUffner
Posts: 49
Joined: Mon Jun 11, 2007 3:37 pm

Post by BradleyUffner » Fri Jun 22, 2007 10:56 am

thanks, worked great

BradleyUffner
Posts: 49
Joined: Mon Jun 11, 2007 3:37 pm

Post by BradleyUffner » Fri Jul 06, 2007 6:39 pm

Does 4.0.0.2 fix any if the issues listed in this thread? I don't see anything in the change log that would indicate that these specific problems were taken care of.

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Post by ian_sg » Fri Jul 06, 2007 8:55 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.
Ian Olsen
SourceGear

BradleyUffner
Posts: 49
Joined: Mon Jun 11, 2007 3:37 pm

Post by BradleyUffner » Fri Jul 06, 2007 8:58 pm

Great work, you guys fixed the critical things that were keeping us from being able to use the 2005 client.

Post Reply