Hi,
does anyone use cvs for developement in an intranet scenario ?
I've setted up the following pattern...
Programmers use cvs add/cvs commit to add files to the repositary:
Everytime they change a line in the php file and want to see it on the dev server, they use cvs commit...
I have a batch file on the web server that continually do a cvs update so that the versions of the files on the webserver are always up to date...
Is there a better way to achieve this ?
Cause it causes a lots of problem when the webserver do an update while a programmer do a cvs commit, I get "up to date check failed on file xxx correct problem first".
Thanks
does anyone use cvs for developement in an intranet scenario ?
I've setted up the following pattern...
Programmers use cvs add/cvs commit to add files to the repositary:
Everytime they change a line in the php file and want to see it on the dev server, they use cvs commit...
I have a batch file on the web server that continually do a cvs update so that the versions of the files on the webserver are always up to date...
Is there a better way to achieve this ?
Cause it causes a lots of problem when the webserver do an update while a programmer do a cvs commit, I get "up to date check failed on file xxx correct problem first".
Thanks