i have cvs on my linux box.
I have noticed that it is possible (i think) to use cvs to update a website. So if i was to check out a file, update it and then commit the changes. Those changes to that file would also take place on my website.
i'm thinking something like this:
/home/cvsmaster/dir/file.php
.. after editing file above
.. do something magical here
.. and put it on website
/var/home/dir/file.php
is there some tutorial, example or how-to manual that could show me how to make this possible?
thanks.