Hi,

I'm running reviewboard using post-review through the SVN post-commit
script:

        export HOME=/tmp
        /usr/bin/post-review -d --server=XXX --username=XXX --password=XXX \
        --repository-url=file:///home/svn/XXX
--submit-as=$(/usr/bin/svnlook author "$1" "$2") \
        --revision-range=$(($2-1)):$2 "--description=$LOGMSG" \
        "--summary=Commit r$2" --publish

which works great. There is however one annoying bit about the current
setup - right now everybody is added as default reviewer and every time
an engineer submits a new revision that person gets a review request as
well.

Is there a way to exclude the person that was specified in the post-review
command line as '--submit-as' from receiving his own review?

Thank you,

Martin Hoffesommer

-- 
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 unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to