Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply


Comment #30 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

Did my recommendations not work out for setting those environment variables?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply

Comment #31 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

yes,I did, see attached screenshot.

I still got the error HTTPS certificate not accepted. Please ensure that  
the proper
certificate exists in C:/Documents and Settings/yunshandi/.subversion/auth  
for the
user that reviewboard is running as.

But the certificate does exist under the .subversion/auth.

Attachments:
env.png  16.1 KB
failed.png  16.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply


Comment #32 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

I followed the step:
2) Figure out what the home directory is for Apache (I don't know on  
Windows, but you
may be able to figure it out by turning on logging and temporarily  
modifying, say,
reviewboard/__init__.py to add:

 logging.info(Home directory = %s % os.path.expanduser(~))

After restart apache, check the apache log, and found a few errors



Attachments:
apache-log.txt  15.6 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply


Comment #34 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

I have tried anyway i can do, still no help on this issue,

i will work on the issue until it works,

and i still wish someone could help me to workaround it, many thanks!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply


Comment #35 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

I have tried anyway i can do, still no help on this issue,

i will work on the issue until it works,

and i still hope someone could help me to workaround it, many thanks!


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 953 in reviewboard: Hg SCMTool doesn't support old mercurial installs

2009-10-30 Thread codesite-noreply


Comment #4 on issue 953 by deuresti79: Hg SCMTool doesn't support old  
mercurial installs
http://code.google.com/p/reviewboard/issues/detail?id=953

I think there are two bugs here.
#1 Not supporting old mercurial installs like sandeep says.
#2 Not supporting ssh HG repositories (even in newer versions of mercurial
sshrepository doesn't have a changectx)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-30 Thread codesite-noreply


Comment #36 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

At this point, I recommend taking this to the mailing list and referencing  
this bug.
The original bug is fixed in 1.1, and we don't support HTTPS in any  
official capacity
for 1.0. You would have to see if other people have workarounds they've  
used.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1379 in reviewboard: Display comment flags for previous diff revisions

2009-10-30 Thread codesite-noreply

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1379 by nathan.auch: Display comment flags for previous diff  
revisions
http://code.google.com/p/reviewboard/issues/detail?id=1379

What version are you running?

ReviewBoard 1.0 alpha 4

What's the URL of the page this enhancement relates to, if any?

Diffviewer - http://hostname/r/xxx/diff/

Describe the enhancement and the motivation for it:

Comment flags are only displayed for the revision of the diff currently
being viewed. It would be nice if these were displayed regardless of the
diff revision selected.

If a reviewer makes a comment on a specific line of code and the submitter
uploads a new diff (that does not address the comment) it is difficult to
tell when viewing the diff that a comment for this line has already been
made. This confusion is further increased when multiple reviewers are
reviewing a request at different times and would like to avoid making
duplicate comments.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1379 in reviewboard: Display comment flags for previous diff revisions

2009-10-30 Thread codesite-noreply

Updates:
Status: Duplicate
Mergedinto: 514

Comment #1 on issue 1379 by chipx86: Display comment flags for previous  
diff revisions
http://code.google.com/p/reviewboard/issues/detail?id=1379

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 514 in reviewboard: Comments don't show between multiple versions of a review

2009-10-30 Thread codesite-noreply


Comment #5 on issue 514 by chipx86: Comments don't show between multiple  
versions of a review
http://code.google.com/p/reviewboard/issues/detail?id=514

Issue 1379 has been merged into this issue.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Re: Issue 1360 in reviewboard: Can not see diff when the diff was uploaded with parent option on post-review

2009-10-30 Thread codesite-noreply


Comment #1 on issue 1360 by owen.yamauchi: Can not see diff when the diff  
was uploaded with parent option on post-review
http://code.google.com/p/reviewboard/issues/detail?id=1360

The -t option doesn't actually do the right thing - you should get a  
reversed diff
with that flag on.

The problem seems to be that the file RB is trying to patch has already  
been patched.
Previously applied patch detected is correct.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---