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

Restoring web reference in Visual Studio 2008

I had a web reference set in my VS2008 ASP.NET project, but due to some source control weirdness it is no longer listed in the project. I have the set of files in the Web References folder under my project. There's a .wsdl, .disco and several…
0
votes
1 answer

64 bit application needs to shell Microsoft.VisualStudio.SourceSafe.Interop as 32 bit process

I have an application that downloads a project from Visual SourceSafe, checks out the last executable, compiles the app and checks in the executable. The application works fine on Windows 7 64-bit OS with a 32-bit version of Excel installed but…
Lee Z
  • 802
  • 2
  • 13
  • 39
0
votes
2 answers

transfer projects from vss 2005 to tfs 2013

I installed TFS 2013 on my Windows server 2012 and I would like to transfer my projects from vss to tfs. I downloaded the vss to tfs tool from [microsoft tool][1], but I was unable to install it because of compability mode, error message: "Windows…
Inahmias
  • 26
  • 3
0
votes
2 answers

How to write to file in VSS from c# code?

I have a project with Visual Source Safe (VSS) and I need to append lines to a ".sql" file. I am trying to use the obvious code: using (StreamWriter sw = File.AppendText(lblSourceFile.Text)) { sw.WriteLine("text here"); } But I am getting "File…
Liran Friedman
  • 4,027
  • 13
  • 53
  • 96
0
votes
1 answer

Moving projects from VisualSourceSafe to Team Foundation Server 2013

I am learning to use TFS 2013 as we want to move from VSS this year. So I created a sample project structure replica in my VSS. It looks something like below: Now I used the VSS Upgrade Tool for TFS and ported the VSS datasource to TFS…
gbs
  • 7,196
  • 5
  • 43
  • 69
0
votes
1 answer

MS Visual Source Safe 6.0

I have a VC++ 6.0 Project running on Windows NT workstation. We want to bring this project under MS Visual source safe version control system. I have found that VSS 6.0 is the right version for the older project. The server is running on Windows…
0
votes
1 answer

how to filter svn export

I want to get only specific files using svn command line utlity. I've a batch script that gets only specific files from vss, using ss tool of vss. In vssthe command is: ss get *.c I need similar functionality with svn command utility. How can I…
Lakshman Rao
  • 115
  • 1
  • 11
0
votes
1 answer

Is it necessary to keep "Trunk" as your working directory in SVN?

The background is, I am basically a user of VSS i.e. visual source safe. I used to create branches there, such that : I have a folder in VSS named as 0.75 i.e. the version number, and all code files reside inside it. When the team completes working…
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

VSS6.0c Invalid syntax

Opening as admin and I get an invalid syntax on line 42 of the ini file. "Too many environment strings" Then line 47 and other lines until it opens. Any ideas as to why this may be happening? Nothing appears out of the ordinary with the ini file.
Ste
  • 1,136
  • 2
  • 10
  • 30
0
votes
2 answers

Using Subversion in conjunction with Visual Source Safe

The shop I work in is in the process of phasing out Visual Source Safe and migrating to Subversion. I've set up a continuous intergration server using Subversion. From my current understanding of how SVN works locally, it stores hidden metadata in…
Achilles
  • 11,165
  • 9
  • 62
  • 113
0
votes
2 answers

Visual Source Safe New files check in

I have asp files on server and i created a working folder and checked out code. I then created new files in working folder and did checkin but they new files are not copied. Does VSS do not copy new files or is there a way i can check in those…
rs.
  • 26,707
  • 12
  • 68
  • 90
0
votes
2 answers

VSS 2008 and VS 2008

I'm working on .Net projects using Visual Studio 2008 and Visual SourceSafe 2008. I'm not very familar with how SourceSafe working folders are tracked. Due to an unrelated problem, my PC has to be reformatted and I'll have to reinstall SourceSafe.…
0
votes
1 answer

How to make VSS client in VS warn before merge?

When you use VSS client in VS and you execute check-in on some source files, in case of conflicts that can be merged, they are merged and AFTER that the dialog with info is displayed that the sources were merged. How to configure it in such way,…
greenoldman
  • 16,895
  • 26
  • 119
  • 185
0
votes
1 answer

VSS / TFS Checkin related

As an source safe user with admin privilege, how do i perform following actions in TFS/VSS. (a) Find a/all user(s) who checked in code for a specific day (b) Find all check-in by a specific user based on some date range (b) Find user who did the…
S.N
  • 4,910
  • 5
  • 31
  • 51
0
votes
2 answers

csproj & cspscc files exclusively checked out. How 2+ developers work in same project in Source Safe?

I and another developer are working on the same VS 2008 project using Source Safe. If one of us needs to add a new item, the person who doesn't have the csproj file checked out gets a message that they can't add because csproj and vspscc files are…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374