visual-sourcesafe

Merge a Branch in VSS: You cannot perform a merge on a binary file, or a file that stores latest version

Maybe I'm dumb, or just stupid. But I'm stuck on-site in an enterprise where VSS is the 'option'. So i had to branch my code, which was reasonbly easy. However when it came time to merge back into the main line in VSS, things got screwy. First, i couldn't merge by project, or even by folder but only file-by-file. Then I tried the r...

What are your thoughts on Visual SourceSafe?

I am considering getting VSS and was wondering what were people's thoughts on it in particular? ...

Visual SourceSafe Horror Stories...?

I have heard some pretty bad review about source safe (VSS) but no real examples. Anyone have a good example/story? ...

Visual source safe check in for terminated employee

I have a coworker who was no longer work the same office. He has checked out files in VSS. How do I check in the item which checked out by him? Thanks. ...

Get a VSS project tree for a specified label using the command line?

Similar to this question: http://stackoverflow.com/questions/911426/get-all-files-from-vss-for-a-given-date I am trying to write a script that get a VSS project tree for a specified label. I have this: :: Path to the SS.exe command set ss="C:\Program Files\Microsoft Visual SourceSafe\ss" :: Path to the srcsafe.ini file for the reposi...

Visual SourceSafe and VS2005 Without Full Integration

Is it possible to use VSS 2005 with VS2005 and not have the .sln and proj files included in the source repository? If so could somebody please provide a template for getting this working. It strikes me, that understanding of the project hierarchy would be a damned site simpler without the default integration between VS2005 and VSS. An...

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

How to enable branching in VSS

I am running Visual Source Safe 8.0. I am trying to create 2 branches for my project, but I find that the branch option is dialed in the versions menu. Can anyone tell me how to enable it. ...

How to create a Visual Source Safe branch using NAnt

Summary I currently have a NAnt build script that performs a vssget on either the latest source code, or a specific branch (using a ${branch} parameter). Whenever we do a production build/deployment the code-tree that was built has a branch created, (so that we can continue development and still know what codebase is on production, pret...

From VSS to Subversion - things to watch out for

We have a SSIS, SSRS and SSAS code repository in VSS that we are moving to Subversion. We have made the sane choice of keeping history in VSS and are making it read-only. I am going to download my entire structure, make it writable, remove all VSS files and VSS info from the Solution and Project files, and then import it into Subversio...

Command line Disconnect from VSS

We are moving from VSS 6.0 to SVN and I am trying to automate some tasks to make my life easier. Is there a way that I can disconnect a solution (containing an SSIS Project, SSAS project) or a SSIS project from Visual Sourcesafe from the Command-Line? ...

Do Microsoft employees use Visual Source Safe (VSS)?

Microsoft has always been adamant about their use of "dogfooding" in the software development process, and it's made tools like Excel and Visual Studio work pretty well. My question is this: Do Microsoft employees use VSS? Have they ever used it? If not, what do they actually use? It seems to be such a flawed, inadequate version control ...

Stay with Visual SourceSafe or go to the Team Foundation Server 2010

We are a small group of six developers who currently use Visual Studio 2003 and Microsoft Visual SourceSafe (HVAC). Everyone has the responsibility for its program was not sharing code with each other. Everyone has responsibility for its own version handling, the codes is not in a common version handling. We will now update to Visual St...

How to check file is cheched out by whom?

How to check file is checked out by whom? I'm using Team Explorer in Visual Studio 2010 ...

Visual Studio: Check out file when building project

I have a post build event that combines my JavaScript files and outputs to Production.js, however if Production.js is not checked out, the build fails. Is it possible to automatically check Production.js out when a project is built? [Edit] If possible using a post-build event, does anyone know how to do this? I am using Visual Studio...

How to add a user for Visual Source Safe without an admin account?

I can access the location where the VSS database files allocate. I can also manipulate the users.txt file for VSS. How to How to add a user for Visual Source Safe without an admin account, but by directly manipulating the files? ...

Assigning Access rights on a file in VSS

how can i assign modify rights on the a file on VSS to a particular user in a team and the rest of team have ready only rights. For Example, there are 4 users in the VSS and I want that one user should only be edit a particular file and the others 3 user should only be view that file, can't not edit it. Thanks in Advance Hussain ...

MySQL Support VSS (Volume Shadow Copy)??

Hi, I know that MS SQL supports VSS. But does MySQL support VSS too?? Thanks Kevin ...

Multiple VSS source DBs within a VS2008 project.

Is it possible at a file or folder level to tell VS2008 to reference different VSS DBs? The project in question has partial classes and I wish to split the .cs files associated with a partial class into two different source safes while supporting studio based checkouts and checkins. If it helps I can use project subdirecotries to group ...

How to use VSS for Database management same as for source code?

Hi All, Thanks in Advance.. I want to put a question to solve my problem, the question is that how is the way to use database (Trigger, Sps, and other elements) in VSS same like using source code in VSS and access in Microsoft Visual Studio. like doing check in and out of database elements in VSS or other tool for making database in c...