Ben bir svn sorgulamak için exec () kullanarak php bazı fonksiyonları yazıyorum.
The commands exec("svn list ".$myurl) works.
Now, I try to get a path on a svn repository with the checkout command. When I put the command "svn checkout http://core.wordress.org/tags/2.9.2/ last-version" directly in the console, it works.
Ama ben böyle exec kullanarak bir php komut dosyası (), bu yaptığınızda:
exec("svn checkout ".$myurl, $dir)
çalışmıyor.
Size bir fikir var?