Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Voting: (6 Items)
   
Voting  
I'm curious.  Are the voting rules in the OSRev forums build on top of svn.  Is it enforced somehow through some of the 
available svn hooks?

It snowed again this morning in Montreal, sigh!

- Mario

Re: Voting  
Voting???

Do you mean people postint "+1" in response to requests for code reviews?

If so, the answer is:

No. It's just a convention. Our internal SVN checks that our log messages
lists the names of at least one code reviewer. But it's not tied into the
form. And it never stops a commit.

Mario Charest wrote:
> I'm curious.  Are the voting rules in the OSRev forums build on top of 
> svn.  Is it enforced somehow through some of the available svn hooks?
> 
> It snowed again this morning in Montreal, sigh!
> 
> - Mario
> 
> 
> 
> _______________________________________________
> OSMeta
> http://community.qnx.com/sf/go/post5967
> 
Re: Voting  

Attilla Danko wrote:
> Voting???
> 
> Do you mean people postint "+1" in response to requests for code reviews?
> 
> If so, the answer is:
> 
> No. It's just a convention. Our internal SVN checks that our log messages
> lists the names of at least one code reviewer. But it's not tied into the
> form. And it never stops a commit.

It will stop a commit if a PR is not noted.  Without a CI it will merely send
an email to management.

> Mario Charest wrote:
>  > I'm curious.  Are the voting rules in the OSRev forums build on top of
>  > svn.  Is it enforced somehow through some of the available svn hooks?
>  >
>  > It snowed again this morning in Montreal, sigh!
>  >
>  > - Mario
>  >
>  >
>  >
>  > _______________________________________________
>  > OSMeta
>  > http://community.qnx.com/sf/go/post5967
>  >
> 
> 
> _______________________________________________
> OSMeta
> http://community.qnx.com/sf/go/post5969
> 

-- 
cburgess@qnx.com
Re: Voting  
> 
> 
> Attilla Danko wrote:
> > Voting???
> > 
> > Do you mean people postint "+1" in response to requests for code reviews?
> > 
> > If so, the answer is:
> > 
> > No. It's just a convention. Our internal SVN checks that our log messages
> > lists the names of at least one code reviewer. But it's not tied into the
> > form. And it never stops a commit.
> 
> It will stop a commit if a PR is not noted.  Without a CI it will merely send
> an email to management.
> 

Care to make your svn hook files public?
 
Re: Voting  
Do you mean "publish the svn logs"? 

If so they should already be published on the external svn. For example this commit lists the pr number, the code 
reviewers and a short description of the reason for the change
<http://community.qnx.com/integration/viewcvs/viewcvs.cgi?root=coreos_pub&rev=158307&system=exsy1001&view=rev>;

However, i think there is a problem with some stuff being exposed from the inernal svn reposistory to the external one, 
since some of the log entries have been replaced with string "coreos" which is not too helpful.

-ad
Re: Voting  
> Do you mean "publish the svn logs"? 
> 

No I mean the scripts that lives in the svn repository, under hook.  These are the scripts/programs that are run by the 
svnserver during various phase of operation, like before and after a commit.


> If so they should already be published on the external svn. For example this 
> commit lists the pr number, the code reviewers and a short description of the 
> reason for the change
> <http://community.qnx.com/integration/viewcvs/viewcvs.cgi?root=coreos_pub&rev=158307&system=exsy1001&view=rev>;
> 
> However, i think there is a problem with some stuff being exposed from the 
> inernal svn reposistory to the external one, since some of the log entries 
> have been replaced with string "coreos" which is not too helpful.
> 
> -ad