Comment on Collaborative web developmentparentComments−spooneybarger17yyou dont have to do that.my standard process is so:have my checked out code mounted via nfs etc on the dev server.make changes.install.if it works correctly, check it in.we have a very flexible build system that allows for anything from the entire system to being installed down to just a single file.
Comments
you dont have to do that.
my standard process is so:
have my checked out code mounted via nfs etc on the dev server.
make changes.
install.
if it works correctly, check it in.
we have a very flexible build system that allows for anything from the entire system to being installed down to just a single file.