Excluding the Bin folder from Source Control?

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

Moderator: SourceGear

Post Reply
blaze6947
Posts: 28
Joined: Wed Jul 11, 2007 9:22 am

Excluding the Bin folder from Source Control?

Post by blaze6947 » Mon Jul 23, 2007 8:50 am

Is there a way to exclude files or folders from source control?

blaze6947
Posts: 28
Joined: Wed Jul 11, 2007 9:22 am

Post by blaze6947 » Mon Jul 23, 2007 9:01 am

Are you talking about the VS2005 integrated client? These responses assume that you are.

Contents of a bin directory are only added if you explicitly include the folder in your project.

In the case of web site projects (not to be confused with web application or web service projects), where there is no notion of manual inclusion or exclusion, you have to manually exclude the files when you do an add or checkin. This will be corrected in a future release to consult the repository file/folder exclusion list, which can be modified using via the administrative web interface.

felinesoft
Posts: 5
Joined: Mon Sep 03, 2007 10:35 am

Post by felinesoft » Thu Sep 20, 2007 10:41 am

Hi, for the time being, could you recommend the "best practise" for dealing with the Bin folder in Web site project in VS2005?
blaze6947 wrote:Are you talking about the VS2005 integrated client? These responses assume that you are.

Contents of a bin directory are only added if you explicitly include the folder in your project.

In the case of web site projects (not to be confused with web application or web service projects), where there is no notion of manual inclusion or exclusion, you have to manually exclude the files when you do an add or checkin. This will be corrected in a future release to consult the repository file/folder exclusion list, which can be modified using via the administrative web interface.

Post Reply