Problem with Get Latest within VS.NET 2003

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

Moderator: SourceGear

Post Reply
msmeltzer

Problem with Get Latest within VS.NET 2003

Post by msmeltzer » Fri Mar 05, 2004 7:32 pm

Steps:

1. Delete a file from a web project on computer 1
2. Check in the changes on computer 1
3. Open the web project on computer 2
3. Check the "pending checkins" tab, it should include the file that was deleted on computer 1
4. Perform a get latest on the web project on computer 2
5. The "pending checkins" tab will still contain the file that was deleted
6. Perform a get latest through the Vault Client
7. The IDE will prompt you to reload the web project
8. The "pending checkins" no longer contains the deleted file

This is using Vault 2.0 and 2.0.1 clients on Vault 2.0 server. I am able to reproduce this bug 100% of the time in our working environment.

This problem may be related to the problem mentioned by jnapier (c.f. ACCESS DENIED).

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Mon Mar 08, 2004 9:48 am

I've tried reproducing this in a number of ways here, but am coming up empty.

For the file that was deleted from machine 1 - was it in the pending change set on machine 2 before the file was deleted? It doesn't make sense that opening a project would add a file already deleted in the project file to the pending change set.

Did you modify the project file on machine 2 (or add/delete files to the project) at the same time the files were being deleted on machine1?

Perhaps there is either an IDE option or a Vault option that is causing the behavior you are seeing?

Post Reply