visual-sourcesafe

In VSS 6.0 How to enable working on single file with multiple people.

How more then two people can work on vss with checking out file of diffrent in VSS? ...

Visual SourceSafe 2005 integrated with VS2008 - missing checkin prompt for comment

I have been using Visual Studio integrated with Source Safe for years, when I checkin a file from the Solution Explorer in VS2008 I am not prompted for a comment when I previously I was prompted. To add a comment now, I go to the pending checkin view and add a comment that way. My guess at some point I must have accidentally changed some...

How to live with Visual Source Safe 2005?

I'm currently working in an environment that still has VSS 2005. I currently do not have the power to change to Subversion, TFS, etc. What are the main gotchas to watch out for with VSS 2005--how can I best use it to try and save my versions and not blow up my source code? For example, is it better to integrate it with Visual Studio...

How to manage various ASP.NET Web Site project references and autoupdate

I have a Visual Studio 2008 Web Site project in a solution with a number of other assembly projects. The Web Site project has 4 types of references: Project, BIN, COM interop, and text files. The Project references autoupdate perfectly. The BIN references for managed DLLs autoupdate with .refresh files, which work well and can be chec...

can I Integrating SourceSafe / VSS with SQL Server 2005 ?

how sql objects manage with VSS? can I Integrating SourceSafe / VSS with SQL Server 2005 ? I want versioning sql schema? ...

How to source control stored procedures with SQL Server 2005 and Visual Source Safe 2005?

I am trying to follow the steps on the following site http://msdn.microsoft.com/en-us/library/ms181089(VS.80).aspx But I couldn't find the "Data View window and an Add to Source Control command" in the SQL Managment Studio. Then I tried to Modify a stored procedure and then I clicked on the "Change Source Control" button at the "Source...

Why does my co-worker see a different Project file (*.csproj) using Visual Source Safe

Hello everybody, I met a problem which is very strange, my company uses Visual Source Safe to control version,but I found that my team's different member see the same .csproj file in VSS is not the same, it's very strange,can you help me? thanks!! there is a file named IPRA.WinUi.Sal.Sra.csproj in VSS: when Tom log on ,the file 'IPRA....

how linked files in vss repository can be migrated to svn repository

how linked files in vss repository can be migrated to svn repository ...

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 existed on a specific date? Impossible? ...

Is it possible to use Source Safe over the internet?

Is it possible to use Source Safe over the internet? Would you do it? ...

Tool to list all source safe link files

My client is migrating from Source Safe to Clearcase. They need to list all the link files in the Source Safe database so the links can be carried over to Clearcase, as apparently all the source must be checked into Clearcase on day 1, losing any existing links. Are there any tools for creating this report, or perhaps even doing the ful...

Forcing other persons files to checkin using Sourcesafe 2005

Hello, One of my colleagues has left the company and taken his PC with him! Some of his work is checked-out. Is there a way I can check-in his work without access to his PC? This is using Sourcesafe 2005. ...

What's the diff between VSS 6.0 and VSS 2005?

We've been using VSS 6.0 since time began, but yesterday I nabbed VSS2005 off of our MSDN subscription, it wouldn't let me install it off the ISO through Daemon Tools (not sure why, but I submitted error report to MS...). I noticed it had a program files directory right on the ISO, so I just copied the folder onto my hard drive. Well, ...

Integrate Visual Source Safe with Visual Studio without using source control binding

Is there a way to integrate Visual Studio with VSS without doing source control binding? The problem I have is that my team is opposing to add source control binding to the solution and project files, since they claim it adds more problems (restrictions) for them. On the other hand, I really like to perform most of the source control o...

Create Project/solution in an existing directory?

How can I create a New project & Solution in the same, existing , directory? No matter what I do, it keeps creating a new (sub)directory for the project and populating that directory instead of the one(s) that already exist. I have the "Create directory for Solution" checkbox cleared so that it will put the solution an dproject in the ...

Subversion for SourceSafe users

I have to do some migration training for developers tomorrow who have only ever used VSS. It's been a long time since I used VSS in any capacity and I'm concerned I'll miss a lot of obvious stuff. What I want is a list of things you would want to know if you were going to move to VSS. What would you mention if you were tasked with traini...

Source control - VSS 2005 or Subversion?

Possible Duplicate: Reasons to use Subversion over MS Source Safe I'm looking to implement source control for my personal projects. I am the only user so concurrency requirements are little to nothing, but who knows maybe i'll hire someone to help me in future work so it would be nice to implement something that will scale if I...

Getting all changed files from a certain date from a VS project or VSS?

Is there a utlity or other means to easily pull all changed fiels from a VS ASP.NET project or from the associated VSS store for that poroject fro ma given date and have it maintain the folder structure and dump it to a seperate folder from the dev version for deployment purposes? Want to be able to easily grab the chanegs so we can pus...

How can I index our internal source code?

Google Code Search has indexed Subversion and Mercurial repositories, so people can search open source projects. How can I do the same for my company's repository with the least effort and without publishing our code? We have Trac (with Subversion) at our shop, but it only indexes Changesets, and we also have Visual Source Safe. ...

Moving from Visual Sourcesafe to Mercurial

What's the best way to move a Visual Sourcesafe repository to Mercurial (I'm interested in retaining all history)? ...