Bug 1112264

Summary: rabbitvcs log $link doesn't work
Product: [Fedora] Fedora Reporter: Raphael Groner <projects.rg>
Component: rabbitvcsAssignee: Juan Manuel Rodriguez <nushio>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: i, nushio
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-14 13:06:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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