LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   A CVS system that can automatically transfer updated file to htdocs (https://www.linuxquestions.org/questions/linux-software-2/a-cvs-system-that-can-automatically-transfer-updated-file-to-htdocs-547542/)

Vikas Jayna 04-20-2007 04:38 AM

A CVS system that can automatically transfer updated file to htdocs
 
As a part of improving our development process we need a CVS system wherein any file that is updated in CVS automatically gets transferred to a corresponding directory within apache root directory htdocs. We dont want to use htdocs itself as the CVSROOT.

Can anybody suggest what's the best way to do the same? Any tool that you've used previously?

Matir 04-21-2007 11:17 AM

While this wouldn't be instant, you could have the system run a periodic (i.e., cron) cvs update from the htdocs directory... this would replicate your source there.

Vikas Jayna 04-21-2007 11:55 PM

That's true! but I need something that's going to be instant. Has to be some modification in the source code of cvs.


All times are GMT -5. The time now is 02:47 PM.