submitted by Tim 1 year 48 weeks ago
(from coderamblings.com)
The benefits of using source control are great. It is like working with another developer, to review your code changes, even if you are all by yourself, not to mention being able to rollback any changes that you have made.
The main idea is to download from cvs the same version of your existing site, then copy all the CVS folders in each subdirectory to the appropriate subdirectories of your existing site. Then to run compare with cvs any differences that you have made, and once satisfied, update using cvs to the latest version.
Comments
Post new comment