Project

General

Profile

Actions

Bug #4009

closed

[ce, ee] importing from remote git repository

Added by Daniel D almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
10.06.2016
Due date:
% Done:

0%

Estimated time:
Sorting:
Commit Number:
Affected Version:

Description

Couple bugs:

 +--- This exception occured remotely (Pyro) - Remote traceback:
 | Traceback (most recent call last):
 |   File "/nix/store/gi2yly823fcj0wcff15jrl5r1xjh4sal-python2.7-Pyro4-4.35/lib/python2.7/site-packages/Pyro4/core.py", line 966, in handleRequest
 |     data = method(*vargs, **kwargs)  # this is the actual method call to the Pyro object
 |   File "/Users/dan/Projects/rho/rhodecode-vcsserver/vcsserver/git.py", line 55, in wrapper
 |     return func(*args, **kwargs)
 |   File "/Users/dan/Projects/rho/rhodecode-vcsserver/vcsserver/git.py", line 209, in clone
 |     remote_refs = self.fetch(wire, url, apply_refs=False)
 |   File "/Users/dan/Projects/rho/rhodecode-vcsserver/vcsserver/git.py", line 55, in wrapper
 |     return func(*args, **kwargs)
 |   File "/Users/dan/Projects/rho/rhodecode-vcsserver/vcsserver/git.py", line 344, in fetch
 |     path=url, target=repo, determine_wants=determine_wants)
 |   File "/nix/store/jjiqfyfdqis7lpnmmzlx1jsdp5z9d8qj-python2.7-dulwich-0.12.0/lib/python2.7/site-packages/dulwich/client.py", line 251, in fetch
 |     abort()
 | UnboundLocalError: local variable 'abort' referenced before assignment
 +--- End of remote traceback
  • Importing a remote git repo doesn't work - seems to create a repo group by the name instead
Actions #1

Updated by Marcin Kuzminski [CTO] almost 8 years ago

  • Target version set to v4.1
Actions #2

Updated by Marcin Kuzminski [CTO] almost 8 years ago

  • Target version changed from v4.1 to v4.2
Actions #3

Updated by Marcin Kuzminski [CTO] almost 8 years ago

Fixed in PR bumped dulwich

Actions #4

Updated by Marcin Kuzminski [CTO] almost 8 years ago

  • Status changed from In Progress to Resolved
Actions #5

Updated by Daniel D almost 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF