bdmovies Posted August 11, 2009 Share Posted August 11, 2009 Hello all, I'm experimenting with the SVN extension for PHP and and not having much luck. I don't feel like writing my own upgrade system, yet, a commercially distributed software has to have something. So I got to thinking. If I can't make this extension work, I wonder if I can get PHP to execute some command line stuff. I could write a CRON job, or some other shell script to do all the SVN lifting, but my question is how would I be able to access that via PHP. Any ideas? Thanks! Link to comment https://forums.phpfreaks.com/topic/169717-php-svn/ Share on other sites More sharing options...
corbin Posted August 11, 2009 Share Posted August 11, 2009 exec Or perhaps shell_exec Link to comment https://forums.phpfreaks.com/topic/169717-php-svn/#findComment-895354 Share on other sites More sharing options...
bdmovies Posted August 11, 2009 Author Share Posted August 11, 2009 Could it really be that simple? wow.... Thanks Link to comment https://forums.phpfreaks.com/topic/169717-php-svn/#findComment-895359 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.