| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#21 (permalink) | |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 692
|
Quote:
Version control offers advantages to single developers too. Access to all revisions, the ability to branch and tag releases, and of course a central backup of your data (though it should really be on a central server rather than your own machine). Naturally, the advantages of a good SCM/version control system increase as a project gets larger and the number of developers on a team increases, but that doesn't mean single developers shouldn't use at least some form of version control (and backup) system too. You can use your own system, copying files around, renaming revisions etc and backing up to CD/DVD, but why bother with all that when good version control systems are available for free? Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
|
|
|
|
|
#22 (permalink) |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 692
|
Heres a good example of how version control can be useful for even lone developers: You've just completed version 1 of a new web app/website/piece of software etc. Its rolled out and then the client requests a batch of new features. You schedule them for 1.1 and start work on the features. You're halfway through and the code isn't in a stable state - its buggy because you are working on new features. Then a bug is discovered in version 1 and it needs to be fixed, quickly. You can't start fixing your current codebase as its completely out of synch with version 1. So you check out the version 1 branch, find and fix the bug, and release a 1.0.1 bugfix. You merge the bugfix into your current development branch, and carry on what you are doing, and the client is happy. Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
|
|
#25 (permalink) | |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 692
|
Quote:
I prefer the term professional, but whatever. What is it with the whole geeks thing. What are you, children? Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
|
|
|
#27 (permalink) |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 692
|
Yeah, cause that makes all the difference...seriously. Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
![]() |