←
^
→
Software Engineering for Internet Applications
Version Control for Programs
Obviously, use a source control system: CVS, subversion, etc.
So,
do I copy over the whole database and deployment environment to my PC?
No. Generally we want:
Three HTTP servers: deployment, testing, development.
Two or three RDBMS tablespaces: deployment and testing/development.
One source control repository.
José M. Vidal
.
18 of 30