Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
I'm looking to write a script that will update my website directly from a CVS repository. Right now, I'm debating whether to download files from CVS onto my local computer (which is perfectly fine), or should I try and send the files from CVS directly to the web.
Please post your thoughts/comments/etc.
Thanks
Sphen001
Last edited by Sphen001 on Tue Jul 12, 2005 9:28 pm, edited 1 time in total.
Thanks for the link. I'm going to take a look at it. I am going to build this system myself, for the experience, but I'm sure I'll be picking pieces here and there.
BTW, which method do you think is easier, of the two I posted above? Or they both even possible?
I don't know if I'll have to do all those tests. I'll be downloading from a sf CVS repository (my own), and uploading to the webspace, so it should work right the first time.