Re: Issue 3814 in reviewboard: AttributeError: 'Namespace' object has no attribute 'revision_range'

2015-05-09 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3814 by trowb...@gmail.com: AttributeError: 'Namespace'  
object has no attribute 'revision_range'

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

Fixed in release-0.7.x (0cb53be). This will ship in 0.7.3

--
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 3814 in reviewboard: AttributeError: 'Namespace' object has no attribute 'revision_range'

2015-05-07 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-RBTools

Comment #2 on issue 3814 by trowb...@gmail.com: AttributeError: 'Namespace'  
object has no attribute 'revision_range'

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

(No comment was entered for this change.)

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


Issue 3814 in reviewboard: AttributeError: 'Namespace' object has no attribute 'revision_range'

2015-03-19 Thread reviewboard

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

New issue 3814 by dell...@gmail.com: AttributeError: 'Namespace' object has  
no attribute 'revision_range'

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

*** 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?
ReviewBoard: 2.0.11
Rbtools: 0.7.2
ClearCase Win client: 8.0.1.4

What's the URL of the page containing the problem?
When running rbt setup-repo

What steps will reproduce the problem?
1. Create a ClearCase repo in ReviewBoard
2. Install rbtools on Windows
3. Run rbt setup-repo --debug under a ClearCase VOB

What is the expected output? What do you see instead?
Expect the repo to be setup.
I see this:

Checking for a Subversion repository...
Unable to execute svn help: skipping SVN
Checking for a Git repository...
Unable to execute git --help or git.cmd --help: skipping Git
Checking for a Mercurial repository...
Unable to execute hg --help: skipping Mercurial
Checking for a CVS repository...
Unable to execute cvs: skipping CVS
Checking for a Perforce repository...
Unable to execute p4 help: skipping Perforce
Checking for a Plastic repository...
Unable to execute cm version: skipping Plastic
Checking for a ClearCase repository...
Running: cleartool pwv -short
Running: diff --version
Running: cleartool lsview -full -properties -cview
Running: cleartool describe -short vob:.
Running: cleartool pwv -root
repository info: Path: Z:\srcCMTE, Base path: Z:\srcCMTE, Supports  
changeset

s: False
Traceback (most recent call last):
  File C:\Program Files  
(x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py, l

ine 8, in module
load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\main.py, line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\__init__.py, line 555, in run_from_argv
exit_code = self.main(*args) or 0
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\setup_repo.py, line 109, in main
repository_info, tool = self.initialize_scm_tool()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\__init__.py, line 587, in initialize_scm_tool
tool.check_options()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\clients\clearcase.py, line 260, in check_options
if ((self.options.revision_range or self.options.tracking)
AttributeError: 'Namespace' object has no attribute 'revision_range'


What operating system are you using? What browser?
Windows 7
IE

Please provide any additional information below.
As above.


--
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 3814 in reviewboard: AttributeError: 'Namespace' object has no attribute 'revision_range'

2015-03-19 Thread reviewboard


Comment #1 on issue 3814 by trowb...@gmail.com: AttributeError: 'Namespace'  
object has no attribute 'revision_range'

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

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