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

2014-12-18 Thread reviewboard


Comment #50 on issue 1072 by jjthomas...@gmail.com: HTTPS Subversion  
repositories don't work with Review Board

https://code.google.com/p/reviewboard/issues/detail?id=1072

I see this is still an issue today, Getting no love on a solution.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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

2010-06-15 Thread reviewboard


Comment #48 on issue 1072 by o3j5h9s3: HTTPS Subversion repositories don't  
work with Review Board

http://code.google.com/p/reviewboard/issues/detail?id=1072

old thread but maybe the workaround I found may help some.
thou apache is running as apache user the home I got by adding log to the  
py is ERROR:root:Home directory = /root. Which I guess it the home of the  
apache root process. But the process running RB is running as apache user  
and thus cant access the root/.subversion folder.


In short I did chown -r apache:apache /root and now it all works fine.
real ugly I know


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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

2010-06-15 Thread reviewboard


Comment #49 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board

http://code.google.com/p/reviewboard/issues/detail?id=1072

In new installs, HOME will point to a writable directory, which should  
solve this problem. In new upgrades, rb-site will tell the user how to  
update their config to fix the home directory.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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

2010-03-12 Thread reviewboard


Comment #44 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

Https authentication problem is solved by add java options when start  
apache.


Another question: Does review board support pre-commit review? In the 1.5  
Beta1, I

can not find how to create a pre-commit review.

--
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-iss...@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

2010-03-12 Thread reviewboard


Comment #45 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board

http://code.google.com/p/reviewboard/issues/detail?id=1072

Pre-commit review is the default. Review Board was developed with  
pre-commit in mind.
Just run post-review and it will generate a diff of your changes and post  
them.


--
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-iss...@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

2010-03-12 Thread reviewboard


Comment #46 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

run post-review under my local svn workspace, error prompt:
D:\mywork\test_projpost-review
Failed to execute command: ['svn', 'diff', '--diff-cmd=diff']
['Index:
src/init.cpp\n', 
'===
\n', svn: Can't start process 'diff': \xcf\xb5\xcd\xb3\
xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xce\xc4\xbc\xfe\xa1\xa3   
\n]


D:\mywork\test_proj

--
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-iss...@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

2010-03-12 Thread reviewboard


Comment #47 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board

http://code.google.com/p/reviewboard/issues/detail?id=1072

You need to install GNU diff.

Further problems should be posted on the mailing list. I don't want to  
clutter the

history of this bug with unrelated problems.

--
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-iss...@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

2010-03-11 Thread reviewboard


Comment #40 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

From the release notes, it seems the subverion https issue is gone.

but after i installed the latest RB1.5 Beta1, then add a subversion  
repository, the

error prompt:
Please correct the error below.
A repository was not found at the specified path.

--
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-iss...@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

2010-03-11 Thread reviewboard


Comment #42 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

a subdirectory of inside a repository

example:
https://svnserver/xxx_rep/xxx_proj

--
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-iss...@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

2010-03-11 Thread reviewboard


Comment #43 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board

http://code.google.com/p/reviewboard/issues/detail?id=1072

That's likely the problem. You must point to the very top of the Subversion
repository. Subdirectories will cause problems.

--
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-iss...@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 #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 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
-~--~~~~--~~--~--~---