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
19
votes
4 answers

Branching and Merging Strategies

I have been tasked with coming up with a strategy for branching, merging and releasing over the next 6 months. The complication comes from the fact the we will be running multiple projects all with different code changes and different release dates…
benPearce
  • 37,735
  • 14
  • 62
  • 96
18
votes
4 answers

Get all files from VSS for a given date?

Is there a way I can ask Visual source safe to get all the files from a given date for a project? We don't use labels, so I can't roll back to a specific label and am hoping that I can somehow just call a certain date range to get the files as they…
Josh
  • 10,352
  • 12
  • 58
  • 109
18
votes
3 answers

Can I Use Visual Source Safe with Visual studio 2013?

Can i use visual source safe with visual studio 2013 ? I can only see GIT and Team Foundation ... Thanks.
Adiel Yaacov
  • 1,401
  • 3
  • 14
  • 24
17
votes
13 answers

SVN? VSS? Why is one better than the other?

I tend to get the feeling that most folks here think SVN is gold-plated goodness, whereas VSS is the worst program ever devised (at least as Version Control is concerned). That said, why? I've used some CVS, and my current job uses VSS, and from a…
Pulsehead
  • 5,050
  • 9
  • 33
  • 37
16
votes
1 answer

Combine DVCS with Visual Source Safe

I'm forced to use Visual Source Safe 2005 at work. I'd like to combine that with a DVCS, so that I can check in files locally without disrupting my co-workers if there's a bug or it doesn't compile. In my attempts with Mercurial, it works, but…
WBlasko
  • 2,893
  • 2
  • 17
  • 11
16
votes
16 answers

VSS or SVN for a .Net Project?

At work, one of the head managers asked me to research on what could be the benefits of changing the current source control server (Visual Source Safe) of my project to SVN. I really don't have anything against SVN, actually I kind of dig it, but…
Hugo
  • 6,244
  • 8
  • 37
  • 43
16
votes
8 answers

Visual Source Safe --> TFS Migration

Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so. Now I want to get rid of sourcesafe and move on to Team Foundation Server. Do you have any tips or tricks for me before I embark on this…
ila
  • 4,706
  • 7
  • 37
  • 41
14
votes
10 answers

How to Encourage More Frequent Commits to SVN

A group of developers that I am working with switched from VSS to SVN about half a year ago. The transition from CheckOut-CheckIn to Update-Commit has been hard on a number of users. Now that they are no longer forced to check in their files when…
Yaakov Ellis
  • 40,752
  • 27
  • 129
  • 174
13
votes
2 answers

Do Microsoft employees use Visual Source Safe (VSS)?

Microsoft has always been adamant about their use of "dogfooding" in the software development process, and it's made tools like Excel and Visual Studio work pretty well. My question is this: Do Microsoft employees use VSS? Have they ever used it? If…
Joey
  • 2,901
  • 21
  • 22
13
votes
5 answers

visual source safe - how to remove bindings from solution w/o opening in visual studio

Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio? I used to use: del /s /f /a: *.*scc Then when I opened visual studio it would prompt me and give me…
Seth Reno
  • 5,350
  • 4
  • 41
  • 44
12
votes
14 answers

How to convince a company to switch their Source Control

My current place of employment is currently in a transition, new ownership has taken over, things are finally getting standardized and proper guidelines are being enforced. But we are still using VSS, there really isn't any reason for using it…
Tanerax
  • 5,826
  • 5
  • 29
  • 27
12
votes
16 answers

Alternative to VSS for a one man show (army of one?)

I've been programming for 10+ years now for the same employer and only source code control we've ever used is VSS. (Sorry - That's what they had when I started). There's only ever been a few of us; two right now and we usually work alone, so VSS has…
Booji Boy
  • 4,522
  • 4
  • 40
  • 45
12
votes
1 answer

How to view the All Checkout files in a project in VSS?

I want to see all checkout files in a project in VSS. is there a way to view all of checkout files at once?.
SCM
  • 2,065
  • 2
  • 14
  • 15
12
votes
4 answers

From SourceSafe to Team Foundation Server

Our team would like to move from the Visual SourceSafe (VSS) to the Team Foundation Server (TFS). I know that the TFS is much more than just a version control system, but for the first time I would like to use it this way. Currently our projects are…
Michael Damatov
  • 15,253
  • 10
  • 46
  • 71
11
votes
7 answers

"The selected file is not a valid solution file" error when trying to open source safe database

I recently re-built my development machine which now uses windows 7. On this new machine, VS 2010 can no longer open sln files directly from SS 2005. These are valid 2010 solutions (orginally created witih VS 2010) that worked fine until I re-built…
1
2
3
48 49