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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -