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

Visual SourceSafe Installation

I have been given a task to: 1. Install Visual Source Safe. 2. Configure it into my local system 3. Make 2 user’s on it else Admin. The thing is when i download the installer and run it. This error Logs: The upgrade patch cannot be installed by…
Asif Mehmood
  • 964
  • 2
  • 14
  • 35
0
votes
1 answer

How to change source binding of a project or solution through code

My question is very simple. How to change the source control binding of a solution (or Project) that I have at my local machine (C:\ or somewhere), not through Visual Studio UI but through C# code. Is there any library for that? I know there is a…
0
votes
1 answer

Visual source safe headaches - Deleting files

I will pre-empt and say we are stuck using VSS here so changing it is not an option. Anyway, one person, 'user a' is deleting a file from their project. They then do a 'get latest' on the folder and it doesn't come back, so the user assumes they…
maxp
  • 24,209
  • 39
  • 123
  • 201
0
votes
1 answer

What are the HTMLFILE.GIF and FOLDER.GIF?

What are the HTMLFILE.GIF and FOLDER.GIF? I have this classic ASP website which I am bringing into TFS. While looking at the Pending changes, I see those two files in many of the folders. While doing some read it looks like they have something to do…
gbs
  • 7,196
  • 5
  • 43
  • 69
0
votes
3 answers

Is VSS 2008 free?

In my company we use Visual Studio 2008. Is VSS 2008 free?
Gold
  • 60,526
  • 100
  • 215
  • 315
0
votes
0 answers

VS 2003 and SourceSafe How to Add .vbproj.webinfo file to sourcesafe

How to add .vbproj.webinfo file to sourcesafe? and This is my local folder: I want to add That file to sourcesafe. But no option from visual studio to access that file. Please help
Khaneddy2013
  • 1,301
  • 1
  • 17
  • 25
0
votes
1 answer

Visual Studio 2013 VSS binding error

When I click on the "Change Source Control..." menu item, all projects in my Solution are Bound except for the Deployment Project. When I attempt to bind the Deployment project, I get this error message: The folder you chose is not a valid binding…
Mike W
  • 425
  • 3
  • 12
0
votes
2 answers

Visual Source Safe 8 on Windows 2012

I have fairly large legacy (read only) VSS 8 database that is currently sitting on a windows 2003 server. As part of an infrastructure consolidation I am being asked to move it onto a new Windows 2012 server. I can't find any notes on whether or not…
u07ch
  • 13,324
  • 5
  • 42
  • 48
0
votes
0 answers

Publishing not reflecting

Using visual studio,changes are not reflecting on publishing even though on development side,it is showing.What can be the issue. Thanks in advance.
Gayatri
  • 343
  • 1
  • 6
  • 19
0
votes
1 answer

How to add a Journal to Visual SourceSafe?

I am still using Microsoft Visual SourceSafe. How can I add a journal to my projects? By journal I mean a file, where all the changes in my projects will be logged to. For example, when I check in a file named 'space_report.sql' in the journal it…
Marcello Miorelli
  • 3,368
  • 4
  • 44
  • 67
0
votes
1 answer

Allow mutiple check out of files with VSS

Does anyone know how to enable multiple checkout for file in vss6.0? Currently it won't even allow to edit the file if it is checked out by another user.
Tweety01
  • 176
  • 2
  • 17
0
votes
1 answer

Revision/Source control feature in DropBox

I'm looking for a webbased solution like DropBox or a solution to integrate with DropBox where I can control the files like Microsoft Visual SourceSafe a check in/out system. Thanks in advance.
Jan Johansen
  • 1,999
  • 6
  • 30
  • 43
0
votes
3 answers

MS Build Server 2010 - Buffer Overflow // append: how to exclude directory from source safe

I try to build an solution in MS Build Server (MS Visual Studio 2010 ver 10.0.30319.1) about ServerTasks -> Builds -> Server Task Builder -> Queue new Built and go, 47 seconds later I get an error output: CSC: Unexpected error creating debug…
0
votes
1 answer

Can I stop Auto CheckOut in VSS on VS 2005

I use VSS on VS 2005 on my office , VSS is not bad and get used to it now But there are one problem there . when I try to edit or make write source VS dectect change and check out my source automatically It's good It's OK but VS not only check my…
John
  • 33
  • 5
0
votes
1 answer

Push TFS 2008 code to remote VSS over VPN?

We have a local Team Foundation Server 2008 that we keep our code under version control. However, we also have a paranoid client that has their own Visual Source Safe installation that wants us to keep a running copy of the code on their server as…
drovani
  • 928
  • 1
  • 17
  • 37