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
3 answers

Is Visual sourcesafe an old technology as opposed to Subversion and TortoiseSVN?

I'm used to using subversion with tortoisesvn with other development teams and found it very useful. My current development team uses MS Sourcesafe which I believe is a load of....well you get the point! Am I right in thinking that subversion with…
Funky
  • 12,890
  • 35
  • 106
  • 161
0
votes
1 answer

Visual Source Save Configuration

I'm using VSS version 8.0.5. I've installed it on server. I've added visual studio 2010 project in it. now on my system, i point the source control vss in my visual studio envionrnment. I configure the project on my working folder and then set the…
Siddiqui
  • 172
  • 1
  • 3
  • 16
0
votes
3 answers

SourceSafe backup script - best approach?

I was wondering what the best approach might be for creating a backup of my organisation's SourceSafe database, and moving it to a share on another server? Currently we have a scheduled job which runs a batch file, which in turn executes a…
-1
votes
1 answer

Team Explorer can't resolve git local repository which was migrated by VSS2Git

I was trying to migrate/upgrade a solution(Database project) from VSS to Git. After a few operations(like disconnect the source control, upgrade project file, etc), I found out the most of the options in team explorer are gone. Now there is only…
Circle Hsiao
  • 1,497
  • 4
  • 22
  • 37
-1
votes
1 answer

Team Foundation Server Copy File Paths

I work in an environment where an Operations Center deploys our file changes into Production. We just switched from Visual Source Safe to Team Foundation Server. In VSS we were able to highlight the files, click the Tools menu, then select Files…
Rich Welsh
  • 19
  • 3
-1
votes
2 answers

How to migrate from VSS to VSTS?

I am working on migration, now I have some projects in Visual SourceSafe but I want to migrate them into VSTS. I got solution VSS-TFS, but I need direct way to migrate. So, can you give me the simpliest way to migrate them from VSS to VSTS
Mani
  • 1,228
  • 3
  • 10
  • 28
-1
votes
3 answers

VSS bug on Vista?

I have a VS2005 solution which uses Visual SourceSafe 6.0 source control. I am using Vista Ultimate 32 bit. I keep getting this error when I close a file, and seeming more often when the file is not actually under source control (e.g. afxwin.h or…
Nick
  • 13,238
  • 17
  • 64
  • 100
-1
votes
1 answer

Can we migrate PL/SQL files from VSS--> TFS?

I am trying to migrate some PL/SQL code from VSS to TFS. Can this be done? Is there any restriction on the file type?
uttara bhosale
  • 97
  • 2
  • 2
  • 11
-1
votes
1 answer

Migrating to Team Foundation Server from Visual Source Safe

I have been following the walk through here: https://msdn.microsoft.com/en-us/library/ms181246(v=vs.90).aspx But when it comes to the VSSConverter line, it's just not there. It's nowhere on my computer. I'm using Visual Studio 2013, and none of the…
-1
votes
1 answer

Prevent VS from checking out App.config from SourceSafe when I am making local changes to it

I am working with a project (shared by a small team via SourceSafe source control) with four .config files in it: App.config is the configuration file that is eventually used when the program is executed. The other three files are essentially…
-1
votes
1 answer

Diconnected mode in Source Safe

I'm working on an application which has Source Safe as it's source control. Today the sourceSafe(SS) machince has problems and our tech people are fixing the machine. In this Scenario I can only work on the project(visual Studio 2003 C#) in an…
S Nash
  • 2,363
  • 3
  • 34
  • 64
-1
votes
1 answer

VB.NET-Trying to populate vss files in tree view

I am trying to replicate the tree style view in Source Safe into my application in vb.net... I have already added the COM objects and connected to Source Safe database successfully... What i need is the method to populate the tree view with Source…
Vidhyasaghar
  • 45
  • 1
  • 9
-1
votes
2 answers

Is visual source safe come along with VS2010 or should we buy separately

We are using Tortoise svn as we have some issue we are going to move to VSS. Is Visual source safe comes along with VS2010 or should we buy separately and install. When we called and asked they said to select VSS from Tools->options->Sourcecontrol.…
Vivekh
  • 4,141
  • 11
  • 57
  • 102
-2
votes
1 answer

Team Foundation Server also loses code at check-in just like the SourceSafe

So we have Team Foundation Server running in replacement of our old SourceSafe for about a couple of months now and I've just had the first serious fallout. Just the same what was regularly happening all the time with the SourceSafe. I check in a…
User
  • 30,403
  • 22
  • 79
  • 107
-2
votes
1 answer

Copy/Paste - OverWrite into a file which is under VSS

I have some files under VSS - If I copy an updated version of a file into its location and overwrite it , will VSS update iteself / reflect the updated file ? Seems that when I do this, the updated code is not being reflected within the file in VSS…
Sandeep
  • 473
  • 1
  • 7
  • 27
1 2 3
48
49