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

Linked files after VSS to TFS migration

Is there any way to show linked files after a VSS to TFS migration? Additionally, how do you link files in Visual Studio 2013?
m00nbeam360
  • 1,357
  • 2
  • 21
  • 36
0
votes
1 answer

How do I get all labels from Visual Source Safe

Yes - still using Visual Source Safe. I know you can 'get by label' when searching for specific label text. But I want to get all labels that were applied since a specific date. Can that be done?
Ken
  • 427
  • 4
  • 20
0
votes
1 answer

How use TFS files lock like Source safe?

we used Source safe in previous projects, in source safe when a developer checkout a file or project or solution another developers can not checkout it but in TFS 2013 another developer can checkout it and then TFS merge all changes I want when a…
Hamed F
  • 800
  • 3
  • 11
  • 23
0
votes
1 answer

Adding "Existing website..." in Visual Studio points to wrong folder

Visual Studio 2005 We have a solution that was once connected to VSS. At some point the "Working folder" in VSS was changed from wwwroot to the Projects folder. We don't know how this happened, but ended up disconnecting the site and solution from…
Cory Price
  • 2,448
  • 1
  • 12
  • 11
0
votes
1 answer

Get SSIS solution from VSS

I have very little idea on SSIS and controlling this using VSS (Visual Source Safe). I have a requirement in my project to go through a few SSIS solutions/Projects. Can someone please help me how can I access this and view as a proper setup. Below…
RakeshP
  • 141
  • 5
  • 15
0
votes
1 answer

Unbind only one project in a vss-controlled solution

My team and I are working with a VisualStudio solution under the VSS source control. We have several projects under our one solution. We are planning on moving to Git and we would like to have a migration phase where we would have X projets under…
Prezbar
  • 21
  • 3
0
votes
3 answers

Vb6 project files and source safe

A part of the application that I am working on is a legacy Vb6 Windows forms application. All the files in the project are under source control (VSS) except the Vb6 project file. From what I can establish from the other developers working on the…
Andrew
  • 5,215
  • 1
  • 23
  • 42
0
votes
1 answer

Working with VSS and ASP.NET

i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server. i'm looking for a way how to "check out" or "copy" a Document (later on the whole vss structure with documents) and put it on in a folder on…
Tyzak
  • 2,430
  • 8
  • 38
  • 52
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

VSS Deprecated Files

We are using VSS for version control (changing to another version control system is not an option right now), and are occassionally running into issues where a file has been completely deprecated with its functionality split into other new files. …
TimothyAWiseman
  • 14,385
  • 12
  • 40
  • 47
0
votes
1 answer

"The operation could not be completed" Error when saving a file, in many projects

I am getting this annoying problem, whenever i do some changes to any file in any of my many projects and try to save the file, i get the error "The operation could not be completed"!!!! it only has an "OK" button, clicking that button will open a…
0
votes
2 answers

Maven freezes while perfoming scm:update on VSS

Im trying to get source files from VSS using Maven. But when I execute command mvn -DvssDirectory="C:\Program Files\VisualSourceSafe\win32" scm:update the log goes to [INFO] [scm:update {execution: default-cli}] [INFO] Executing: cmd.exe /X /C…
Alex
  • 1
0
votes
1 answer

Do VSS 6 archives open on VSS 2005?

We have archive of VSS 6 but donot have VSS client. We have client for VSS 2005. Is it possible to access the VSS archive of v6 from VSS 2005 client?
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

Is it safe to move a Visual Source Safe project folder to another location?

I have a Visual Source Safe project in folder VSS with the structure "data", "temp" and "users" under. Is it safe to just move this VSS folder to another location on the hard drive and open the project from there or will thousands of file links…
norq
  • 1,404
  • 2
  • 18
  • 35
0
votes
1 answer

Copy VSS structure to server with asp.net

i want to copy the structure (with the documents) from our vss server to an webserver. Therefore i want to create an application which is on this webserver. i want to use asp.net. i don't know what exactly i need therefore :> I have to build…
Tyzak
  • 2,430
  • 8
  • 38
  • 52