English 中文(简体)
视觉演播室 - 检测源控制提供者
原标题:Visual Studio - Detect Source Control Provider

我使用VS2010。我正在研究的项目使用不同的源控制供应商、TFS、Mercurial或SVN。 我能否根据我装载的解决方案,用所选特定源控制供应商来配置VS?

例如,如果VS允许我作为启动理由具体说明它应该选择的源控制供应商,我可以为每个特定解决方案创建一个发射装置。

更优雅的解决方案是 VS 扫描特定文件的解决方案文件夹( ex. hg for Mercurial Projects), 并自动选择提供者, 但我不确定这是否可行。 如果有人能用这个方法指示我正确的方向, 我将尝试刻意写一个 VS 插件来做到这一点 。

最佳回答

我为此做了很多调查 至今我找到的唯一解决方案 就是创造我自己的解决方案

Initially I didn t intend to make this project publicly available, but just in case anyone else would find some use in this, here s the link to the project: https://scs.codeplex.com/

如能提供任何捐款,将不胜感激。

问题回答

暂无回答




相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签