search for: svnlayout

Displaying 3 results from an estimated 3 matches for "svnlayout".

Did you mean: stdlayout
2007 Jul 04
2
[LLVMdev] SVN Repository Layout.
...ris, Gordon and I had an IRC discussion last evening and worked through some of the issues and confusion. As a result, I've prepared a web page that contains the proposals and decisions we made. Hopefully this will reduce the confusion surrounding this topic. Please read this: http://llvm.org/SVNLayout.html at your earliest convenience. If there is any confusion remaining, please let me know and I'll update this page (or you can do it yourself). Thanks, Reid.
2007 Jul 04
0
[LLVMdev] SVN Repository Layout.
...IRC discussion last evening and worked through some of the issues > and confusion. As a result, I've prepared a web page that contains the > proposals and decisions we made. Hopefully this will reduce the > confusion surrounding this topic. > > Please read this: http://llvm.org/SVNLayout.html at your earliest > convenience. If there is any confusion remaining, please let me know and > I'll update this page (or you can do it yourself). Why use makefiles instead of svn:externals? Running make inside a *checkout* to get *another checkout* is backward and difficult to integr...
2007 Jul 07
1
[LLVMdev] Repository Layout
Devang Patel wrote: > Your suggestion makes life difficult for someone who wants to mirror > one subproject. Once, llvm-gcc is using svn at llvm.org, most likely > I will create a local mirror to follow llvm-gcc development. In that > case > it is easier to mirror > > .../llvm-gcc > > then > > ../trunk/llvm-gcc/ > ../branches/llvm-gcc/ >