Skip to content

Instantly share code, notes, and snippets.

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 yamaguchi1024/780420667ab27c2443aa79bf57dd0a42 to your computer and use it in GitHub Desktop.
Save yamaguchi1024/780420667ab27c2443aa79bf57dd0a42 to your computer and use it in GitHub Desktop.
.-(~/llvm-project-20170507)---------------------------------------------------------------------------(yamaguchi@ubu)-
`--> llvm/utils/git-svn/git-llvm push
Pushing 1 commit:
37cb5870 [GSoC] Shell autocompletion for clang
Traceback (most recent call last):
File "llvm/utils/git-svn/git-llvm", line 350, in <module>
args.func(args)
File "llvm/utils/git-svn/git-llvm", line 307, in cmd_push
clean_and_update_svn(svn_root)
File "llvm/utils/git-svn/git-llvm", line 165, in clean_and_update_svn
svn(svn_repo, 'revert', '-R', '.')
File "llvm/utils/git-svn/git-llvm", line 134, in svn
ignore_errors=kwargs.get('ignore_errors', None))
File "llvm/utils/git-svn/git-llvm", line 105, in shell
stdin=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
.-(~/llvm-project-20170507)---------------------------------------------------------------------------(yamaguchi@ubu)-
`--> git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
.-(~/llvm-project-20170507)---------------------------------------------------------------------------(yamaguchi@ubu)-
`--> llvm/utils/git-svn/git-llvm push
Nothing to push: No revs in range 065d3e991a930b6bbe54f6562295ddaed73c9d69...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment