I am creating a SVN repository system using PHP.
I have Windows OS and i find it difficult to set environment on my PC. I have google and came to know that i need php_svn.dll
something like that.
But I don't know how to get it work. I have also looked into php manual but still did not find proper solution. so can anyone please provide me step by step solution to do this. The first function I am going to execute in 'svn_repos_create(name)'
. I have already executed this function directly but it is giving me error:
"Fatal error: Call to undefined function svn_repos_create() in C:\wamp64\www\ashish\practice\create.php"
So please guide me how to make it workable.
You can try with Tortoise SVN. have a lot of tools that you can use, and is easy to configure...
You'll need create a Repository, make a Checkout in some work directory, and then add your projects files to Commit it.
Links:
Example of TortoiseSVN with xampp
TortoiseSVN page
hope this help!