visual-sourcesafe

How to use project which is already in VSS?

Hi, I am trying to add my project under source control. I am using "Microsoft VSS 6.0" for it. My problem is, there is one project in VSS which I had copied on my system using 'Get Latest Version' to C:\latest_version directory. Then I copied that entire project in other directory (C:\working) and deleted the directory where I had tak...

Visual Sourcesafe, sharing: commits to wrong location

I have a project under my management. It has the following structure: $/Code/MainSolution $/Code/Branches I want to branch the MainSolution in $/Code/Branches So I do it, (it works perfectly), I set a working folder for that project and do a 'get latest'. But when I open that solution in Visual Studio 2005 it identifies every file a...

Adding pdb files to VSS

Every time I try to compile my web app, I am prompted if i want to add pdb extensioned files to VSS. I thought pdb files do not belong in VSS see a previous post. Is there any way to prevent them from being added. I cannot even logically delete them from VSS because a previous version has been logically deleted and if I were to delete...

VSS to TFS Migration - Persist User on check-in actions

I am using the VSSConveter.exe tool to import from VSS6 (using 2005 ide) to TFS2008. I have run analyze (no errors) and migrate WITH a user mapping file (containg the vss/domain user mappings) I would like to persist in tfs the check-in user of the file, currently the check-in user for all versions of file shows as admin (the account im...

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

visual studio: what is sourcesafe?

what is sourcesafe? i am trying to download it to see if it will work well with c# because someone told me to download it for a job, but i don't even understand what it is? is it built into the visual studio ide or what? ...

Push TFS 2008 code to remote VSS over VPN?

We have a local Team Foundation Server 2008 that we keep our code under version control. However, we also have a paranoid client that has their own Visual Source Safe installation that wants us to keep a running copy of the code on their server as well. As such, I'm hoping there is a way I can just do a nightly push from our TFS reposi...

Continous Build Integration with SourceSafe and Batch Files

I want to create a continuous build integration system for .NET using just Windows batch files and Visual Source Safe. I've come up with the following batch file so far - set ssdir=\\xxxx\vss cd d:\mydir "C:\Program Files\Microsoft Visual SourceSafe\ss.exe" diff "$/sourcedir" -R -Q > diffout.txt This will spit out a file containg l...

MS Build Server 2010 - Buffer Overflow // append: how to exclude directory from source safe

Hey everybody, I try to build an solution in MS Build Server (MS Visual Studio 2010 ver 10.0.30319.1) about ServerTasks -> Builds -> Server Task Builder -> Queue new Built and go, 47 seconds later I get an error output: CSC: Unexpected error creating debug information file 'c:\Builds\1\ServerTasks\Server-Tasks Builder\Sources\ThirdP...

Revision/Source control feature in DropBox

Hello, I'm looking for a webbased solution like DropBox or a solution to integrate with DropBox where I can control the files like Microsoft Visual SourceSafe a check in/out system. Thanks in advance. ...

Configuring Cruise Control Net with sourcesafe - Unable to load array item 'executable'

Hi all, I'm trying to create a continuous integration environment. To do so, I've used a guide that can be found at http://www.15seconds.com/issue/040621.htm. In this step by step, the goal is to create a CI with CCNet, NAnt, NUni, NDoc, FxCop and source safe. I've been able to create my build by using the command prompt (despite the th...

Source Safe Command line - Getting all changed files since label until current time

Hi All, I would like to do a 'GET' (From the command line, ss.exe) of files that has been added/changed since a label, and place them in say C:\temp\db I have files a.cs, b.cs, c.cs currently If I label my project version1.0 then add files 10.cs,11.cs,12.cs and 13.cs I would like my GET to get 10, 11, 12 and 13... Let me know if th...

Cannot add SourceSafe Database as Visual Studio 2010 source control.

My issue is that I cannot add SourceSafe Database for source control within Visual Studio 2010. Our team was initially using VSS for source control in Visual Studio 2010. During an evaluation of TFS, I switched my source control to TFS. It will be a few weeks before a decision is made on TFS, so I needed to switch my source control ...

Is VSS 2008 free?

In my company we use Visual Studio 2008. Is VSS 2008 free? Thanks in advance. ...

Versioning with Visual Source Safe without Visual Studio

I have some reports developed using Crystal Reports 12 and I want to version it using Visual Source Safe but I don't use Visual Studio. Is there a way I can do this without VS or do I have to install VS in order to version my CR reports? ...

Is there an equivalent to Visual SourceSafe's Shadow Directories in any of the ''current' VCS?

At work, I have been asked to save the current versions of all files in all repositories on our SVN server onto a network drive. This is on top of backing up the repositories themselves. Visual SourceSafe did this automatically via shadow folders. Is there a way to accomplish this using SVN? Is there an equivalent to shadow folders in ...

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

Sharing the same file between different projects

Hi Everyone, For version control we currently use Visual Source Safe and are thinking of migrating to another version control system (SVN, Mercurial, Git). Currently we use Visual Source Safe's "Shared" file feature quite heavily. This allows us to share code between design and runtimes of a single product, and between multiple product...

Work with VS 2010 on a project for VS 2005

I have a project on SourceSafe that the team work with VS 2005. I have installed VS2010 and like some features of this version. Is there a way that I keep the project to day with SourceSafe, but however work locally with VS2010. Say, I could not add new files to solution, but at least obtain, modify and archive the existing ones. ...

Visual Studio Plugin: Insert date or version number

My company is suffering some deployment issues, where we'd be greatly benefited if distributed source files were tagged with their current source control version, or the date/time they were checked in. Is there a way in Visual Studio to do this automatically? ...