Read local SVN repository in PHP -
i have subversion repository under /var/svn/ trying use subversion details of latest revision, have tried using shell_exec run svn info on external address, couldn't input it. there way can read information repository itself?
solved: decided go svn pecl modudle see here
php has native support svn
(pecl though , not available on windows)
you can use arbit's vcs abstraction layer
(supports svn, cvs, git, mercurial , archive)
Comments
Post a Comment