Jump to content

php version control


c0rnf3d

Recommended Posts

not sure if this is the right board, but not sure where else to use.

 

backstory, for a project im working on i've been forced to use CVS, however this doubles the amount of time for each save. I edit the file directly on the remote server then i copy/paste the changes into cvs and commit my changes. (not a ton of work but another 20/30 sec for every save... and when you change a webpage 200 times, its a but problematic)...

 

i guess my question is, are there any good cvs's for web development -- from what ive read so far on other systems everything seems to be for huge projects with multiple people working on it. --- is there for example a version control system which sits below the webserver so that you save a file to the version control and whatever the newest version of a file is, is pulled up when the user hits the webpage. So that, if you commit a change to version control that change instantly shows up on the website. Basically the webserver would sit ontop of the version control?

 

Anyways, thoughts on this? Am i missing something?

Link to comment
https://forums.phpfreaks.com/topic/142126-php-version-control/
Share on other sites

what are you using to checkout/commit to CVS? you should be able to checkout the project to a folder, work on it there and save, then commit directly in that folder. personally, i use subversion, but it should be the same concept. after you edit 200 files, you should be able to commit all changes for the entire project folder.

 

edit: this should be moved to Editor Help or Miscellaneous

Link to comment
https://forums.phpfreaks.com/topic/142126-php-version-control/#findComment-744420
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.