Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: My preferred version control system is...

by gregor42 (Parson)
on May 21, 2008 at 13:49 UTC ( [id://687771]=note: print w/replies, xml ) Need Help??


in reply to My preferred version control system is...

In my office we use MKS Source Integrity which is great from the Change Management & Workflow perspective. We used to use a combination of CVS, VSS & RCS repositories prior to migrating.

At home and when no one is looking I personally use Mercurial. (my vote) I really like the idea of a distributed system rather than a centralized one. It took me a little while to grok why it's better. I'm sure that everyone who uses Git probably went through the same awakening period to get over the paradigm shift.

The bottom line there is that there still can be a centralized repository but by having distributed repositories feeding into it you can improve the quality of the code that ends up in it. If nothing else it solves the age old debate about if you should check in any time you want or only when your code is working. Only working code should go into the main repository - and feel free to keep all the crap you want in your local one.



Wait! This isn't a Parachute, this is a Backpack!
  • Comment on Re: My preferred version control system is...

Replies are listed 'Best First'.
Re^2: My preferred version control system is...
by asterx (Acolyte) on May 23, 2008 at 07:47 UTC
    At office we will be migrating from CM Synergy from Telelogic to MKS. I guess it will be a painfull process :), not because of MKS but because such migrations are preety delicate.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://687771]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 02:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found