| All Things Techy Everything else that doesn't fit in the other categories! |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,769 posts
Gave thanks: 24
Thanked 32 times
|
Revision Control?
What are some good revision control things out there...?
I heard of SVN and Git, but I was wondering what would be easier to use (for people who haven't worked with them), and work well with PHP development (and runs on Debian). Thanks for any help or suggestions. |
|
|
|
|
|
#2 (permalink) |
|
after g, before i
Super #1
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
|
SVN, CVS and Git are all of the ones I've used.
Depending on your tools, SVN and CVS are probably the more transparent options. Git is easily the best of the three (local and remote repositories), but the tools aren't widely as available, nor as easy to use. In fact, I've only ever really tried to use Git via command-line, so its probably not a best choice unless you're a command-line fan (then it's #1 recommendation -- install via: apt-get install git-core git-docs). Of CVS vs Subversion, well, they're somewhat similiar, but subversion doesn't suck nearly as much. Both have a lot of tools available. I'd say go subversion. |
|
|
|