Author Topic: Version control systems and their (dis)advantages?  (Read 3384 times)

0 Members and 1 Guest are viewing this topic.

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
Version control systems and their (dis)advantages?
« on: March 14, 2009, 03:35:24 pm »
Because all developers are hiding themselves behind their firewalls and no one wants to post something here in the dev corner I'll try to get you back to post at this topic ;)

Well you may have heard about Version control systems like SVN, Git, CVS, Bazaar, Performance, etc.. I want to know which one you use and why, what their (dis)advantages are and for which type of project which version control system suits best.

Discuss!
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline zakath

  • Inactive Soldat Developer
  • Veteran
  • ******
  • Posts: 1224
    • Soldatladder
Re: Version control systems and their (dis)advantages?
« Reply #1 on: March 14, 2009, 06:45:36 pm »
cvs or svn imho as they have great 3rd party tools like tortoisecvs/svn , good integration into most programs because in the end its all about usability.
« Last Edit: March 14, 2009, 07:19:20 pm by zakath »

#soldat.mapping - #soldat.inc - #soldatladder - #soldat.gather.nordic

Offline jettlarue

  • Flagrunner
  • ****
  • Posts: 724
Re: Version control systems and their (dis)advantages?
« Reply #2 on: May 06, 2009, 05:38:47 pm »
Svn, I have used Git but do not remember. I really do not know all of the benefits and negatives but Svn is quite popular(terrible reason I know) and extremely easy to use and update folders.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Version control systems and their (dis)advantages?
« Reply #3 on: May 07, 2009, 06:33:36 am »
Git was made for handling large complex projects very quickly and for that it works great (Linux Kernel, Wine, and several other huge projects use it). The only downside to it is that it pretty much only runs on Linux and BSD, since it's a bunch of command line C apps with Bash shell scripts wrapped around them. Getting it to work on Windows using Cygwin might work though.
There are other worlds than these

Offline CheeSeMan.

  • Flagrunner
  • ****
  • Posts: 731
  • WOOT SLIPPERY PICKLES
Re: Version control systems and their (dis)advantages?
« Reply #4 on: May 16, 2009, 08:49:12 am »
hmm i have only ever used SVN and its always been great for me :)
Banana Banging since summer 2008!     
cB. Cheeky Bananas                
#CheekyB.Soldat

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Version control systems and their (dis)advantages?
« Reply #5 on: May 16, 2009, 09:41:08 am »
There's always the option for home-made ones, don't forget. But depending on what you need, this may be too hard or take too much time.