visual-sourcesafe

Vb6 project files and source safe

A part of the application that I am working on is a legacy Vb6 Windows forms application. All the files in the project are under source control (VSS) except the Vb6 project file. From what I can establish from the other developers working on the project the reason for this is that the com components used in the projects have different ...

IS there any way to Create a CI with Sourcesafe

I want to create a CI for my company and we are using Sourcesafe as our repository. I want to know is there any way to create a CI Build process with Sourcesafe? I read some CI process with TFS and GIT (svn) but can't find an article for Sourcesafe? What should I do? ...

Does Subversion have an analogue to VSS's links?

I am migrating a Visual SourceSafe code repository to Subversion and I am running into a problem. Here is a simplified layout of our current source code tree (in VSS): project_root\ |-libs\ |-tools\ |-arch_1\ | |-include | |-source |-arch_2\ |-include |-source My problem is in our two arch_ folders. Each ...

Connecting from Visual Studio 08 to Visual Source Safe

hello, i'm working with vs08 and vss, i installed a vss version as a "stand alone" version on my computer for developing and testing a programm that connects to vss and do some operation.( i'm working with asp.net --> vb) by installing vss there is a plug- in for vs08 availible, but i have problems to work with this. <%@ Import Namesp...

How do I get VB6 to integrate with Visual Source Safe 6.0?

We use Visual Source Safe 6.0 at work and VB6 is supposed to integrate smoothly with Source Safe. Both applications are installed on my PC, but VB6 is not showing the options to integrate with Source Safe (e.g. checking out a file, seeing if a file is shared, etc.). What do I need to do to get VB6 to integrate with Source Safe 6.0? ...

Visual Studio 2008 "Save File As" Dialog Intermittent Issue

Me and a few of my coworkers are experiencing an odd issue in Visual Studio 2008 and Windows 7 (64-bit). We use VSS6 for our source control (unfortunately). We have an issue where we will make a change to a checked-out file, resulting in the file getting checked out as expected. But when we go to build the project, or try to save th...

Working with Subversion the same as with Visual Source Safe in Visual Studio

Hi, At work I just started using Subversion with AnkhSVN instead of Visual Source Safe. I managed to integrate it well enough but it doesn't seem the same. Using VSS the following would happen: A user check out a file by right clicking and selecting "check out" or by editing it. If another user tried to modify the same file he would ge...

How to create base build and two simultaneously child builds?

Using visual source safe, How to create a base build and on top of that two inherited new child builds of c# project. Base Build - Base Project - Base source version. [Should be able to modify source file and it reflacts in child builds] Child Build - First Project Child Build - Second Project I can able to modify individual source...

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

Switching from Sourcesafe - What to look for in a product

We're looking to move off of sourcesafe and on to a more robust source control system for our .Net apps. We're also looking for scripted/automated deployments. I'm a .Net developer (web and winforms). However, most of our development staff is RPG for the IBM iSeries and the devs use Aldon's LMI for source control and deployment. Our man...

SourceSafe sharing and branching

So far I've only checked things out and back in to Source Safe but now I want to create a project for parallel development. That is, I want to Share and Branch the entire project. I have been reading the Source Safe Help files on how to do this and although I think I am following the instructions, I end up with an empty folder. Can so...

Backing up locally modified and new source files

I'm wondering how other programmers are backing up changes that are not under source control yet, be it new files or modified ones. I'm mostly referring to medium size jobs - hardly worth the effort of making a private branch, but taking more than a day to complete. This is not a vendor-specific question - I'd like to see if various pro...

Marshalling C# com items when using recursion

I am using the SourceSafe COM object (SourceSafeTypeLib) from C# to automate a SourceSafe recursive get (part of a larger build process). The recursive function is shown below. How do I ensure that all the COM objects created in the foreach loop get released correctly? /// <summary> /// Recursively gets files/projects from ...

Can Visual Sourcesafe 2005 generate a COMPARE report for all files in a project

I am using Sourcesafe 2005 in a 3-project solution using Visual Studio 2008. The ONLY thing I really like about this source control tool is the COMPARE operation which shows the DIFF at a selected File level. Is there any way to get something like this for multiple files at a time (e.g. all files in a project)? ...

How to make Source Safe read only?

Recently we migrated from VSS to SVN. But I don't want VSS removed totally, instead I want everyone can access it read only? Is it possible? How? ...

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

How to get complete project by date in Source Safe?

I need to get a complete project recursively as it existed on a specified date in the past. How can I do that without having to look at and selectively recover each individual file? Source Safe 8.0 ...

Send mail on Checkin to VSS 6.0

Is there a way to send mail to a list of users when files are checkedin to VSS 6.0? ...

Visual SourceSafe: Architecture/Management

I was looking for information on how other people with larger teams manage SourceSafe currently. I was looking for recommendations and advice for a new project I was setting up that will allow for a few key things Scalability Manage multiple overlapping releases Geared more around .NET however allows for legacy applications (VB, ASP an...

SVN Delete with wildcard?

I'm migrating a VSS repository to SVN and inadvertently included all of the _vti_cnf, *.scc files in the first check-in. I'd like to remove these from SVN. (Not permanently, of course - just in the HEAD). The application in question is quite large, and finding and deleting these files on a folder-by-folder basis will take forever. Sugg...