Re: [PHP] Getting info from SVN commit with php

2008-07-23 Thread Daniel Brown
On Wed, Jul 23, 2008 at 8:22 AM, Raido <[EMAIL PROTECTED]> wrote: > > 1) Is it even possible to get commit messages text with php ? Since I can't > find the file where commit messages are. Just a quick answer to this: in your directory of your project repo, go into the hooks/ subdirectory. In

Re: [PHP] Getting info from SVN commit with php

2008-07-23 Thread Raido
Thank You for that fast reply. PECL was something that I din't know about. But I'll dig in with Your examples and also PECL and try to find most simple but well-working solution. Also sorry for Return Receipt, turned that off. mike wrote: On 7/23/08, Raido <[EMAIL PROTECTED]> wrote: I

Re: [PHP] Getting info from SVN commit with php

2008-07-23 Thread mike
On 7/23/08, Raido <[EMAIL PROTECTED]> wrote: > I have an SVN server but I need to add some extra to commit message which > PHP will get and use(for example use the parameters from commit message to > change data on mysql database... (if commit messages first line has > character *, then run sql q

[PHP] Getting info from SVN commit with php

2008-07-23 Thread Raido
Hi, I would be very grateful if someone could point out some ways how to do the following: I have an SVN server but I need to add some extra to commit message which PHP will get and use(for example use the parameters from commit message to change data on mysql database... (if commit message