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.
Get new file from server into local vs.net project
Moderator: SourceGear
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.
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.