Visual Studio 2003

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

Moderator: SourceGear

Locked
Tim
Posts: 9
Joined: Fri Dec 10, 2004 6:05 am

Visual Studio 2003

Post by Tim » Fri Dec 10, 2004 6:14 am

I have just purchased Vault and use a VS solution with several projects included.
When I select "Add selected projects to source control" from VS/File/SourceControl everything works except that it includes the files that are supposed to be excluded as per the Vault admin/repository options/file exclusions.

Am I doing something wrong?

What is the best practice for adding VS 2003 solutions and projects?

Thank you,
Tim

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

Post by dan » Fri Dec 10, 2004 8:13 am

The exclusion list is really only for the GUI client. Visual Studio decides for itself which files should be included and which should not. Sorry for the confusion...

Tim
Posts: 9
Joined: Fri Dec 10, 2004 6:05 am

Post by Tim » Fri Dec 10, 2004 8:41 am

Is it better to add the files via the VaultClient and then select open from source control in VS?

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

Post by dan » Fri Dec 10, 2004 8:46 am

If you plan to use Vault integrated with VS, then it is better to add files from within the IDE, because it knows which files it expects to be under source control. If they are not there, it will cause a lot of problems. And, if there are files it doesn't need under source control, there usually isn't a good reason to force them in.

Locked