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

VSS 2005: how do I create branch at the point of a label?

Using Visual SourceSafe 2005: At an earlier point in time I labelled my source to indicate the release of a new version of the software. What I want to do is now create a branch where the label was created, in order to release a minor upgrade…
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
vote
3 answers

VSS 2005 and VS 2005

I use VS 2005 and VSS 2005. Every time I close VS I get error: ss.ini not found. But except this VSS works fine, no problems when I open VS and do check in and check out. ss.ini is present and VSS repository specified as network path. I just worry…
Alexan
  • 8,165
  • 14
  • 74
  • 101
1
vote
3 answers

Checkin Without Merge in Visual Sourcesafe

I've got a file managed by Visual Sourcesafe 2005 which I have edited. I'd like to check in the file exactly as-is on my box, but VSS always merges it with the file in the repository, breaking my code. I don't know what I expected to happen... Is…
Nick Vaccaro
  • 5,428
  • 6
  • 38
  • 60
1
vote
1 answer

Migrate your data from VSS Server to Team Foundation Server

Yesterday, I asked a question Migrate to TFS and the answer mentioned some very good tools which can be very helpful. Thanks to jwanagel. But I forgot to mention there the VSS server and TFS server are two different machines. And when…
1
vote
0 answers

Incremental migration from VSS 2005 to Git

I have a relatively big VSS 2005 database that I want to migrate to Git. It's not definitive migration just yet. I need to perform some tests on the migration to see if everything will be there. Meanwhile, my coworkers will still keep using VSS…
cidico
  • 386
  • 1
  • 10
1
vote
0 answers

Source Safe check in not allowing LABEL assignment

I am trying to apply a LABEL (not a comment, which works) to a VSSItem just prior to check in of a visual source safe file. I have tested a number of parameters, checked file type etc. I can correctly check in the file with no issues and add the…
htm11h
  • 1,739
  • 8
  • 47
  • 104
1
vote
1 answer

Is it possible to control the destination folder when checking out a project from VSS 2005?

We are currently using VSS 2005 for source control - and please let me start by saying, I've read a lot of posts on Stackoverflow and I realize VSS is the devil. That being said... its what we have to work with now and I have a question about the…
1
vote
2 answers

Configuring VB6 with VSS 2005

I have configured VB6 with VSS 2005, following functionality working fine : Check In and Check Out of code Get Latest Version Showing error when code Check Out by another user. Showing error if use try to edit code without Check In ( only…
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
1 answer

Problems using powershell to perform a source safe get by label

I'm trying to use powershell to do a "get" from srcSafe using a label that contains spaces. I've read what seems like numerous posts about how to pass params w/spaces to exe's but nothing I've tried works. My problem appears to be supplying the…
0
votes
1 answer

Visual Sourc Safe: How to take the code backup?

I am using Visual Source Safe 2005 as my source control system. I need to take the code back-up. How to do that? Please guide me. Regards, Priyank
Priyank Thakkar
  • 4,752
  • 19
  • 57
  • 93
0
votes
1 answer

Create 32-bit COM object from 64-bit cscript script

I have a JScript script which is called by cscript. That script creates Visual Source Safe ActiveX object using new ActiveXObject("SourceSafe") code in it's internals. Everything was ok on 32-bit windows. But on 64-bit windows I need to call 64-bit…
artyom.stv
  • 2,097
  • 1
  • 24
  • 42
0
votes
2 answers

can we redirect output of a batch file to a pdf file

Is it possible to redirect the output of a batch file to a pdf file? I have a batch file that runs "ss diff" (source safe command to get the differences) on all the files in a project. Right now, it outputs the result to a text file. I was wondering…
Sridhar
  • 8,874
  • 4
  • 26
  • 37
0
votes
2 answers

parse the source safe history output and run the diff command

I am fairly new to writing batch scripts. I am trying to write a script file to achieve the following task. I have a source safe command below to get the list of files changed between two dates ss.exe history $/myproject -Vd04/01/2012~01/01/2012 -R…
Sridhar
  • 8,874
  • 4
  • 26
  • 37
0
votes
1 answer

get the list of code changes from visual source safe

I am trying to get the list of changes made to a file in source safe through the command line? Is there a source safe command or tools to do this? For example, let's say I have a file named testing.vb. In that file, I changed only the following…
Sridhar
  • 8,874
  • 4
  • 26
  • 37
0
votes
2 answers

How to safely use VSS when using a working directory on a thumb drive?

I know putting code into VSS in general is as safe as putting money into a mutual fund run by Bernard Madoff, but I don't have the luxury of ditching it for subversion. That said, I need to be able to write code on two machines, I'm considering…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164