Source Code Control Systems
What source code control systems does everyone use?
I just keep source organized in a directory on my computer, but our department is growing past the limitations of that.
I heard Visual Source Safe is buggy. Anyone have any advice or experiences to share?
Re: Source Code Control Systems
At work we use Visual Source Safe....
At home I'm planning to use Source Gear's Vault.
-tg
Re: Source Code Control Systems
Re: Source Code Control Systems
I use Subversion! Its sort of an successor to cvs and very powerfull.
Subversion
Re: Source Code Control Systems
I use SourceSafe at school, CVS at work, and Directories at home. I also voted for other cuz I didn't want it to feel left out =\
Re: Source Code Control Systems
Re: Source Code Control Systems
Other: PVCS
Only recommended if you get paid by the hour. It is somewhat slower than continental drift :rolleyes:
Re: Source Code Control Systems
Every now and again, I poke my head up over the cubicle farm and shout:
"anyone working on the sales program?" Regardless of answers, I'll open and
save over any versions that currently exist. They should be more careful.
Re: Source Code Control Systems
Quote:
Originally Posted by JPicasso
Every now and again, I poke my head up over the cubicle farm and shout:
"anyone working on the sales program?" Regardless of answers, I'll open and
save over any versions that currently exist. They should be more careful.
LOL! That's a lot like how we do it :)
Re: Source Code Control Systems
Quote:
Originally Posted by JPicasso
They should be more careful.
:p :p
Re: Source Code Control Systems
Quote:
Originally Posted by Sgt-Peppa
I use Subversion! Its sort of an successor to cvs and very powerfull.
Subversion
I second this. We use subversion at work, and it's done everything I've wanted it to do and more.
Re: Source Code Control Systems
We also use a customised checking in database created in Lotus Notes :sick:
It works surprisingly well though!
Re: Source Code Control Systems
There are more users of Visual Source Safe than I thought. I think I'll give it a try.
Re: Source Code Control Systems
Quote:
Originally Posted by Merrion
Other: PVCS
Only recommended if you get paid by the hour. It is somewhat slower than continental drift :rolleyes:
I once had a long term contract with one of the major auto manufacturing companies here in Detroit, and their corporate standard was PVCS.
At the time, I was being paid by the hour, and you pretty much nailed it. :D
Re: Source Code Control Systems
Quote:
Originally Posted by umilmi81
There are more users of Visual Source Safe than I thought. I think I'll give it a try.
Know why? Because it comes with Visual Studio. That's how we came to use it. We looked at a number of things and ultimately said "heck, it comes with Visual Studio, it's from Microsoft so we know it'll integrate... and we don't have to shell out any additional money. Use it!"
-tg
Re: Source Code Control Systems
I had a few problems with VSS, prolly because I didn't know how to use it properly. Being the only developer here, I just use folders to save versions. I zip up everything in the folder, and move it to a zip folder.
Re: Source Code Control Systems
Quote:
Originally Posted by sunburnt
I second this. We use subversion at work, and it's done everything I've wanted it to do and more.
i third this. its much better than CVS. and those arguments about high cost can't be used against it, since its OSS.