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/4b1a93dd8a807df31deceaf0af05271c to your computer and use it in GitHub Desktop.
Save yamaguchi1024/4b1a93dd8a807df31deceaf0af05271c to your computer and use it in GitHub Desktop.
`--> git-llvm push
Creating svn staging directory: (.git/llvm-upstream-svn)
This is a one-time initialization, please be patient for a few minutes...
Traceback (most recent call last):
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 350, in <module>
args.func(args)
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 297, in cmd_push
svn_init(svn_root)
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 185, in svn_init
'https://llvm.org/svn/llvm-project/', '.')
File "/home/yamaguchi/llvm-project/llvm/utils/git-svn//git-llvm", line 134, in svn
ignore_errors=kwargs.get('ignore_errors', None))
File "/home/yamaguchi/llvm-project/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment