hello...
We have a fairly large java web app and all new features, bug fixes, etc. are being managed manually... This is becoming a very tedious task to keep track of everything that has changed and then move them from dev to pre production and finally to production so we are looking for a way to better manage this. Obviously we need to implement some sort of version control system but we are unsure of what route would be the best to take and even after selecting a vcs are unsure of the best way to push changes between environments... Would we need to setup different repositories for each? Can anyone recommend a good article on something like this?
thanks..