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

Files cannot be merged because visual source safe doesn't support merging of files with different encoding

I am working on a project which is on Visual Source Safe(VSS). Me and my colleague were working on the same file. I am working in Visual Studio 2010 with VSS 2005, while my colleague was working in VIsual studio 2013 with VSS 2006. My colleague…
0
votes
1 answer

Visual studio 2008 and sourcesafe 2005 integration

I understand the labeling and branching of vss, but how do i implement it with visual studio 2008. for example i am labeling all the files in my project as "version 1.0" and then (after that changes checkouts and check ins made) i want to bring…
junkqwe
  • 31
  • 4
0
votes
2 answers

Visual Studio Project Files and Source Control Bindings

I am copying projects in one solution that is bound to VSS from one solution to another that is not bound (or shouldn't be). When I copy the original project and add it to the new solution, it's showing as checked in and VS is remapping the working…
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

VSS causing crash in VS 2008

We use Visual Studio 2008, with visual source safe v8. Lately, I seem to be getting a lot more crashes than usual, mainly when viewing history (comparing, etc.). I have taken a screencapture of the series of dialog boxes that will always appear,…
David
  • 1,007
  • 7
  • 14
0
votes
0 answers

Visual SourceSafe Installation

I have been given a task to: 1. Install Visual Source Safe. 2. Configure it into my local system 3. Make 2 user’s on it else Admin. The thing is when i download the installer and run it. This error Logs: The upgrade patch cannot be installed by…
Asif Mehmood
  • 964
  • 2
  • 14
  • 35
0
votes
1 answer

How to add a Journal to Visual SourceSafe?

I am still using Microsoft Visual SourceSafe. How can I add a journal to my projects? By journal I mean a file, where all the changes in my projects will be logged to. For example, when I check in a file named 'space_report.sql' in the journal it…
Marcello Miorelli
  • 3,368
  • 4
  • 44
  • 67
0
votes
1 answer

Visual Studio / Visual Source Safe / Integrated Security / IIS 7

Using Visual Source Safe with IIS integration (the working dir is the IIS site) Visual Studio, pointed to the IIS site would load up the Web project. It would be under VSS control (have to check out files, etc). Recently, we had to switch to…
0
votes
1 answer

Get Latest Files from Visual Source Safe

I am new to source control. How can we get all the latest files of a solution. We are team of four and we change lot of files on a daily basis and push them into source control. Sometimes we have to work on the same file and when we get the latest…
decoder
  • 15
  • 5
0
votes
1 answer

How to use Visual Source Safe with file names in Russian Language?

I still use microsoft visual source safe 2005, for sql server, #c and any other subject I work with. Recently I started to study Russian Language. I would like to add a file called "Спрашивать.txt" to my source safe. When I try to add it, I get the…
0
votes
1 answer

Error executing: DDE connection

I have installed several versions of SQL Server on my machine, but visual source safe insists in opening any .sql file using Sql Server 2008 management studio. I have changed the default application for files .sql to be opened using SQL Server 2014…
Marcello Miorelli
  • 3,368
  • 4
  • 44
  • 67
0
votes
1 answer

Extract Multiple Values from Dynamic Multi-line String

I'm working on a small Node.js app to parse a running log file in order to extract key values and generate custom alerts based on the results. However, I've now run into an issue for which I can't seem to find a solution.. If it's relevant at all,…
user909694
0
votes
2 answers

Visual SourceSafe - Get Latest version using batch file commands

I'm attempting to write a batch file that will get the latest version automatically of only certain folders from SourceSafe. FILE LOCATIONS: SourceSafe is installed on my C drive: C:\Program Files (x86)\Microsoft Visual SourceSafe The users.txt and…
0
votes
1 answer

"ssexp" command is not working to start visual sourcesafe explorer

If anyone knows how to start visual sourcesafe explorer, please write steps. I followed the steps mentioned in MSDN but it is giving error. 'ssexp' is not recognized as an internal or external command, operable program or batch file.
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

Visual sourcesafe connection between virtual and build machine

I have a problem and there are no lots of documents about that. I will use visual studio as ide. I want to use visual source safe for sharing and logging our projects from a server. I installed source safe.But i have some help about how to connect…