tags:

views:

112

answers:

3

I'm a new to SVN. And i'am handling a issue about SVN.

The issue is use php send a command to SVN by popen() function of PHP.

With this solution , i have to become a master of SVN. But not me ^^!

And i research php.net and get something about svn in under link.

http://www.php.net/manual/en/book.svn.php

And how i can use for php ? i don't know how to install and config ^^!

someonce can help me ? thank

A: 

What operating system are you working on? SVN will work the same no matter what language you are working with. Just find the a good tool for your platform.

Windows

If you are asking about how to control and SVN respoitory from PHP then you should just read up on the docs. I found a more detailed manual on doc.php.net

Matthew Whited
i'm very noob, and i don't know how to install and config libsvn to php :(
Chameron
A: 

What for you want Tutorial? You have on PHP.net documented all functions what you want more to implement your code on SVN PHP functions?

If your question is about SVN server to use you can use VisualSVN or SVNServe.

Svisstack
yeah , i want a tutorial about install and config libsvn for php. i'm very noob :(
Chameron
A: 

http://www.php.net/manual/en/svn.installation.php

http://www.php.net/manual/en/install.pecl.pear.php

On *nix, try pecl install svn on the command line.

If PECL doesn't work, try yum install php-devel

philfreo