Advertisement
mtb3000gt

Untitled

Jul 22nd, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Fetching projects: 100% (378/378), done.
  2. Syncing work tree: 20% (76/378) fatal: This operation must be run in a work tree
  3. Traceback (most recent call last):
  4. File "/home/buildserver/LiquidSmooth/.repo/repo/main.py", line 500, in <module>
  5. _Main(sys.argv[1:])
  6. File "/home/buildserver/LiquidSmooth/.repo/repo/main.py", line 476, in _Main
  7. result = repo._Run(argv) or 0
  8. File "/home/buildserver/LiquidSmooth/.repo/repo/main.py", line 155, in _Run
  9. result = cmd.Execute(copts, cargs)
  10. File "/home/buildserver/LiquidSmooth/.repo/repo/subcmds/sync.py", line 675, in Execute
  11. project.Sync_LocalHalf(syncbuf)
  12. File "/home/buildserver/LiquidSmooth/.repo/repo/project.py", line 1170, in Sync_LocalHalf
  13. self._InitWorkTree()
  14. File "/home/buildserver/LiquidSmooth/.repo/repo/project.py", line 2230, in _InitWorkTree
  15. raise GitError("cannot initialize work tree")
  16. error.GitError: cannot initialize work tree
  17. buildserver@buildserver ~/LiquidSmooth $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement