I have an a script which generate some keys. This script must commit them on svn-server. They are different. Can you help me with some idea?
I think about svn php lib and system / exec, but don’t know how connect with svn-server and save file there.
P.S. More about question. It was impossible. Our production server deployed from SVN repository and sometimes generates documents for accounts. We was need to save them in our repository, which closed from production for writing. So we use another way. Sorry for disappointing.
Edit: Before you start, check out a fresh copy of the repository. SVN will remember the server and automatically save all your committed stuff there.
You can commit all files in a specific path, with a specific commit message using the svn client and the exec() method. I would be using this as long as the subversion bindings for PHP aren’t stable: