[cfe-dev] LLVM, SVN, Permission Errors

Keith Smith via cfe-dev cfe-dev at lists.llvm.org
Tue Sep 8 04:59:36 PDT 2015


I went to update the latest source to try the update by Takumi
Nakamura, R246984. Received update R247003. Thank you.

Running the shell script below I got permission errors in
llvm/tools/clang/tools/extra.

I have not seen these errors before.

svn: E000013: Can't create temporary file from template
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/tmp/svn-XXXXXX':
Permission denied

I found llvm/tools/clang/tools/extra/CODE_OWNERS.txt to be owned by root.

I found llvm/tools/clang/tools/extra/.svn/tmp to be owned by root.
Changed owner of tmp.

Ran get source again.

Now I get this error.

svn: E000013: Can't move
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/tmp/svn-e7k4QP' to
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/pristine/b4/b491a5e9d826f7c9e3655727076ea0039baa92e7.svn-base':
Permission denied

I find a lot of files in pristrine to be owned by root.

Did I accidentally pull source while root. Does this explain my
problem? Sorry, I'm new to svn.

Keith Smith



More information about the cfe-dev mailing list