I am developing applications all the time and I rarely define the application versions. I have now realized that I need to do this for the Java Game I am making and I have no idea what to do.
I need some guidance (favorite word to use on CodeCall) on which version control system to choose and why.
3 replies to this topic
#1
Posted 04 April 2011 - 01:36 AM
|
|
|
#2
Posted 04 April 2011 - 02:58 AM
You probably, at least these days, want to pick up a Distributed Version Control System. They simply do the job better than centralized VCS'. I regularly use Git, and haven't had any trouble with it, but I don't know the requirements of your project.
Wow I changed my sig!
#3
Posted 04 April 2011 - 05:56 AM
Git is Linux-centric (and originated to commit Linux kernel actually), you may benefit a bit from a discussion we had recently here:
http://forum.codecal...post297843.html
Regardless most of them are very similar for basic projects.
http://forum.codecal...post297843.html
Regardless most of them are very similar for basic projects.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 05 April 2011 - 01:19 PM
Probably easier to offer advice if we knew what sort of environment you are working in - what platform, IDE, etc... are you comfortable with command-line tools... all that kind of thing.
But yes - source control, even if you're the only person on the project is a Good Thing .
Personally, I like git too, but then I'm almost always on Linux, and prefer commandline tools over IDEs, so YMMV.
But yes - source control, even if you're the only person on the project is a Good Thing .
Personally, I like git too, but then I'm almost always on Linux, and prefer commandline tools over IDEs, so YMMV.
Looking for a job that doesn't suck? Try not getting hired to make posts with a spam-sig!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









