Re: Subversion using https crashes apache?

2009-07-22 Thread Kaan

It turns out that the problem is related to a faulty environment
variable setting that is related to the subversion i am using ( v.
1.4.6 ).

For further details on the problem: 
http://pysvn.tigris.org/issues/show_bug.cgi?id=66

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



make links to reviews in dashboard view link to diff by default.

2009-07-22 Thread Thorsten Rock

Hi,

i was wondering if there's a way to make the links on the summary of
each review in the list on the dashboard
link to the diff by default, instead of the main page of the review.

ideal would be this scenario:

IF (review has comments)
   link to review main page
ELSE (review has no comments)
   link to reviews diff



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



make links to reviews in dashboard view link to diff by default.

2009-07-22 Thread Thorsten Rock

Hi,

i was wondering if there's a way to make the links on the summary of
each review in the list on the dashboard
link to the diff by default, instead of the main page of the review.

ideal would be this scenario:

IF (review has comments)
   link to review main page
ELSE (review has no comments)
   link to reviews diff



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



ClearCase and Reviewboard setup Continues...

2009-07-22 Thread Karthik

( I was not able to post it in the same thread, it always
error encountered).

Hi,

I could post the diff into the review board server. It is no more
hanging after considering Dan's suggestion(Changing the repository
path to the drive). I was facing another issue after this.

When I click to see the view-diff in the review request, I was
getting following error.

[Errno 2] No such file or directory: 'd:\\temp\\reviewboard.7px08a\
\tmpgjsi_l-new'

Traceback (most recent call last):
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\views.py, line 152, in view_diff
interdiffset, highlighting, True)

  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
large_data=True)

  File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
\util\misc.py, line 143, in cache_memoize
data = lookup_callable()

  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 622, in lambda
enable_syntax_highlighting),

  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
new = get_patched_file(old, filediff)

  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
return patch(filediff.diff, buffer, filediff.dest_file)

  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 131, in patch
f = open(newfile, r)

IOError: [Errno 2] No such file or directory: 'd:\\temp\\reviewboard.
7px08a\\tmpgjsi_l-ne

I had to install the GNU-Patch.exe and put it under apache webserver
bin path to solve this issue. As of now, everything seems to be going
fine till now!! :)

Thanks,
Karthik
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: ClearCase and Reviewboard setup Continues...

2009-07-22 Thread Karthik

Hi Dan,
 We have given the view drive (Y:/)  as a base path directory in the
post-review script and in the review board admin location. Does it
hold good if we are going to run the common centralized review board
server which will be used by group of people? What is the base path we
can give in that situation? Because the drive letter is just the
mapping or mounting of the view for a single user. Please let me know
if you have any thoughts on this.

Thanks,
Karthik


On Jul 23, 10:43 am, Karthik karthikeyan1...@gmail.com wrote:
 ( I was not able to post it in the same thread, it always
 error encountered).

 Hi,

     I could post the diff into the review board server. It is no more
 hanging after considering Dan's suggestion(Changing the repository
 path to the drive). I was facing another issue after this.

 When I click to see the view-diff in the review request, I was
 getting following error.

 [Errno 2] No such file or directory: 'd:\\temp\\reviewboard.7px08a\
 \tmpgjsi_l-new'

 Traceback (most recent call last):
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\views.py, line 152, in view_diff
     interdiffset, highlighting, True)

   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
     large_data=True)

   File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
 \util\misc.py, line 143, in cache_memoize
     data = lookup_callable()

   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 622, in lambda
     enable_syntax_highlighting),

   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
     new = get_patched_file(old, filediff)

   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
     return patch(filediff.diff, buffer, filediff.dest_file)

   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 131, in patch
     f = open(newfile, r)

 IOError: [Errno 2] No such file or directory: 'd:\\temp\\reviewboard.
 7px08a\\tmpgjsi_l-ne

 I had to install the GNU-Patch.exe and put it under apache webserver
 bin path to solve this issue. As of now, everything seems to be going
 fine till now!! :)

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



Issue 751 in reviewboard: Long file path results in error: Data truncated for column 'source_file' at row 1

2009-07-22 Thread codesite-noreply


Comment #3 on issue 751 by matspi131: Long file path results in error: Data  
truncated for column 'source_file' at row 1
http://code.google.com/p/reviewboard/issues/detail?id=751

For clearcase the version is implicitly coded in the file name.
Currently the longest path I have seen is 161 characters. But I'm sure we  
have files
with names/version longer than 200 characters.

Is there anything I could change in my installation to try it out?

--
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 777 in reviewboard: Updating a review request removed bugs affected

2009-07-22 Thread codesite-noreply


Comment #1 on issue 777 by onkarshinde: Updating a review request removed  
bugs affected
http://code.google.com/p/reviewboard/issues/detail?id=777

Any change of fixing this? The issue is still present in 1.0 version of  
review board.

--
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 1232 in reviewboard: Installing a site in a subdirectory does not display pages formatted with CSS

2009-07-22 Thread codesite-noreply

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

New issue 1232 by e2fung: Installing a site in a subdirectory does not  
display pages formatted with CSS
http://code.google.com/p/reviewboard/issues/detail?id=1232

What version are you running?
ReviewBoard-1.0-py2.4

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. Install Review Board site using Apache and mod_python by following
directions at
http://www.review-board.org/docs/manual/dev/admin/sites/creating-sites/ and
specify /reviews/ for the Root Path.
2. Browse to the site, e.g. http://reviews.example.com/reviews/;

What is the expected output? What do you see instead?
I expect to see the login screen and Dashboard rendered with CSS. Instead,
I just see plain text.

What operating system are you using? What browser?
Ubuntu Linux 9.04 on x86, Firefox 3.0.11

Please provide any additional information below.
The generated apache-modpython.conf file does not use the specified root
path subdirectory in the virtual host override rules nor in the alias.

I've attached an untested patch that attempts to fix it. I don't know if
Site.site_root defaults to '/' so there may need to be some tweaking of
this patch; I'm also not a Python programmer!


Attachments:
site-subdir.patch  1.1 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
-~--~~~~--~~--~--~---