Reposurgeon exception reading git.git
| reposurgeon% read | |
| reposurgeon: 'cd /Users/kevin/Dev/git >/dev/null;git fast-export -M -C --all >/var/folders/LF/LFKuIAUbHQyMBE--v4RlgU+++TI/-Tmp-/tmpEtNpLD' failed | |
| reposurgeon: from git repo at '.'...Traceback (most recent call last): | |
| File "/usr/local/bin/reposurgeon", line 2011, in <module> | |
| interpreter.cmdloop() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/cmd.py", line 142, in cmdloop | |
| stop = self.onecmd(line) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/cmd.py", line 219, in onecmd | |
| return func(arg) | |
| File "/usr/local/bin/reposurgeon", line 1694, in do_read | |
| self.repo = read_repo(line, self.preferred) | |
| File "/usr/local/bin/reposurgeon", line 989, in read_repo | |
| repo.fast_import(tp, verbose and Baton("reposurgeon: from %s repo at '%s'" % (foundname, os.path.relpath(source)))); | |
| File "/usr/local/bin/reposurgeon", line 750, in fast_import | |
| fileop = FileOp(line) | |
| File "/usr/local/bin/reposurgeon", line 309, in __init__ | |
| (self.op, self.mode, self.ref, self.path) = shlex.split(opline) | |
| ValueError: too many values to unpack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment