visual-sourcesafe-2005

VSS 2005 and VS 2005

I use VS 2005 and VSS 2005. Every time I close VS I get error: ss.ini not found. But except this VSS works fine, no problems when I open VS and do check in and check out. ss.ini is present and VSS repository specified as network path. I just worry that I can have problems later. ...

VS2005 and VSS. Should .exes, .dlls, pdbs, .resource and generated .xml files go in VSS?

It seems like the following type of files need to be writable to be able to compile a solution. .exe .dll .pdb (if debugging) .resource (?) .xml (at least the system generated ones. I'm not sure if they are just all XML documentationf iles) If they were checked in and could only be overwritten by the compiler by the person who had the...

Visual Studio / Visual Source Safe / Integrated Security / IIS 7

Using Visual Source Safe with IIS integration (the working dir is the IIS site) Visual Studio, pointed to the IIS site would load up the Web project. It would be under VSS control (have to check out files, etc). Recently, we had to switch to Integrated Security for our database connections from the web app. This means changing the i...

Will VS2010 work with Visual Source Safe 2005?

Until I can convince others to convert over to Team Foundation Server 2010 (TFS2010), I'm still going to use Visual Source Safe 2005 (VSS2005). I will be upgrade to Visual Studio 2010 (VS2010) soon. What do I need to get VS2010 to work with VSS2005? I understand there is a patch for VSS. ...

Looking for Visual SourceSafe trainers

Hi, Not exactly sure where this one should go, but I'm sure someone on SO knows a good Visual SourceSafe 2005 trainer based in the Sydney, Australia area who'd be happy to do a course at my company. Can anyone recommend someone? Or failing that, is there somewhere better I should be searching for this? Thanks in advance ...

Change Check Out Folder for checked out files in SourceSafe

I had to rebuild my machine and went from XP to Windows 7. I've now got a bit of an issue: I had files checked out in SourceSafe previously, which I still have copies of in the local folder on my new install. However, SourceSafe still has them checked out to the old XP folder (c:\documents and settings etc) whereas the files now reside...

VSS2005: How to I get the earliest versions of all files in a project?

In VSS2005, how to I get the earliest versions of all files in a project? Labels have not been added in this project. Also, how could I Show Differences for all the earliest versions of all files in the project with the latest versions of all files? ...

VSS causing crash in VS 2008

We use Visual Studio 2008, with visual source safe v8. Lately, I seem to be getting a lot more crashes than usual, mainly when viewing history (comparing, etc.). I have taken a screencapture of the series of dialog boxes that will always appear, leading up to the crash: http://img529.imageshack.us/img529/1360/msvscrash.jpg Does anyone ...

VSS2005: how to use labels to allow quick compiling of earlier versions of code?

Using Visual SourceSafe 2005, what do I need to do to tell VSS 2005 that the current version of code should be labelled (or whatever) so that after further revisions I can come back later and get the version of code that was labelled? ...

SourceSafe 2005: How to search for text within the history of files?

I need to find places I used a method in the historic context of my application. Anyone know how to do this? Thanks! paul ...

Exporting a Blackberry project from Eclipse and Source control.

Hi, I was was a single developer working on a Blackberry project till now, and we had a fairly stable feature set to develop, so I wasn't using source control at all, apart from for backing up. Now, though, a few developers were added to the team. My first question is - How do I export a whole eclipse-BB project along with the refere...

Visual Studio Project Files and Source Control Bindings

Hello, I am copying projects in one solution that is bound to VSS from one solution to another that is not bound (or shouldn't be). When I copy the original project and add it to the new solution, it's showing as checked in and VS is remapping the working folder in VSS; I want this new copy to not be bound to source control and not do ...

Visual studio 2008 and sourcesafe 2005 integration

I understand the labeling and branching of vss, but how do i implement it with visual studio 2008. for example i am labeling all the files in my project as "version 1.0" and then (after that changes checkouts and check ins made) i want to bring version 1.0 back to visual studio. how do i do that from visual studio? or do i have to do it ...

VS2010 & SourceSafe 2005 - Logging into SourceSafe from the command line?

Hi, I have a custom application which brings together several resources and builds a Visual Studio project into an exe file I can then use to upgrade my company's website and database. This custom app uses System.Diagnostics.Process in a couple of places to access SourceSafe, I use the command SS ... -Y, to log into SourceSafe and proce...

SourceSafe: Can it recover deleted files ?

Question: Today I worked with MS Visual Sourcesafe, that is to say Microsoft's Sourcecode destruction system, which has never ever saved anything, but already destroyed much. Today I had one more of those nasty destructive episodes: I was working on a reporting service report (*.rdl xml files). I was modifiying a report, so I created a...

VSS 2005: how do I create branch at the point of a label?

Using Visual SourceSafe 2005: At an earlier point in time I labelled my source to indicate the release of a new version of the software. What I want to do is now create a branch where the label was created, in order to release a minor upgrade without including other work that I have been doing on the software. Do I use a branch for th...

Visual Studio 2010 and SourceSafe 2005 invalid solution file

I recently re-built my development machine. 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 my machine. The message I get is "The selected file is not a valid solution file". I've re-built many times and...

In Visual Source Safe is there a limit to how many labels you can apply?

We have a collection of 25 or so projects in a source safe database and we want to apply daily labels to each of them. Is there a limit to the number of labels that can be applied? ...