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
1 answer

Is there way map a working set in MyEclipse to a folder in VSS

I have MyEclipse Workbench 8.6 for developing my project and Microsoft Visual Sourcesafe (VSS) as my source version controller. I have too many project in my workspace. I grouping projects by several working set. My question is: Is there way for map…
Sam
  • 6,770
  • 7
  • 50
  • 91
0
votes
2 answers

How do you create a copy of a VS2005 solution while disassociating it from VSS?

I copied the root folder to my desktop, deleted all files in that folder or under that folder if the file was a VSS file, opened the project, confirmed that I wanted to removed VSS integration and still my web project but not the referenced projects…
Chad
  • 23,658
  • 51
  • 191
  • 321
0
votes
2 answers

Best way to import a website into a Visual Sourcesafe 2005 Database

What is the best way to import a website into a Visual Sourcesafe 2005 database? I tried opening a the VSS database and drag-n-drop the folder but it started prompting me for a comment on each folder. Is there a better way or someway to have it only…
Brian Boatright
  • 36,294
  • 34
  • 81
  • 102
0
votes
2 answers

Source Any Where VSS, Error at recv(): An existing connection was forcibly closed by the remote host

I am using Source anywhere for vss and while getting the update it gives me following error Error at recv(): An existing connection was forcibly closed by the remote host.
Haseeb Asif
  • 1,766
  • 2
  • 23
  • 41
0
votes
2 answers

Visual Source Safe 2005 Remote Access

I want to let VSSDB accessed via internet (not LAN) from one machine to another. Update I Thanks for reply but it doesn't. It's saying something failed to enforce SSL requirement on IIS. VSS web services would be disabled on this machine.... Update…
Ankur
  • 161
  • 4
  • 14
0
votes
2 answers

Visual SourceSafe Reconciliation

What would be the ideal reconciliation mechanism between what is there in VSS 6.0 and what is there in our production environment? Our company outsources all its application support & development activities and are dependent on the vendor to provide…
user142589
  • 21
  • 1
0
votes
1 answer

Visual Studio 2010 source control integration doesn't work with files outside the solution folder

I have some header and cpp files that are shared between 2 projects, so I have put them in a folder named Common: C:\Workspace\Common\utils.h C:\Workspace\Common\utils.cpp C:\Worspace\Project1\Project1.sln C:\Worspace\Project2\Project2.sln The 2…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
3 answers

Visual Studio: Show file differences between local and source control?

Is there a Visual Studio addon, or a method present already, that allows me to recursivly compare a project/solution/folder with what's in source control? Note: Source control product agnostic (a.k.a VSS) Update The reason i assume is there is a…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
0
votes
1 answer

Using Visual Source Safe 2005 in Stand alone Aptana

How can we use Visual Source Safe plug-in in standalone Aptana installment. People say one can only use that plug-in in eclipse IDE.
0
votes
2 answers

Migration VSS 6.0 to SVN

Try to convert VSS 6.0 to SVN with this tool VSSMigrate. I got following Error. System.InvalidCastException: Unable to cast COM object of type 'SourceSafeTypeLib.VSSDatabaseClass' to interface type 'SourceSafeTypeLib.IVSSDatabase'. This operation…
CKyaw
  • 63
  • 1
  • 9
0
votes
2 answers

Source Control Shelving

We have some new-ish folks that have experience with TFS who are always referring to "shelving." Unfortunately we are quite far behind the curve and still use Source Safe. I have searched high and low for such a functionality in source safe and…
Dave
  • 169
  • 9
0
votes
1 answer

Revision Control systems that support Single Checkout?

I need to know which version control systems support "single checkout"? When I say single checkout (or single user checkout), I mean that only one person may have a file checked out at a time. So far, I know of Visual Source Safe (VSS) and Team…
Wayne Bloss
  • 5,370
  • 7
  • 50
  • 81
0
votes
1 answer

What is the state of Visual Studio 2012 RC integration with SourceSafe?

I've installed Visual Studio 2012 RC and tried to do some work on one of my 'work' projects. It seems to work but after showing some upgrade screens and a Source Safe Login box Visual Studio 2012 RC crashes silently. So my question is, what is the…
CodingBarfield
  • 3,392
  • 2
  • 27
  • 54
0
votes
1 answer

VSS - To get files from VSS after a specific date

Need to get files from VSS after a specific file. Eg: $/test/hello1 --> I need to get all the files checked in under $/test/ after a date 05/20/2012 to my local desktop. Please help me in vbscript or batch script.
0
votes
2 answers

Visual sourcesafe tree view is not synchronize with the root folder?

I'm using microsoft visual sourcesafe 2005. I set the database folder is D:\Code When I merge code and check in the new code in to source safe. I assume that the file that I has just checked in is $\Code\a.cpp. But when I open the file a.cpp on…
TTGroup
  • 3,575
  • 10
  • 47
  • 79