Can I Use Visual Source Safe with Visual studio 2013? - visual-studio-2013

Can i use visual source safe with visual studio 2013 ?
I can only see GIT and Team Foundation ...
Thanks.

I found the solution :
Tools->Options->Source Control->Plug-in Selection and change the plug in to the Visual SourceSafe.
Adding a solution to source control will launch the old VSS.
I haven't seen an answer for this question so i'd leave the question for others who stumble upon it.

You should note that SourceSafe has a long list of problems and annoyances.
Why don't you migrate to something more stable like TFS, Subversion, or Git?

Yes you can use it in visual studio 2013.

Related

Team Foundation Server Power Tools for Visual Studio 2019

We use Team Foundation Version Control(TFVC) on on-prem TFS server. For quite a while it was possible to use TFS Power Tools (tfpt tool) from Visual Studio Developer Command Prompt. Lately we moved to VS 2019. Problem is that we can't find any proper TFS Power Tools for VS 2019. For example to do undo checkout of unmodified files.
Does anyone had similar problem not being able to use tftp tools from VS 2019?
Does anyone had similar problem not being able to use tftp tools from VS 2019?
Sorry for any inconvenience.
This is a know issue about Visual Studio 2019. The Team Foundation Server Power Tools currently only updated to TFS2017, TFS2019 is not yet available.
Besides, Power tool has been renamed TFS Process Template Editor: TFS Process Template Editor
Edit: As of 10/16/2020 there is a TFS Template Editor for Visual Studio 2019
MS engineers are trying to develop it and will release it so that you can use it as soon as possible.
If you want to modify the work items, you can modify the work items by referring to the following documents:
Import, export, and manage work item types
Hope this helps.
For undoing unmodified files changes you can use this extension https://stackoverflow.com/a/52839174/6300406

How to integrate 'windows.github.com' with Visual Studio 2010 OR Visual Studio 2012?

I have recently found haacked article about Github For Windows. But in this article he is not mentioned how to use/integrate it with VS 2010 or 2012. Anyone is able to do this?
in MSVC 2010
(tools)(extension manager)(online gallery)
search for git
pick the git source control provider and install it.
restart msvc and you are good to go.

Ankhsvn not integrated to Visual Studio 2010

I have a website project that has been subversioned already. I have installed ankhsvn but when I open the website project in Visual Studio 2010 it doesn't show the version control icons in the Solution Explorer. Any idea why that might be?
Thanks
Did you enable AnkhSVN in Tools->Options->Source Control?
When it is the default SCC provider it should automatically detect that your (C# ?) website project is already in Subversion.
If you are using Express Versions of Visual Studio 2008/2010/2012, note that AnkhSVN does not work with Express versions. In my case (VS 2012) the solution above does not work because AnkhSVN is not available in Tools -> Options -> Source Control -> Plugin Selection. Express versions do not allow Addin.
https://stackoverflow.com/a/12509780
This is an old question, but after installing Ankh I had to run
"d:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup
to get Ankh to show up in the source control plugin selection list. This seems to happen intermittently with new plugins.
I had a similar problem and got it fixed when I uninstalled and reinstalled AnkhSVN. Doing a repair wasn't enough.
I had the same problem. The only solution for me was to remove Registry keys explained in Visual Studio 2012 Extension Issues.

Does github have a Visual Studio Addin?

We are about to start a project and preparing the development environment. I was searching the possibilities of using github along with Visual Studio 10.
so does github have a Visual Studio Addin?
See this question for general hints using git with Visual Studio.
The accepted answer was the Git Extensions project.
I'm not aware that github would require any specific extras beyond that.
I realise this is an old question but for the benefit of anyone landing here, Github extensions for visual studio have just been announced:
http://blogs.msdn.com/b/visualstudio/archive/2015/04/30/announcing-the-github-extension-for-visual-studio.aspx
So, as of that announcement, yes it does have an addin, but not for the version of visual studio that you are using.

Mercurial integration into Visual Studio 2005?

Is there a way of integrating Mercurial into Visual Studio 2005? We'd like to be able to do checkin's, see history, etc. directly from the IDE.
A hyperlink is worth a thousand words ;-)
http://www.newsupaplex.pp.ru/hgscc_news_eng.html
VisualHG which in turn needs TortoiseHG

Resources