Re: Can I do post-commite review on the website (without post-review tool)?

2011-09-28 Thread James Tang
I understand, to unify serveral source control system is a very
complicated work.
But I belive you can make it.
Thanks very much for your information.


On Sep 28, 5:21 pm, Christian Hammond  wrote:
> Hi James,
>
> The options we provide today are to use either post-review with
> --revision-range, or just generate a diff with svn diff. Ideally there'd be
> a web UI for this built into Review Board. We had someone working on one at
> one point, but the project sort of didn't pan out. We'll likely work toward
> it again sometime in the future, but not right away.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
> On Wed, Sep 28, 2011 at 2:17 AM, James Tang  wrote:
> > I think the post-review tool is a very nice tool for pre-commite
> > reivew with reviewboard.
> > But if I just want to do a post-commite review on my PC, where doesn't
> > install svn client, what should I do?
> > I ask so because I ever seen such a system, so I think I should not be
> > a technical problem, right?
>
> > Best regards.
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://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- Hide quoted text -
>
> - Show quoted text -

-- 
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


Can I do post-commite review on the website (without post-review tool)?

2011-09-28 Thread James Tang
I think the post-review tool is a very nice tool for pre-commite
reivew with reviewboard.
But if I just want to do a post-commite review on my PC, where doesn't
install svn client, what should I do?
I ask so because I ever seen such a system, so I think I should not be
a technical problem, right?

Best regards.

-- 
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


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-28 Thread James Tang
Haa, I found the problem caused by svn client. I use TortoiseSVN as my
svn client in Windows, but it seems post-review could not communicate
with svn server through TortoiseSVN.
I installed command line svn, the problem solved.
Thanks for you help!

On Sep 28, 1:46 pm, Christian Hammond  wrote:
> To determine if you're in a valid checkout, we run "svn info" and look for
> the text "Repository Root". What do you see when you type that?
>
> If the output is localized, that's the problem, though we already try to
> force it to be English.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> 2011/9/27 James Tang 
>
>
>
> > But the problem is I already tried post-review in checkout svn
> > directory(which contains a .svn folder), it still give me same words.
> > How to solve this? Isn't post-review support windows7?
>
> > On 9月27日, 下午4时24分, Christian Hammond  wrote:
> > > Home has nothing to do with the checks. That's just for our own usage.
>
> > > You need to run post-review from within an SVN, CVS, Git, etc. checkout
> > > directory.
>
> > > Christian
>
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > Review Board -http://www.reviewboard.org
> > > VMware, Inc. -http://www.vmware.com
>
> > > On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:
> > > > I run post-review in command line in Windows, below is the result:
>
> > > > C:\Users\XXX>post-review -d
> > > > >>> RBTools 0.3.3
> > > > >>> Home = C:\Users\Tang\AppData\Roaming
> > > > The current directory does not contain a checkout from a supported
> > > > source code repository.
>
> > > > It seems post-review will search the user data folder for the checkout
> > > > source code directory. How to change the "Home" setting? Or how to
> > > > solve the problem if I put the checkout source code under "C:\Users
> > > > \XXX"?
>
> > > > Thanks.
>
> > > > --
> > > > Want to help the Review Board project? Donate today at
> > > >http://www.reviewboard.org/donate/
> > > > Happy user? Let us know athttp://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
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://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- Hide quoted text -
>
> - Show quoted text -

-- 
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


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-27 Thread James Tang
But the problem is I already tried post-review in checkout svn
directory(which contains a .svn folder), it still give me same words.
How to solve this? Isn't post-review support windows7?


On 9月27日, 下午4时24分, Christian Hammond  wrote:
> Home has nothing to do with the checks. That's just for our own usage.
>
> You need to run post-review from within an SVN, CVS, Git, etc. checkout
> directory.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
>
>
>
>
> On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:
> > I run post-review in command line in Windows, below is the result:
>
> > C:\Users\XXX>post-review -d
> > >>> RBTools 0.3.3
> > >>> Home = C:\Users\Tang\AppData\Roaming
> > The current directory does not contain a checkout from a supported
> > source code repository.
>
> > It seems post-review will search the user data folder for the checkout
> > source code directory. How to change the "Home" setting? Or how to
> > solve the problem if I put the checkout source code under "C:\Users
> > \XXX"?
>
> > Thanks.
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://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

-- 
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


Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-26 Thread James Tang
I run post-review in command line in Windows, below is the result:

C:\Users\XXX>post-review -d
>>> RBTools 0.3.3
>>> Home = C:\Users\Tang\AppData\Roaming
The current directory does not contain a checkout from a supported
source code repository.

It seems post-review will search the user data folder for the checkout
source code directory. How to change the "Home" setting? Or how to
solve the problem if I put the checkout source code under "C:\Users
\XXX"?

Thanks.

-- 
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


How to retrive the subversion's check in list from reviewboard when create a new request?

2011-09-26 Thread James Tang
Hi,

I'm new to reviewboard, and I build a reviewboard server on my host.
Can you tell me how to retrive the subversion's check in list when I
create a new request?
Does the post-review tools necessary? I committed my source code with
visual studio.

Thanks.

-- 
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