Lalman
Lalman

Reputation: 981

VS2012 - Source Control Explorer open at a specfic project/node

Is there a way to get the SourceControl Explorer start at a specific node by default when it is ope for the first time within VS.NET? I use VS2012 and connect to TFS2010. Got a big project tree and I find it time consuming to navigate the tree every time to get to my folder I work with quite often. I would like the tree to be open with a node (could be project/folder) of my choice selected by default when I open the explorer.

Thanks!

Upvotes: 1

Views: 1591

Answers (2)

Andy Strackbein
Andy Strackbein

Reputation: 43

This could be caused by the Project's location setting:

In VS under Tools > Options > Projects and Solutions > General Check that the projects location is set to the location where you store your projects.

Upvotes: 0

Just TFS
Just TFS

Reputation: 4777

In VS under Tools > Options > Source Control > Visual Studio Team Foundation Server. you can tick the checkbox 'Open SOurce Control Explorer to the most Recent Folder'.

This will do what you want, unless of course you close VS after looking at a different location in the source tree to normal.

Open Last Source Control Folder

Upvotes: 4

Related Questions