Re: post-review failing from post-commit hook, but not when run manually

2012-08-22 Thread kapila . kohli
groups.com Subject: Re: post-review failing from post-commit hook, but not when run manually Is this a cvs or svn server? I'm not familiar with this url format. So that is probably what it's failing on. > :pserver:kapilap@svn:/opt/cvsroot How is your cvs/svn server setup? How do

Re: post-review failing from post-commit hook, but not when run manually

2012-08-22 Thread Peter Konneker
Is this a cvs or svn server? I'm not familiar with this url format. So that is probably what it's failing on. > :pserver:kapilap@svn:/opt/cvsroot How is your cvs/svn server setup? How do you access it remotely? -Peter On Wed, Aug 22, 2012 at 5:50 AM, cmuser wrote: > Thanks peter for your i

Re: post-review failing from post-commit hook, but not when run manually

2012-08-22 Thread cmuser
Thanks peter for your inputs tried your inputs but still failed. Here what i did- *[root@svn CVSROOT]# cat commitinfo* ALL /opt/cvsroot/CVSROOT/postreview.sh *[root@svn CVSROOT]# cat /opt/cvsroot/CVSROOT/postreview.sh* echo "Post-review for $1" name="kapila" path=`echo $PATH` export PATH=$path:/

Re: post-review failing from post-commit hook, but not when run manually

2012-08-21 Thread Peter Konneker
So first I set the path, home, and group variable and exported them from the svn hook. export > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/$AUTHOR/bin > export HOME=/home/$AUTHOR > export GROUP=mygroup If that doesn't work for you let me k

Re: post-review failing from post-commit hook, but not when run manually

2012-08-21 Thread cmuser
Hello Peter, Can you address how you fixed the same, i m getting same error. On Friday, July 13, 2012 3:20:11 AM UTC+5:30, Peter Konneker wrote: > > Got it. Not sure which variable it needs, though. > > On Wednesday, July 11, 2012 1:08:52 PM UTC-6, Peter Konneker wrote: >> >> Hey, >> >> I can run

Re: post-review failing from post-commit hook, but not when run manually

2012-07-12 Thread Peter Konneker
Got it. Not sure which variable it needs, though. On Wednesday, July 11, 2012 1:08:52 PM UTC-6, Peter Konneker wrote: > > Hey, > > I can run the command: > >> post-review -p --repository-url=file:///home/svn/repos/project >> --revision-range=$PREV:$REV >> --server=http://192.168.0.55--username=

Re: post-review failing whereas user is an admin

2011-04-07 Thread Pierre Habouzit
woops sorry for the dupe, silly mistakeā€¦ but the issue is still a mystery for me :/ -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To u

Re: post-review failing

2011-01-31 Thread Christian Hammond
Hi, This looks to be a configuration issue. I assume the root of the SVN repository is /svn, and "inter" is a directory within that, am I correct? Review Board's repository configuration needs to point to the very root of the SVN repository, rather than a directory within it. What's happening is

Re: post-review failing to work on CVS because I have cleartool with a view set

2010-01-19 Thread Chris Clark
David McCloskey wrote: But Another problem is appearing now. Once it tries to do the post, I get an error that the connection was refused on port 2401. I'm guessing this is because we're using ssh tunnels only to connect to our CVS servers. Is there some special way to configure my repository

Re: post-review failing to work on CVS because I have cleartool with a view set

2010-01-19 Thread David McCloskey
Actually, what ended up happening is I was in the parent directory of where I was supposed to be. That is, I checked out something from CVS but didn't go in to what I checked out, so it wasn't finding the CVS directory. It works without changing post-review now. But Another problem is appearing n

Re: post-review failing to work on CVS because I have cleartool with a view set

2010-01-19 Thread Chris Clark
Christian Hammond wrote: What you could do now is modify postreview.py so that the CVSClient instance is created before the ClearCaseClient. That would guarantee that CVS would check first. An easy technique for dealing with this is to add another definition for SCMCLIENTS, this way if the SC

Re: post-review failing to work on CVS because I have cleartool with a view set

2010-01-18 Thread Christian Hammond
This is a large part of why we need to move the clearcase configuration out into a .reviewboardrc... What you could do now is modify postreview.py so that the CVSClient instance is created before the ClearCaseClient. That would guarantee that CVS would check first. Christian -- Christian Hammon