KeyError: 20
Bug #598784 reported by
Saša Janiška
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Fix Released
|
Medium
|
Miklos Vajna |
Bug Description
Hi!
Running: x2d -f git be (be is http://
Traceback (most recent call last):
File "/home/
h.handle()
File "/home/
self.
File "/home/
sock.
KeyError: 20
Sincerely,
Gour
Related branches
lp:~vmiklos/bzr-fastimport/darcs
- Jelmer Vernooij (community): Approve (code)
- John A Meinel: Pending requested
-
Diff: 65 lines (+15/-6)2 files modifiedexporters/darcs/darcs-fast-import (+12/-3)
exporters/darcs/t/lib.sh (+3/-3)
- Ian Clatworthy: Approve
-
Diff: 797 lines4 files modifiedexporters/darcs/darcs-fast-export (+359/-305)
exporters/darcs/darcs-fast-export.txt (+4/-0)
exporters/darcs/t/lib-httpd.sh (+67/-0)
exporters/darcs/t/test2-git-http.sh (+22/-0)
Changed in bzr-fastimport: | |
status: | New → Confirmed |
Changed in bzr-fastimport: | |
status: | Confirmed → Fix Committed |
Changed in bzr-fastimport: | |
importance: | Undecided → Medium |
Changed in bzr-fastimport: | |
status: | Fix Committed → Fix Released |
milestone: | none → 0.10.0 |
To post a comment you must log in.
http:// vmiklos. hu/gitweb/ ?p=bzr- fastimport. git;a=patch; h=7cc1706ec9629 8b4808e299f2560 fb14095034f5
This should fix the reported issue.
Now it fails later with:
Traceback (most recent call last): vmiklos/ bin/darcs- fast-import" , line 317, in <module> vmiklos/ bin/darcs- fast-import" , line 299, in handle handle_ commit( ) vmiklos/ bin/darcs- fast-import" , line 205, in handle_commit email/interacti ve/becommands'
File "/home/
h.handle()
File "/home/
self.
File "/home/
sock = open(path, "w")
IOError: [Errno 21] Is a directory: 'interfaces/
I don't have a patch for that issue yet. (But it's on my TODO.)