Skip to content

Instantly share code, notes, and snippets.

@lilyball
Created November 3, 2010 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lilyball/660887 to your computer and use it in GitHub Desktop.
Save lilyball/660887 to your computer and use it in GitHub Desktop.
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