Questions tagged [visual-sourcesafe]

Old source code control solution from Microsoft. Superseded by Microsoft Team Foundation Server.

Microsoft Visual Source Safe was the Microsoft solution to source control, up to 2005. Its main asset is a good integration with Visual Studio. As of 2011, you should not consider this as your source control solution, except for supporting a legacy setup.

Largely superseded by Microsoft Team Foundation Server.


Some references about Sourcesafe:

MSDN Reference : http://msdn.microsoft.com/en-us/library/ms181038%28v=vs.80%29.aspx Microsoft Extended Support ends on 7/11/2017 : http://support.microsoft.com/lifecycle/search/default.aspx?alpha=Visual+SourceSafe

Caveat :

723 questions
0
votes
2 answers

I need a simple source code vault for use with vs2010. is there a bare bones version of TFS?

I thought I heard that there was going to be a entry level, low cost version of TFS that is targeted at VSS users who want repository and versioning functionality only. But I can't find the link anymore...does it exist? Or do I need to figure out…
barry
  • 1
0
votes
1 answer

Unable to checkin in VSS

I am trying to check in file in Visual Source Safe, File is checked out and shows proper code difference. But when i am trying to check in, it completes without error but changes not getting merge. This issue is observed for few files in VSS. VSS…
Raviraj
  • 71
  • 1
  • 3
0
votes
1 answer

VSS -> TFS conversion - best methods for converting single directories?

Running Visual Source Safe 2005 and TFS 2010. The 2003 server that VSS is running on is being retired, and the information I've been told is that VSS can't run on server 2008 (anyone want to help declare that flummery?) so I need to migrate our…
VBartilucci
  • 477
  • 6
  • 17
0
votes
1 answer

Crash of the visual basic 6 IDE just before loading the project ends; only when source safe is active

I am at my wits end with this one. I have a vb6 project that edits, compiles and runs well as long as I do not try to synchronize its files with the visual source safe 6.0d database at loading. I tried removing the .scc files, I tried filling the…
Dabblernl
  • 15,831
  • 18
  • 96
  • 148
0
votes
1 answer

Visual Sourcesafe in VS2013

I have Visual Studio 2013 and I have a number of projects in Visual Studio Online, but I still have some old projects that are in Visual Source Safe. It works fine on two pcs but we have a third that when you try to set you source control Visual…
Luckbox72
  • 147
  • 1
  • 2
  • 16
0
votes
2 answers

Is there a Windows explorer plugn-in for Visual SourceSafe?

Is there a Windows explorer plugn-in for Visual SourceSafe like we have for TFS Power Tools or TortoiseCVS?
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447
0
votes
1 answer

VSS2005: how to use labels to allow quick compiling of earlier versions of code?

Using Visual SourceSafe 2005, what do I need to do to tell VSS 2005 that the current version of code should be labelled (or whatever) so that after further revisions I can come back later and get the version of code that was labelled?
CJ7
  • 22,579
  • 65
  • 193
  • 321
0
votes
1 answer

visual source safe is not comparing properly, it is showing some dots

One of my file is showing dots while comparing and some special character which is unreadable.(visual source safe 6.0 build 9848) following is the extract Orignal was f f fg but it is showing 1 Change: ÿþf To: ÿþf 2 Ins: 3 …
user3129097
  • 181
  • 9
0
votes
2 answers

Web Service appears as website instead of developer web server

I recently reimaged my PC and regrabbed one of our projects from Source Safe. In our solution we have a web service that normally runs on a server, however we can build the webservice on our localhost for debugging as well. However, now whenever I…
0
votes
1 answer

Visual Studio Plugin: Insert date or version number

My company is suffering some deployment issues, where we'd be greatly benefited if distributed source files were tagged with their current source control version, or the date/time they were checked in. Is there a way in Visual Studio to do this…
0
votes
1 answer

VSS Show differences truncating results

Visual Sourcesafe, version 8.0.50727.1551 (32-bit) I have a C# class in VSS that I'd like to view the differences between versions. I am able to go through and show history for the class, and then I can select the 2 versions I wish to compare and…
Ryan Ward
  • 1,523
  • 4
  • 15
  • 23
0
votes
1 answer

Compatibility between Visual Source Safe and Visual Team Foundation

I have a Visual Source Safe 6.0 server and my client version is VSS 2005. Everything is going fine in this scenario. Now I want to purchase new licenses of Visual Source Safe but VSS is currently obsolete. So I have to purchase Visual Team…
0
votes
1 answer

Can I use Visual Source Safe and Team Foundation at the same time?

Our company has a number of projects on Visual Source Safe and I was wondering if it would be possible to migrate gradually as opposed to having to move all of the projects on to Team Foundation. To explain the situation further, we have Visual…
TangoKilo
  • 1,785
  • 3
  • 25
  • 43
0
votes
2 answers

Work with VS 2010 on a project for VS 2005

I have a project on SourceSafe that the team work with VS 2005. I have installed VS2010 and like some features of this version. Is there a way that I keep the project to day with SourceSafe, but however work locally with VS2010. Say, I could not…
serhio
  • 28,010
  • 62
  • 221
  • 374
0
votes
1 answer

How to change source control binding of VS 2005 solution through C# code

I have a solution in Visual Studio 2005. I need to change its source control binding from one branch in Visual SourceSafe to another through automation by C# code. I would like to know if there are any APIs to do this.