Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
1k views

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. ...
7
votes
2answers
2k views

How to Reset a Working folder VSS 2005

In Visual Source Safe 6.0, you could "reset" a working folder by setting it to a blank string. This meant that the working folder would be determined by the working folder of the parent. How do I do ...
6
votes
3answers
6k views

Get all files checked out by a user using the Visual Source Safe command line application SS.exe

We currently use VSS 6, this is not going to change I am afraid. I am attempting to write a script that will allow a user to quickly copy all files that they have checked out to another directory ...
4
votes
1answer
64 views

Will “Temporarily Work Uncontrolled” allow me to retain VSS source control safely?

If I move a solution to another computer, and select the Temporarily Work Uncontrolled option from the SourceSafe plugin, can I move the project back to the original computer (deleting the original ...
4
votes
4answers
7k views

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. ...
3
votes
2answers
113 views

Is it possible to have mixed source control providers in a VS2010 solution?

Currently most of the development in the company I work for is controlled via VSS. I've installed Team Foundation Server for the development at our site. There is a future project that will ...
2
votes
1answer
37 views

Visual Studio shows VSS check-out symbol always

This is annoying :( I see Visual Source Safe check-out symbol besides my files and project even I did check-in to the server. For projects, if I press refresh, it will go away. But while loading the ...
2
votes
4answers
641 views

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 ...
2
votes
3answers
812 views

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 ...
1
vote
1answer
53 views

Visual studio 2008 crashing with VSS 2005

I've installed VSS 2005 and added a VS 2008 project. If I try to open the project by choosing File --> Open Project, then selecting Source Safe on the left and navigating to the either the .sln or ...
1
vote
1answer
101 views

VSS to TFS Migration Administrator Password Error

I am currently using VSSConverter.exe to migrate a Visual SourceSafe 2005 database to TFS 2010. However, whenever I try to begin the analyze process I get an error as follows: Initializing... VSS ...
1
vote
1answer
840 views

“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 ...
1
vote
2answers
75 views

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?
1
vote
2answers
664 views

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 ...
1
vote
3answers
95 views

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 ...
1
vote
2answers
270 views

Way to see all files ever checked into Visual SourceSafe by a user?

Is there a way in Microsoft Visual SourceSafe to see all the files I've ever checked-in?
1
vote
1answer
346 views

Migrate your data from VSS Server to Team Foundation Server

Yesterday, I asked a question Migrate to TFS and the answer mentioned some very good tools which can be very helpful. Thanks to jwanagel. But I forgot to mention there the VSS server and ...
1
vote
1answer
1k views

How do you remove “shared” status from a file in Visual Source Safe?

Currently, I am working on a file that is shared between multiple projects in Visual Source Safe and we have come to a point where we need to update it to be specific to a certain project. Is there a ...
1
vote
1answer
97 views

Is it possible to control the destination folder when checking out a project from VSS 2005?

We are currently using VSS 2005 for source control - and please let me start by saying, I've read a lot of posts on Stackoverflow and I realize VSS is the devil. That being said... its what we have ...
1
vote
3answers
905 views

Using a Visual Sourcesafe 2005 database with VB6 still launches VSS 6.0d

I know all versions of VSS have many horror stories and I feel I will escape to a better source control mechanism someday but in the short term I am just trying to do a little cleanup and would like ...
1
vote
3answers
1k views

Get List of Files checked-out in Visual Source Safe 6.0

On a weekly basis, I need to generate a List of Files from my Visual Source Safe 6.0 server, which are in Checked-out State. The list should provide the Filename and the User ID which has checked-out ...
1
vote
8answers
2k views

How to force logout of all users on VSS?

VSS is resuming it's sabotage of my repository again. The repair command won't let me repair, the lock VSS doesn't seem to affect currently logged in users-- and it isn't a user, its claiming the only ...
0
votes
0answers
9 views

Invalid password in Visual SourceSafe 2005 on Windows Server 2008 R2 Virtual Machine

I'm getting an Invalid Password error connecting to a VSS DB using Visual SourceSafe 2005 running on a Windows Server 2008 R2 Virtual Machine. I can successfully connect to the same VSS DB (using ...
0
votes
1answer
8 views

Create 32-bit COM object from 64-bit cscript script

I have a JScript script which is called by cscript. That script creates Visual Source Safe ActiveX object using new ActiveXObject("SourceSafe") code in it's internals. Everything was ok on 32-bit ...
0
votes
0answers
9 views

Detect which SourceSafe database to open by reading a vssver2.scc file

Does anyone know whether this is possible? Can I deduce, purely from examining the contents of a vssver2.scc file on disk, the fully-qualified absolute path of a srcsafe.ini file to connect to, and ...
0
votes
0answers
8 views

format source safe diff output

I have a batch script to output the "ss diff" of all files into a pdf file. However it doesn't look readable. I looked at the command options but I couldn't find any helpful hints. can some one please ...
0
votes
2answers
22 views

can we redirect output of a batch file to a pdf file

Is it possible to redirect the output of a batch file to a pdf file? I have a batch file that runs "ss diff" (source safe command to get the differences) on all the files in a project. Right now, it ...
0
votes
2answers
39 views

parse the source safe history output and run the diff command

I am fairly new to writing batch scripts. I am trying to write a script file to achieve the following task. I have a source safe command below to get the list of files changed between two dates ...
0
votes
1answer
20 views

get the list of code changes from visual source safe

I am trying to get the list of changes made to a file in source safe through the command line? Is there a source safe command or tools to do this? For example, let's say I have a file named ...
0
votes
1answer
48 views

VSS comments inserted when check-in, to be sent via e-mail

How can you retrieve all the comments (inserted at check-in time in Visual Studio) from your Visual Source Safe repository and automatically send them via e-mail to team members on at a scheduled ...
0
votes
2answers
71 views

Can't log in VSS 2005 with the right username and password

This is really an odd problem. I suddenly can't log in my installation of VSS 2005. The username and password are right. But nothing happens when I press login (no error whatsoever). If a wrong ...
0
votes
0answers
25 views

Merging back into your trunk in Visual SourceSafe 2005

Can I merge back projects from a branch back into the original trunk is Visual SourceSafe? If so, how? Please don't reply with any "why are you using SourceSafe" comments. I already know, and I ...
0
votes
1answer
38 views

Can Subversion merge 2 projects without branching first?

I am in the process of migrating several projects from SourceSafe to Subversion. However, one project is in the middle of development. That project is not currently branched in SourceSafe, however the ...
0
votes
2answers
141 views

How to share SQLite database?

I'm working on one project which is in vs2010 . And for that project my team is using SQLite database server. And we have added our project in source safe . I want to share SQLite database too. Is ...
0
votes
0answers
60 views

Sourcesafe get empty directories

I tried to do a script for getting automatically the projects I need to get to my machine from the SourceSafe repository. But, what I get are allways empty directories. Here goes the batch file: set ...
0
votes
1answer
85 views

Visual Source Safe - Comparison tool

Can i replace the default comparison tools in Visual Source Safe with some other tool to compare/merge (like WinMerge - an open source tool) ? I am using VSS 2005.
0
votes
1answer
74 views

How to share projects of source safe branches?

coming from this question i created a branch in visual source safe 2005 to get a copy of my solution which consists of 3 projects. This is working. But i need to share two of the projects(a class ...
0
votes
2answers
134 views

VS 2010 has all of a sudden stopped auto-checking out files

For some reason Visual Studio has stopped auto-checking out my edits I do to my project. I use VS2005 for the source control and have never had any issues with it like this ever. I haven't made any ...
0
votes
0answers
141 views

Multiple STA threads to work with multiple VSS databases in parallel

Does Visual Sourcesafe support working with multiple databases in parallel via parallel STA threads? I'm trying to get the latest version of contents in multiple databases via multiple parallel ...
0
votes
1answer
448 views

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 ...
0
votes
1answer
292 views

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 ...
0
votes
1answer
447 views

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

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 ...
0
votes
1answer
81 views

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 ...
0
votes
2answers
289 views

Visual Studio Project Files and Source Control Bindings

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 ...
0
votes
1answer
197 views

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 ...
0
votes
1answer
88 views

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 ...
0
votes
0answers
57 views

Looking for Visual SourceSafe trainers

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 ...
0
votes
1answer
471 views

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 ...
0
votes
2answers
217 views

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 ...
0
votes
2answers
126 views

Where does one get Visual Source Safe 2005?

I would like to install VSS 2005 so I can work on a project that is stored under it. Does anyone have any idea where the VSS 2005 client can be obtained? It does not appear to be on my VS2005 install ...

1 2