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

New issue 3815 by dell...@gmail.com: rbt setup-repo failed with ClearCase (Namespace has no attr revision_range)
https://code.google.com/p/reviewboard/issues/detail?id=3815

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.

Reply via email to