Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the right way to branch with Visual Source Safe?

What I currently do is I link the project to another location and give it the same name, then check the box where it says "Branch after share." And then I would Check out the shared project and work off it. And finally merge with the original project.

This works okay, but it feels very clunky: I have multiple instances of the project on my drive; I have to change physical address of the website (i use asp.net 1.1) every time I work on a different branch;

That doesn't feel like the right way to do it. How do you branch your projects with VSS?

like image 399
Haoest Avatar asked Sep 16 '08 00:09

Haoest


People also ask

What replaced Visual Source Safe?

From its inception, SourceGear Vault was designed and built for users migrating from Microsoft Visual SourceSafe. Vault combines the ease-of-use and intuitive design of SourceSafe with a reliable, robust architecture based on modern technology.

How do I set up Visual Source Safe?

To start Visual SourceSafe Administrator, choose Programs from the Start menu, and then choose Microsoft Visual SourceSafe and Visual SourceSafe 6.0 Admin from the submenus. Figure 15-1. Use Visual SourceSafe Administrator to configure source code control.

What are source safe tools?

Microsoft Visual SourceSafe, also called 'VSS', is a file-system-based source control tool from Microsoft. This tool was originally developed by One Tree Software Company and later taken over by Microsoft.

What is source safe in vb6?

Microsoft Visual SourceSafe (VSS) is a discontinued source control program oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files.


1 Answers

I think the way you describe in the question is the only way you can do it in sourceSafe.

I usually name the copied directory "V1.0" (or whatever is appropriate) and keep them all in a folder that is the main project name.

like image 66
jm. Avatar answered Sep 17 '22 21:09

jm.