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

VSS file check-in issue

I am using Visual Source safe 2005, I am having problems with some files (.cs and .cshtml) when I am trying to check in them its giving me this error the file cannot be checked in because it has different encoding and checked out multiple times I…
Syed Salman Raza Zaidi
  • 2,172
  • 9
  • 42
  • 87
0
votes
1 answer

Repeated merge of VSS branch->trunk when trunk version unchanged

Merging whole projects is a pain in VSS as the IDE only wants to let you do individual files. I have a situation where we created a new project (in both the VSS and VC++ sense) in a branch, and I then merged/copied this into trunk. All active…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

Can i use VSS 2005 internet client plugin from Visual Studio 2008 to access SVN?

I use visual studio 2008 for my development purpose. I also have Visual Source Safe 2005 client installed both at my office computer and my laptop. I like the private source control repository provided by xp-dev.com. But it supports SVN. Is there…
IsmailS
  • 10,797
  • 21
  • 82
  • 134
0
votes
1 answer

Trying to understand the difference between git repos and vss database

I've been a Visual SourceSafe user for years and for obvious reasons I'm trying to make the change to git. I've downloaded and have been trying the git extensions for Visual Studio 2012. I have a few questions that I hope someone can help me…
DarLom
  • 1,100
  • 2
  • 12
  • 30
0
votes
1 answer

Unable to add a new item to source control?

I hope someone can help here, we're having an incredibly annoying time with Visual Studio 2008 and Visual SourceSafe 8. Basically, when anyone involved with the Web Application Project attempts to add a new "item" (eg. a CSS file) they get the…
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
0
votes
2 answers

How to keep track of the SCM revision in the build versions automatically?

I want to look at a production binary and know which revision in the SCM corresponds to that build. How it is possible? Can I accomplish that in Visual Studio using VSS?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
0
votes
1 answer

Check In Encrypted Procedures to VSS

I am trying to cut-over stored procedures from SSMS to Visual Source Safe. My question is this. I have a few procedures which are encrypted with the WITH ENCRYPTION keyword. Now if I am to check-in these procedures to VSS, will I still be able to…
Smiley
  • 3,207
  • 13
  • 49
  • 66
0
votes
2 answers

Visual studio 2008 problem

i am using visual studio team system 2008 and VSS 2005. I took a latest copy of a project from VSS. Now when i try to open that project, it is showing error "This version of visual studio does not support source control" and " Unexpected…
0
votes
1 answer

Source control in remote environment

I have a team of developers that all work remotely, from home (no intranet or extranet). We have dedicated managed hosting through a hosting provider, and they do not offer TFS. The production web and sql server are behind firewall at host and…
devnuts
  • 137
  • 2
  • 14
0
votes
3 answers

Exclude Code from Builds Temporarily

I have a developer that has asked me if there is a way to exclude certain code from deployment. We run debug and release builds directly from most recent code in source control. She'll check in code and not want it to be included in the build for…
Beta033
  • 1,975
  • 9
  • 35
  • 48
0
votes
1 answer

How to get build number and date from Visual SourceSafe using visual studio 2010

i have developed the windows application in visual studio 2010 with C#. i am using visual source safe 2005 as the version controller. in my application have about us forms which contains the build version no and build date. my client asked me in…
0
votes
1 answer

Integration with Office 2007 VBA and Visual SourceSafe

I'm wondering if there's a way to manage VBA code authored in Excel 2007 using Visual SourceSafe? Office XP and 2000 apparently had 'developer additions' that supported this (e.g. http://msdn.microsoft.com/en-us/library/aa164419(office.10).aspx). Is…
user190341
0
votes
2 answers

Why does my PDF ask for a password after being retrieved from Visual SourceSafe?

PREFACE: Yes we're moving away from VSS in the next few months. One of my web projects contains, as one of its files, a PDF. The PDF on our QA site is being pulled from VSS. A QA tester recently told me he's being prompted for a password when he…
Tom Kidd
  • 12,830
  • 19
  • 89
  • 128
0
votes
1 answer

Visual SourceSafe. One project and two different (mixed) versions of Visual Studio

I have a really small team working with Visual Studio 2008 and Visual SourceSafe 2005 (Yeah, I know...) A new developer just came in and he has Visual Studio 2012 on his machine. He is not willing to install VS 2008 - who would? So, what are our…
0
votes
1 answer

GET when "working folder contains a writable copy" has the Do you want to "Leave this file" radio button disabled. How do I enable it?

VSS 2005. I'm doing a GET of my project on a recently new PC with a SS database on a local server. Whenever I do a GET where I've made some local modifications (i.e. the files are NOT readonly), I am getting the proper VSS dialog "Your working…
franji1
  • 3,088
  • 2
  • 23
  • 43