Get new file from server into local vs.net project

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

Moderator: SourceGear

Post Reply
Guest

Get new file from server into local vs.net project

Post by Guest » Fri Oct 15, 2004 3:35 am

Hi,

Let say there's a new file on the Vault server (just added by another person in my team), which I want to retrieve and include into my vs.net project. How can I do that inside vs.net IDE ?

Thanks in advance.

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

Post by dan » Fri Oct 15, 2004 7:56 am

Visual Studio gets all its information about which files to include from the project file. So, if the file was added to the VS project, and you do a Get on the VS project file, VS is smart enough to know it needs to get the new file, and will retrieve it automatically.

If you haven't added the file to the project but it was just added to Vault, I don't believe there is a way to get it from within VS.

Post Reply