Questions tagged [visual-sourcesafe-2005]

Microsoft Visual SourceSafe 2005 is a file-level version control system that delivers restore point and team coordination capabilities

Microsoft Visual SourceSafe 2005 is the last version of Microsoft's source control software package oriented towards small software development projects. Visual SourceSafe 2005 is a file-level version control system that delivers restore point and team coordination capabilities.

Visual SourceSafe 2005 supports cross-platform development by allowing collaborative editing and sharing of data. It is designed to handle the tracking and portability issues involved in maintaining one source control base across multiple operating systems.

Here is a list of key functions provided by Visual SourceSafe 2005:

  • Helps protect developers team from accidental file loss.
  • Allows back-tracking to earlier versions of a file.
  • Supports branching, sharing, merging, and management of file releases.
  • Tracks versions of entire projects.
  • Tracks modular code (one file that is reused, or shared, by multiple projects).
85 questions
0
votes
2 answers

Running VSS 2005 Client on a the same server as VSS 6.0

Is it possible to run client-server combination of VSS 2005 (client)/VSS 6.0 (server) on the same box?
Danny G
  • 3,660
  • 4
  • 38
  • 50
0
votes
1 answer

Can Subversion merge 2 projects without branching first?

I am in the process of migrating several projects from SourceSafe to Subversion. However, one project is in the middle of development. That project is not currently branched in SourceSafe, however the last release was labeled (tagged) in SourceSafe…
NightOwl888
  • 55,572
  • 24
  • 139
  • 212
0
votes
1 answer

Add an existing project of Visual Studio 2019 to Visual SourceSafe

I have a project and I would like to add it to Visual SourceSafe 2005, but I can't find a way. Is there a solution for this? or is not compatible Visual Studio 2019 with Visual SourceSafe 2005?
0
votes
0 answers

Want to commit some old code to git, that was saved in Visual SourceSafe, what files do I remove?

I have some old Visual Studio projects that were originally saved in a Visual SourceSafe (VSS) source control system - long since gone. Anyway, at this point all I have is the C# code and the files put there by Visual Studio, back in the day, when…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

Visual Source Safe - Comparison tool

Can i replace the default comparison tools in Visual Source Safe with some other tool to compare/merge (like WinMerge - an open source tool) ? I am using VSS 2005.
Umer
  • 1,891
  • 5
  • 31
  • 43
0
votes
1 answer

Unable to download Visual Source Safe Upgrade Tool for Team Foundation Server from Marketplace

I have been trying to upgrade my Visual SourceSafe to Team Foundation Server using the upgrade tool from the visual studio marketplace: Visual Source Safe Upgrade Tool for Team Foundation Server. However, I am not able to download the tool from the…
Joe
  • 11
  • 2
0
votes
1 answer

How to share projects of source safe branches?

coming from this question i created a branch in visual source safe 2005 to get a copy of my solution which consists of 3 projects. This is working. But i need to share two of the projects(a class library and the DAL) between the branch and the…
0
votes
3 answers

Visual Source Safe Version 8

My issue is that when I check a project out of SS I sometimes do not get the latest version of the project, and when I check a project into SS the .frx files are corrupt.
Margol
  • 113
  • 1
  • 1
  • 10
0
votes
1 answer

Auto tag files as UTF-8

I am using Visual SourceSafe 6.0. We've been given the green light to move forward to Visual SourceSafe 2005. Still way out of date, but I'll take it. In VSS 6.0 we had options of Text/Binary for files. In VSS 2005 these correspond to ANSI/Binary…
Paul
  • 5,700
  • 5
  • 43
  • 67
0
votes
2 answers

Source Safe sub folders

How to get all source safe sub folders using c# code? We want to get all sub folders and folders in sub folders as well. For example, TestProject has 2 folders, folder a and b. and a has sub folder a1. Extract all paths: 1. TestProject -> a 2.…
0
votes
1 answer

How to get user information from Visual Source Safe 2005 Administration?

Is there any way to know user creation and modification date using Visual Source Safe 2005 administration? If not, then where can we get this information in server?
yatin parab
  • 174
  • 6
0
votes
2 answers

Visual Studio 2010 and SourceSafe 2005 invalid solution file

I recently re-built my development machine. On this new machine, VS 2010 can no longer open sln files directly from SS 2005. These are valid 2010 solutions (orginally created witih VS 2010) that worked fine until I re-built my machine. The message…
Mike
  • 1
  • 2
0
votes
0 answers

Alternative To Microsoft Source Safe / TortoiseSVN

Myself and my girlfriend house a large amount of files on our computers and we are soon looking to get a shared desktop. I suggested to her that we version control all files on an external drive / server to ensure that we can always roll back…
Kev
  • 1
0
votes
1 answer

Restoring old version to current writable in Visual SourceSafe

I am working on an ASP.NET application in VS2010; the repository is still VSS-2005. I am going to abandon the changes made to one of the pages and revert back to the version that existed two checkins ago (which is the current production code). My…
Cyberherbalist
  • 12,061
  • 17
  • 83
  • 121
0
votes
1 answer

VS2010 & SourceSafe 2005 - Logging into SourceSafe from the command line?

I have a custom application which brings together several resources and builds a Visual Studio project into an exe file I can then use to upgrade my company's website and database. This custom app uses System.Diagnostics.Process in a couple of…