Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

visual source safe

Status
Not open for further replies.

kss444

Programmer
Joined
Sep 19, 2006
Messages
306
Location
US
Has anyone ever installed VSS? I never had, and I now need to. How do I get VSS? Is it part of visual studio?

Ordinary Programmer
 
It comes with Visual Studio. Just follow the instructions. It's very straight forward.

--------------------------------------------------
"...and did we give up when the Germans bombed Pearl Harbor? NO!"

"Don't stop him. He's roll'n."
--------------------------------------------------
 
VSS was probably a separate download. TFS, which is the latest incarnation of VSS is part of Visual Studio 2008.

The last real version of VSS is 6.0c or d

Do you have a VSS project that you need to hook to, or are you looking for a source control provider?

If [blue]you have problems[/blue], I want [green]source code[/green] AND [green]error messages[/green], none of this [red]"there was an error crap"[/red]
 
We are just wanting Sorce Control, and are wanting to use VSS.

But I have never had to install/configure it before.

I didn't know if it came with VS 2008 Standard Edition or not.

Is installing VSS an option in the VS setup/install?

Thanks again everyone.

Ordinary Programmer
 
it wouldn't have come with the VS2008 installer as they have moved to TFS Team Foundation Server as the latest source control. You will probably have to pay for VSS if you want to use it for development. The installer is straight forward.

If [blue]you have problems[/blue], I want [green]source code[/green] AND [green]error messages[/green], none of this [red]"there was an error crap"[/red]
 
If you believe Wikipedia:
An updated version called Visual SourceSafe 2005 was released in November 2005, promising improved performance and stability, better merging for Unicode and XML files, as well as the ability to check files out over HTTP. It was included with Visual Studio 2005 Team System editions[8], however is not included with Visual Studio 2008 Team System. It can be purchased separately as a retail product and is part of certain MSDN subscriptions.

However, Microsoft also introduced a source control and project lifecycle management product called Visual Studio Team Foundation Server, which is part of Visual Studio Team System. This product addresses many of Visual SourceSafe's shortcomings, making it suitable for larger teams requiring high levels of stability and control over activities.

According to the "Visual SourceSafe Road Map"[9] and between-the-lines reading of a VSS transcript[7], Visual Source Safe is targeted towards individual developers or small teams with lightweight SCM needs. Microsoft is encouraging everyone else to migrate to the more sophisticated Visual Studio Team System.


The best educated guess I can make from this is that your VS 2008 Standard Edition doesn't come with any source control built in. It looks as though you can buy Team Foundation Server. I'm not sure if you can buy VSS 2005 to work with Visual Studio 2008. Either way, it looks as though you'll need to buy a product if you want it integrated into Visual Studio. Or, check out a free solution like SubVersion (they also link to a cheap plugin for Visual Studio Integration).

 
@RiverGuy. Yes VSS 2k5 did exist. I had some fun using the VSS2k5 as a stepping stone, for getting my code from vss6.0d to TFS.

There is another Source safe tool that i have dipped my toes in, called Vault, which worked okay.

If [blue]you have problems[/blue], I want [green]source code[/green] AND [green]error messages[/green], none of this [red]"there was an error crap"[/red]
 
Thanks for the info all. But I was just asking does VSS come with Visual Studio 2005 or 2008, with an option to install form setup or is it a differnt setup?

Or do I need to buy it?

Ordinary Programmer
 
kss444...

it should come with your copy of Visual Studio 2005. It is also part of the MSDN Subscriptions. I don't think you have to purchase it unless you want the 2008 TFS system (sounds above what you're needing).

--------------------------------------------------
"...and did we give up when the Germans bombed Pearl Harbor? NO!"

"Don't stop him. He's roll'n."
--------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top