Bug 1112264 - rabbitvcs log $link doesn't work
Summary: rabbitvcs log $link doesn't work
Keywords:
Status: CLOSED DUPLICATE of bug 1141530
Alias: None
Product: Fedora
Classification: Fedora
Component: rabbitvcs
Version: 20
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Juan Manuel Rodriguez
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-23 12:49 UTC by Raphael Groner
Modified: 2014-09-14 13:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-14 13:06:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Raphael Groner 2014-06-23 12:49:59 UTC
Description of problem:
rabbitvcs log https://code.google.com/p/selenium/
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1614, in <module>
    window = log_factory(paths[0], vcs=options.vcs)
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1598, in log_factory
    return classes_map[vcs](path)
KeyError: 'unknown'

Version-Release number of selected component (if applicable):
rabbitvcs-cli-0:0.16-1.fc20.noarch

How reproducible:
always

Steps to Reproduce:
1. see above
2.
3.

Actual results:
abrt detects a crash and console shows the traceback (see above)

Expected results:
?

Additional info:
~/.config/rabbitvcs/RabbitVCS.log is empty (size 0).
Severity = high cause it's a crash with unknown behaviour.

Comment 1 Raphael Groner 2014-06-23 12:55:20 UTC
$ rabbitvcs log http://rabbitvcs.googlecode.com/svn/trunk/

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1614, in <module>
    window = log_factory(paths[0], vcs=options.vcs)
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1598, in log_factory
    return classes_map[vcs](path)
KeyError: 'unknown'


$ rabbitvcs log crash-me

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1614, in <module>
    window = log_factory(paths[0], vcs=options.vcs)
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1598, in log_factory
    return classes_map[vcs](path)
KeyError: 'unknown'

Comment 2 Raphael Groner 2014-09-14 13:06:25 UTC

*** This bug has been marked as a duplicate of bug 1141530 ***


Note You need to log in before you can comment on or make changes to this bug.