<div dir="ltr"><div>If you did, for example, sudo svn ... , that would indeed explain the problems you are seeing. In my experience with svn (which is by no means "expert", nor "novice") it will set the file permissions so that you can write to all files as the user that checked out the files [although I think it may allow you to store files or directories with read-only permission, but that would be a "only if you ask for that"]. <br><br>--<br></div>Mats<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 8 September 2015 at 12:59, Keith Smith via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I went to update the latest source to try the update by Takumi<br>
Nakamura, R246984. Received update R247003. Thank you.<br>
<br>
Running the shell script below I got permission errors in<br>
llvm/tools/clang/tools/extra.<br>
<br>
I have not seen these errors before.<br>
<br>
svn: E000013: Can't create temporary file from template<br>
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/tmp/svn-XXXXXX':<br>
Permission denied<br>
<br>
I found llvm/tools/clang/tools/extra/CODE_OWNERS.txt to be owned by root.<br>
<br>
I found llvm/tools/clang/tools/extra/.svn/tmp to be owned by root.<br>
Changed owner of tmp.<br>
<br>
Ran get source again.<br>
<br>
Now I get this error.<br>
<br>
svn: E000013: Can't move<br>
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/tmp/svn-e7k4QP' to<br>
'/home/ksmith/llvm/tools/clang/tools/extra/.svn/pristine/b4/b491a5e9d826f7c9e3655727076ea0039baa92e7.svn-base':<br>
Permission denied<br>
<br>
I find a lot of files in pristrine to be owned by root.<br>
<br>
Did I accidentally pull source while root. Does this explain my<br>
problem? Sorry, I'm new to svn.<br>
<br>
Keith Smith<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>