Re: Post Commit hook can not post reviews

2015-03-25 Thread David Trowbridge
Hi, It's failing because your post-commit hook is not running with the cwd as a repository working directory. You can fix this by adding --repository-url= http://192.168.0.2:18080/svn/IT to your rbt post command-line. -David On Sat, Mar 21, 2015 at 12:24 AM Randhir Singh wrote: > Hi , > > I ha

Post Commit hook can not post reviews

2015-03-21 Thread Randhir Singh
Hi , I have installed ReviewBoard 2.0.12 and Collabnet SVN Edge with following environment : OS : Ubuntu 14.10 ReviewBoard : 2.0.12 Collabnet SVN Edge : 4.0.13 RBTools : 0.7.2 I am facing issues while automating rbt post via post hook script . My post-commit hook is as follows : *#!/bin/bash