Why do I need to use a versioning system or repository? I code from scratch by myself and make web code changes along with database changes on reasonably large projects.
|
|
|||||
|
|
|
You don't have to do it - but I found that this makes developing much easier. It helped me
After the learning curve I'm pretty sure you are going to like it |
||||
|
|
|
Definitely yes - I have often coded on my own in the past, and a proper versioning system has proved invaluable on countless occasions. |
||
|
|
|
|
Change history and labels (tags in SVN) will not hurt you anyway. The repository will also protect you againt accidential losses due to erroneous code edits. |
||
|
|
|
|
Probably because it'll offer you a versioning system which is often usefull, a backup of your application, a remote workspace to work with. |
||
|
|
|
|
Just to be on the safe side. Period. |
||
|
|
|
|
For when you write something new, realise it is a parade of epic fail, and then want to go back to the old version with a minimum of fuss. Yes - it's very useful. |
||
|
|
|
|
Version management can be done in multiple ways, svn, zipfiles with state of date dd-mm-yyyy), hell, even copy of I would recommend a version management tool like SVN/CVS/Sourcesafe because it helps you understand what you did when and why, and gives you more control over your code (go back, branch/merge etc) |
||||
|
|
|
Of course. It will help you roll back to a previous version in case anything goes wrong :) |
||
|
|
|
|
Yes, you definitely need source control. It'll help if you need to go back to a previous version or accidently edit/delete files. I'd say Continuous Integration wouldn't hurt either ... even for a one person project. |
||
|
|
|
|
It helps me at least in the following cases:
Anyway, all the answers say "yes", so, I guess you have already made a decision. |
||
|
|
