简体   繁体   中英

php svn class svn_fs_make_dir ( resource $root , string $path )

I am trying to write a class to handle svn. Looking at php website looks like there are some functions already there but, have problem using them since not enough documentations.

Has anyone worked with svn_fs_make_dir ( resource $root , string $path )? if so what is "resource $root". I can't figure it out.

Does anyone know a good open source php class to deal with svn requests? I am doing a release management project and need to access svn within the code and create, copy,...

Thanks

至少phpsvnclient更好地记录了下来,对其质量一无所知

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM