Re: Publish upon commit

2011-08-26 Thread Christian Hammond
You can use --repository-url=file:/// to point to the repo on the server. You should be able to adapt this to your needs: https://github.com/reviewboard/reviewboard/blob/master/contrib/tools/svn-hook-postcommit-review (Note: This is a third-party contribution, and not really maintained by us. We

Re: Publish upon commit

2011-08-25 Thread David Somers-Harris
> post-review -r 42 I tried that in the hooks directory of my svn repository but I got "The current directory does not contain a checkout from a supported source code repository." Does a checkout really have to be on the server? -- Want to help the Review Board project? Donate today at http:/

Re: Publish upon commit

2011-08-25 Thread Kannaiyan Natesan
You need to install the client on each machine only if you want uncommited code changes to get on ReviewBoard. Hook on Subversion server's postcommit and post it to ReviewBoard. post-review -r 42 http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/ This will create review reques