visual-sourcesafe

How to generate a report by duplicate in VS 2008 with Microsoft Report

I need the same document to be printed twice, but with one single different word when the user does one click. I have tried everything i could come up with but i can't find a way to do it. Any recommendations? ...

what is Visual SourceSafe Explore?

hi, i have a dbout. May i know what is visual sourcesafe explorer and what it will do? ...

What are the differences between ClearCase and Visual SourceSafe

Whats are the differences between ClearCase and Visual SourceSafe products? ...

Step by Step guide to release a software from development to deployment phase?

my requirement is written below: How to create a Standard Directory Structure (Hierarchy) for a product in VSS which support all build promotion process. (very important) What are the activities of Release Engineer (SCM guy) in build process e.g how to take build from Development team and deploy it on local testing environment for QA t...

Are there any products that create a SourceSafe to TFS bridge? (SourceSafe facade)

We have a ton of code written in Dexterity, whose only Source Control integration option is SourceSafe. Are there any products out there that could act as a bridge so that Dexterity would believe it was talking to a SourceSafe server, but all the commands were actually translated to TFS (2010) actions? ...

how can I connect netbeans(ruby on rails project) with source safe (Vss) ?

how can I connect netbeans(ruby on rails project) with source safe (Vss) ? ...

Which is a better source control with NetBeans (Ruby on Rails), VSS or Subversion?

Which is better source control with NetBeans (Ruby on Rails), VSS or subversion? I want to use source control, so I want to know which is better for NetBeans (RoR). Visual Source safe or Subversion? ...

csproj & cspscc files exclusively checked out. How 2+ developers work in same project in Source Safe?

I and another developer are working on the same VS 2008 project using Source Safe. If one of us needs to add a new item, the person who doesn't have the csproj file checked out gets a message that they can't add because csproj and vspscc files are checked out. Is this the normal behavior of Source Safe? What's the workaround beside ask...

SourceSafe Merge at the project level

Hey all, I'm running SourceSafe and I have two branches of my code. I'm currently using the manual approach of running a report to show differences and then manually merging each file one by one. However I'm trying to find a streamlined way to do this on the project level. It's ok if the process shows me each file one at a time, I'm jus...

Can I automatically overwrite repository files using svn_load_dirs.pl or similiar?

I am working with a legacy VSS repository which was transferred over to a new SVN repository a few months ago. In the meantime, before we go live with the SVN repository, we need to bring over all the changes that have happened on the VSS one between then and now. I was looking at different ways to do this which seem to be things such ...

Visual Source Safe New files check in

I have asp files on server and i created a working folder and checked out code. I then created new files in working folder and did checkin but they new files are not copied. Does VSS do not copy new files or is there a way i can check in those files to VSS database. ...

Source code repository for copy/paste distribution

Scenario is to use a source code repository as usual except at periodic intervals, take a backup of the delta changes and copy them over to a remote location which should bring it to the same state as the source, the reverse should also apply assuming that no new changes have been committed to the 1st instance in the interim I hope this...

CruiseControl.NET with multiple SourceSafe databases

Hello, I'm trying to configure CruiseControl.NET and have come across an issue with SourceSafe. When ccnet builds I am getting the error: No VSS database (srcsafe.ini) found. Set the SSDIR environment variable to the path of srcsafe.ini for your VSS database I understand that setting the SSDIR environment variable would solv...

Visual Source Safe - AjaxControlToolkit - Unexpected checkout

Let me start by saying I'm aware there are better version control systems than VSS, and also aware that a "web project" instead of a "web site" may be a better approach. Unfortunately, neither of those suggestions help solve my problem. Basically, I have a series of AjaxControlToolkit.dll or AjaxControlToolkit.resource.dll files in my ...

Using Subversion in conjunction with Visual Source Safe

The shop I work in is in the process of phasing out Visual Source Safe and migrating to Subversion. I've set up a continuous intergration server using Subversion. From my current understanding of how SVN works locally, it stores hidden metadata in each directory that has been downloaded from the repository. My question is: Is it pos...

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?. ...

How to configure a CruiseControl project to get multiple projects from sourcesafe

Hello, I need to configure my project in cruise-control so that when it gets the source code from SourceSafe, it also gets the code for another project from SourceSafe. Is this possible? I need this because I am trying to configure cruise control to build a solution which contains multiple projects from different SourceSafe locations. ...

Automatic logout Microsoft VSS6 user who is not using it for long time

Suppose some user logged in to VSS for long time but VSS admin need to log off those user who is not using VSS for certain periode of time(such as 15 minutes).How to do it? ...

Shadow folder concept in VSS. How to use this functionality in VSS?

can anyone have idea about shadow folder in VSS. and how to use this in VSS. ...

Reference projects source code control issue in visual studio 2008 and Visual SourceSafe 2005

Reference projects source code control issue in visual studio 2008 and Visual SourceSafe 2005 I have 3 projects Project 'PA'-> SourceSafe: '$\A'; WorkDirectory: '\projects\A' Project 'PB'-> SourceSafe: '$\B'; WorkDirectory: '\projects\B' Project 'PC'-> SourceSafe: '$\C'; WorkDirectory: '\projects\C' PC is referenced by both PA and PB ...