<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 10, 2009, at 6:40 PM, Erick Tryzelaar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Mon, Aug 10, 2009 at 6:18 PM, Ray Fix<<a href="mailto:rayfix.ml@gmail.com">rayfix.ml@gmail.com</a>> wrote:<br><blockquote type="cite"><br></blockquote><blockquote type="cite">Hello,<br></blockquote><blockquote type="cite">I had a question tangentially related to svn.    I am very new to LLVM.  It<br></blockquote><blockquote type="cite">seems like a long road to making my own backend, but I am wading through the<br></blockquote><blockquote type="cite">documentation and experimenting with the code and having a lot of fun with<br></blockquote><blockquote type="cite">it.  I would like to try various experimental things out and also keep track<br></blockquote><blockquote type="cite">of the latest changes.  It seems like this is very difficult to do with svn.<br></blockquote><blockquote type="cite">Fortunately (or so I thought), last week I found that <a href="http://repo.or.cz/">http://repo.or.cz/</a> was<br></blockquote><blockquote type="cite">hosting a mirror of the repo in git.  This gives me exactly what I want--the<br></blockquote><blockquote type="cite">ability to try out things without disturbing anyone but also allows me to<br></blockquote><blockquote type="cite">keep current.    I could be wrong about this, but it seems like the git<br></blockquote><blockquote type="cite">mirror stopped working about 3 days ago and I wonder it is because of the<br></blockquote><blockquote type="cite">server policy change.  I am wondering if using an outside resource like this<br></blockquote><blockquote type="cite">frowned upon?  (i.e. considered an abusive practice)  Is there a better<br></blockquote><blockquote type="cite">work/learning flow that you can recommend?<br></blockquote><blockquote type="cite">Thank you,<br></blockquote><blockquote type="cite">Ray<br></blockquote><br>Hi Ray!<br><br>There was an email thread about how to work with git-svn and the llvm<br>repository just a couple days ago:<br><br><a href="http://groups.google.com/group/llvm-dev/browse_thread/thread/ec1422325054773f/76f76695f5c0c7df">http://groups.google.com/group/llvm-dev/browse_thread/thread/ec1422325054773f/76f76695f5c0c7df</a><br><br></div></blockquote><div><br></div><div>Just to add, we plan on having an official git mirror once we get our new llvm.org server. Until then, please consult that email for other options. </div><div><br></div><div>Once we get our new server, we will re-evaluate these changes in policy. For now, they are required to make the svn server responsive to the majority of our users.</div><div><br></div><div>-Tanya</div><br><blockquote type="cite"><div>It recommended doing this:<br><br>    git clone git://github.com/earl/llvm-mirror.git llvm<br>    cd llvm<br>    git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'<br>    git fetch<br>    git svn init <a href="https://llvm.org/svn/llvm-project/llvm/trunk">https://llvm.org/svn/llvm-project/llvm/trunk</a><br>    git svn rebase --local<br><br>_______________________________________________<br>LLVM Developers mailing list<br>LLVMdev@cs.uiuc.edu         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></div></blockquote></div><br></body></html>