"Open from Vault" does not get all files

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

"Open from Vault" does not get all files

Post by feken » Wed Jul 18, 2007 3:15 am

Using Vault 4.0.2. and VS2005 Client

I have solution with assemblies added to a folder in the solution. On the machine where the project is created all is fine.
But when another user opens the solution (with File -> Open From Vault) the solution is loaded and the assembly files are visible in the solution explorer but they are not downloaded to disk (so the solution doesn't build).
It can be solved with a "Get lastest" on the solution in the solution explorer, so vault somehow _does_ know that the files should be there.

So not getting them on a "Open from Vault" seems like a bug to me.

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

Post by lbauer » Wed Jul 18, 2007 7:34 am

Are there any errors on the Visual Studio side or in the
Vault Server Log when the download fails?
Linda Bauer
SourceGear
Technical Support Manager

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

Post by ian_sg » Wed Jul 18, 2007 7:54 am

I would also be interested in the contents of the client log during a problematic Open From Vault.
Ian Olsen
SourceGear

feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

Post by feken » Wed Jul 18, 2007 8:48 am

No,

No errors are displayed.
In fact in the clientlog the files aren't even mentioned. I will try to get my hands on the server log later today.

See screenshots for a list of the files that should be included.
Attachments
VaultVsipClient.zip
Client logfile
(115.37 KiB) Downloaded 672 times
VS2005.JPG
Screenshot of visual studio
VS2005.JPG (40.02 KiB) Viewed 13319 times

feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

Post by feken » Wed Jul 18, 2007 8:53 am

Our developers are also reporting that "get latest" is unreliable sometimes net getting .cs files also..

Until now this is not reproducable..

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

Post by ian_sg » Wed Jul 18, 2007 8:54 am

Ah, the files are in solution folders. In 4.0.2 we introduced a bug where files in solution folders aren't retrieved on Open From Vault. It's already been fixed, and will be included in 4.0.3.

Sorry for the inconvenience.
Ian Olsen
SourceGear

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

Post by ian_sg » Wed Jul 18, 2007 8:56 am

feken wrote:Our developers are also reporting that "get latest" is unreliable sometimes net getting .cs files also..

Until now this is not reproducable..
Here's the known issue that may be involved:

When a new file is added to a project it takes 2 gets to actually retrieve it. The first get gets the new project file. At that point, we see that there's a new file. A second get is required to retrieve it.
Ian Olsen
SourceGear

feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

Post by feken » Wed Jul 18, 2007 9:01 am

This is not cool.. I'm finding way too many bugs in 4.0.x

Any ETA on the 4.0.3 release ?

bluebsh
Posts: 48
Joined: Tue Apr 24, 2007 12:53 pm

Post by bluebsh » Wed Aug 01, 2007 5:15 am

ian_sg wrote:Ah, the files are in solution folders. In 4.0.2 we introduced a bug where files in solution folders aren't retrieved on Open From Vault. It's already been fixed, and will be included in 4.0.3.

Sorry for the inconvenience.
Yikes, when will we get 4.0.3? because this bug affects me pretty bad also... I just noticed this yesterday

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

Post by lbauer » Wed Aug 01, 2007 6:04 am

We are currently testing a release candidate for Vault 4.0.3, so it should be available in a week or so.
Linda Bauer
SourceGear
Technical Support Manager

Locked