easy_install errors - i don't know if these are bad but i thought i would share

2014-11-25 Thread Dan Holmes

On Ubuntu 14.04.01 server, following the instructions i get the following 
error(s) when i run the easy_install ReviewBoard command.  I haven't yet 
tried to run it yet so i don't know if this is fatal but i thought i would 
throw this out here before i lost the error messages.

Installing pilprint.py script to /usr/local/bin

Installed 
/usr/local/lib/python2.7/dist-packages/Pillow-2.6.1-py2.7-linux-x86_64.egg
Searching for futures=2.1.3
Reading https://pypi.python.org/simple/futures/
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 810, in __bootstrap_inner
self.run()
  File /usr/lib/python2.7/threading.py, line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/multiprocessing/pool.py, line 330, in 
_handle_workers
debug('worker handler exiting')
TypeError: 'NoneType' object is not callable

Exception in thread Thread-2:
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 810, in __bootstrap_inner
self.run()
  File /usr/lib/python2.7/threading.py, line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/multiprocessing/pool.py, line 357, in 
_handle_tasks
debug('task handler got sentinel')
TypeError: 'NoneType' object is not callable

Best match: futures 2.2.0
Downloading 
https://pypi.python.org/packages/source/f/futures/futures-2.2.0.tar.gz#md5=310e446de8609ddb59d0886e35edb534
Processing futures-2.2.0.tar.gz
Writing /tmp/easy_install-pWNWPg/futures-2.2.0/setup.cfg
Running futures-2.2.0/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-pWNWPg/futures-2.2.0/egg-dist-tmp-S1hA5L
Adding futures 2.2.0 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg
Finished processing dependencies for ReviewBoard
Exception TypeError: TypeError('NoneType' object does not support item 
deletion,) in Finalize object, dead ignored
notroot@RMDevTools01:~$

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SVN connection failure

2014-11-25 Thread Dan Holmes
I switched to Ubuntu but am still having SVN connection problems.  I went 
back over the installation for SVN python tools and it said it was all 
installed.  What am i missing?

from the apache error.log
[Tue Nov 25 17:14:27.246518 2014] [:error] [pid 8713] ERROR:root:SVN: 
Failed to get repository information for 
https://10.7.0.1:8443/svn/RouteMatch/: (Unable to connect to a repository 
at URL 'https://10.7.0.1:8443/svn/RouteMatch', 230001)

however both svn and curl will return without problem.

notroot@RMDevTools01:~$ svn info https://10.7.0.1:8443/svn/RouteMatch/
Path: RouteMatch
URL: https://10.7.0.1:8443/svn/RouteMatch
Relative URL: ^/
Repository Root: https://10.7.0.1:8443/svn/RouteMatch
Repository UUID: 34830635-b4d3-f84e-9563-fed92939f730
Revision: 61143
Node Kind: directory
Last Changed Author: 
Last Changed Rev: 61143
Last Changed Date: 2014-11-25 12:11:56 -0500 (Tue, 25 Nov 2014)

notroot@RMDevTools01:~$ curl https://10.7.0.1:8443/svn/RouteMatch/ 
--insecure -u xx
?xml version=1.0?
?xml-stylesheet type=text/xsl href=/svnindex.xsl?
!DOCTYPE svn [
  !ELEMENT svn   (index)
  !ATTLIST svn   version CDATA #REQUIRED
  hrefCDATA #REQUIRED
  !ELEMENT index (updir?, (file | dir)*)
  !ATTLIST index nameCDATA #IMPLIED
  pathCDATA #IMPLIED
  rev CDATA #IMPLIED
  baseCDATA #IMPLIED
  !ELEMENT updir EMPTY
  !ATTLIST updir hrefCDATA #REQUIRED
  !ELEMENT file  EMPTY
  !ATTLIST file  nameCDATA #REQUIRED
  hrefCDATA #REQUIRED
  !ELEMENT dir   EMPTY
  !ATTLIST dir   nameCDATA #REQUIRED
  hrefCDATA #REQUIRED
]
svn version=1.7.5 (r1336830)
 href=http://subversion.apache.org/;
  index rev=61143 path=/ base=RouteMatch
...  /index
/svn

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SVN connection failure

2014-11-25 Thread David Trowbridge
Are you using the pysvn or subvertpy backend?

-David

On Tue, Nov 25, 2014 at 9:19 AM, Dan Holmes dnh...@gmail.com wrote:

 I switched to Ubuntu but am still having SVN connection problems.  I went
 back over the installation for SVN python tools and it said it was all
 installed.  What am i missing?

 from the apache error.log
 [Tue Nov 25 17:14:27.246518 2014] [:error] [pid 8713] ERROR:root:SVN:
 Failed to get repository information for
 https://10.7.0.1:8443/svn/RouteMatch/: (Unable to connect to a
 repository at URL 'https://10.7.0.1:8443/svn/RouteMatch', 230001)

 however both svn and curl will return without problem.

 notroot@RMDevTools01:~$ svn info https://10.7.0.1:8443/svn/RouteMatch/
 Path: RouteMatch
 URL: https://10.7.0.1:8443/svn/RouteMatch
 Relative URL: ^/
 Repository Root: https://10.7.0.1:8443/svn/RouteMatch
 Repository UUID: 34830635-b4d3-f84e-9563-fed92939f730
 Revision: 61143
 Node Kind: directory
 Last Changed Author: 
 Last Changed Rev: 61143
 Last Changed Date: 2014-11-25 12:11:56 -0500 (Tue, 25 Nov 2014)

 notroot@RMDevTools01:~$ curl https://10.7.0.1:8443/svn/RouteMatch/
 --insecure -u xx
 ?xml version=1.0?
 ?xml-stylesheet type=text/xsl href=/svnindex.xsl?
 !DOCTYPE svn [
   !ELEMENT svn   (index)
   !ATTLIST svn   version CDATA #REQUIRED
   hrefCDATA #REQUIRED
   !ELEMENT index (updir?, (file | dir)*)
   !ATTLIST index nameCDATA #IMPLIED
   pathCDATA #IMPLIED
   rev CDATA #IMPLIED
   baseCDATA #IMPLIED
   !ELEMENT updir EMPTY
   !ATTLIST updir hrefCDATA #REQUIRED
   !ELEMENT file  EMPTY
   !ATTLIST file  nameCDATA #REQUIRED
   hrefCDATA #REQUIRED
   !ELEMENT dir   EMPTY
   !ATTLIST dir   nameCDATA #REQUIRED
   hrefCDATA #REQUIRED
 ]
 svn version=1.7.5 (r1336830)
  href=http://subversion.apache.org/;
   index rev=61143 path=/ base=RouteMatch
 ...  /index
 /svn

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A question on the marking of differences in between revisions of a review

2014-11-25 Thread David Trowbridge
Ah, I see what's going on. It's being filtered out because it's not
included in any of the changed regions in the new diff. This happens so
that we can filter out unrelated changes from other commits that happen in
between the diffs.

It's not ideal, but I don't know that we can do anything about this without
bringing back all of the other unrelated changes.

-David

On Tue, Nov 25, 2014 at 10:00 AM, Andrew MacLeod freea...@gmail.com wrote:

 Thanks David although that is not what not I am seeing now that I tracked
 down the review again.

 The interdiff between the revision where the code was removed and any
 revision after it got added back does not show as an added diff.

 One correction to my original description, the code was added back in
 revision 6. I have added screenshots to show the behavior. Screenshot of
 the changes from the original to #1 (where the code was removed), 5-6 where
 the code was added back in and finally 1-6.

 If I understand you explanation below then this is a bug and the addition
 from 1-6 should be highlighted? This is Review Board version 2.0.11 if that
 makes a difference.
 Thanks,

 -amac

 On Thursday, November 20, 2014 4:40:48 PM UTC-8, David Trowbridge wrote:

 This is the case because if you apply rev #2 to the upstream code, those
 lines are present, and if you apply rev #6 to the upstream code, those
 lines are also present (so there's no difference between them). If you view
 the interdiff between 1 and 6, you should see those lines as added.

 -David

 On Thu, Nov 20, 2014 at 4:25 PM, Andrew MacLeod free...@gmail.com
 wrote:

 The scenario is as follow.

 In the first diff posting (rev #1) of a review, lines 5-10 are removed
 in one particular file. There are lots of other changes in this file and
 others.

 In the second diff posting (rev #2) of the review, the lines are added
 back in.

 We get several more diff postings on this review until we are at rev#6.
 Now if you look at the
 inter-diff changes from rev #2 - rev #6, the addition of lines 5-10
 does *not* show as an addition
 (ie. in green) on the right hand panel of the diff screen.

 I can argue why that is the case but my question is this intended
 behavior?

 Thanks,

 -amac

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Issue 3681 in reviewboard: Disabling email notifications for my own activity causes server 500 error

2014-11-25 Thread reviewboard

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

New issue 3681 by sararayb...@gmail.com: Disabling email notifications for  
my own activity causes server 500 error

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.11

What's the URL of the page containing the problem?
http://reviewboard.cctechnol.com/r/4712/

What steps will reproduce the problem?
1. In My Account-Settings, uncheck both get e-mail notification options.
2. Create a new review request, click publish
3.

What is the expected output? What do you see instead?
Expected output: Review request is published with no error
Actual output: HTTP 500 error, but when you go back to the dashboard, the  
request was published. I also receive an error email from the server.


What operating system are you using? What browser?
Happens both with Windows 7/Firefox and with Fedora 20 Firefox 33.1


Please provide any additional information below.

There are no errors in the developer console. The email and the  
reviewboard.log include the same traceback.

Contents of error email:

Traceback (most recent call last):

   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py,  
line 112, in get_response

response = wrapped_callback(request, *callback_args, **callback_kwargs)

   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/views/decorators/cache.py,  
line 52, in _wrapped_view_func

response = view_func(request, *args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/views/decorators/vary.py,  
line 19, in inner_func

response = func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/resources.py,  
line 496, in __call__

request, method, view, api_format=api_format, *args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/resources.py,  
line 567, in call_method_view

return view(request, *args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/resources.py,  
line 764, in put

return self.update(request, *args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/webapi/decorators.py,  
line 110, in _check

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 138, in _checklogin

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)

   
File /usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/webapi/decorators.py,  
line 287, in _validate

return view_func(*args, **new_kwargs)

   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/webapi/resources/review_request_draft.py,  
line 439, in update

review_request.publish(user=request.user)

   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/reviews/models/review_request.py,  
line 792, in publish

changedesc=changes)

   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/dispatch/dispatcher.py,  
line 185, in send

response = receiver(signal=self, sender=sender, **named)

   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/notifications/email.py,  
line 46, in review_request_published_cb

mail_review_request(review_request, changedesc)

   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/notifications/email.py,  
line 347, in mail_review_request

extra_context)

   
File 

Issue 3682 in reviewboard: Cannot copy text in diff viewer of newly created file

2014-11-25 Thread reviewboard

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

New issue 3682 by freea...@gmail.com: Cannot copy text in diff viewer of  
newly created file

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



What version are you running?

  2.0.11

What's the URL of the page containing the problem?

  r/review_id/diff/#

What steps will reproduce the problem?
  1. Create a new file in git repository
  2. Upload review using rbt
  3. Try to select text to copy from the diff viewer of the new file

What is the expected output? What do you see instead?

  Should be able to copy the text but you cannot

What operating system are you using? What browser?

  Mac OS 10.9.5, Firefox 33.1.1 and Safari 7.1

Please provide any additional information below.


--
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 3680 in reviewboard: Diff viewer does not indent code properly.

2014-11-25 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3680 by trowb...@gmail.com: Diff viewer does not indent  
code properly.

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

We don't have access to your private server, but this code is quite well  
tested. Perhaps you have a mix of tabs and spaces?


--
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 3661 in reviewboard: Unable to select text in a new file when viewing the text of a New File

2014-11-25 Thread reviewboard


Comment #6 on issue 3661 by trowb...@gmail.com: Unable to select text in a  
new file when viewing the text of a New File

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

Issue 3682 has been merged into this issue.

--
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 3682 in reviewboard: Cannot copy text in diff viewer of newly created file

2014-11-25 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3661

Comment #1 on issue 3682 by trowb...@gmail.com: Cannot copy text in diff  
viewer of newly created file

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

This is already fixed in git and will ship with 2.0.12

--
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 3682 in reviewboard: Cannot copy text in diff viewer of newly created file

2014-11-25 Thread reviewboard


Comment #2 on issue 3682 by freea...@gmail.com: Cannot copy text in diff  
viewer of newly created file

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

Thank you. I had searched using diff viewer and did not see the dup

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