[llvm-commits] [llvm] r135453 - /llvm/trunk/docs/GettingStarted.html

Jeffrey Yasskin jyasskin at google.com
Tue Jul 19 09:08:03 PDT 2011


On Tue, Jul 19, 2011 at 12:59 AM, Tobias Grosser <tobias at grosser.es> wrote:
> On 07/19/2011 02:20 AM, Jeffrey Yasskin wrote:
>>
>> Author: jyasskin
>> Date: Mon Jul 18 19:20:54 2011
>> New Revision: 135453
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=135453&view=rev
>> Log:
>> Document how to maintain a git-svn clone of the LLVM git repositories.
>
> Hi Jeffrey,
>
> thanks for your work. I was too slow to review it on time, but as you got a
> nice version in this was not needed.
>
> Just two comments:
>>
>> +<p>To set up clone from which you can submit code using
>
> To set up A clone ...
>          ^
> -> You miss an 'A' here.
>
> And furthermore, the text before the section you added might also need an
> update:
>
>> GIT mirrors are available for a number of LLVM subprojects.
>
> A list of the available mirrors may be nice. I think chapuni already
> cloned all available mirrors https://github.com/chapuni, so we can figure
> out from there which are available.
>
>> These
>> mirrors sync automatically with each Subversion commit and contain
>> all necessary git-svn marks (so, you can recreate git-svn metadata
>> locally). Note that right now mirrors reflect only trunk for each
>> project.
>
> This is not true anymore. E.g. the LLVM git mirror has:
>
> $ git branch -a
> * master
>  remotes/origin/master
>  remotes/origin/release_1
>  remotes/origin/release_16
>  remotes/origin/release_20
>  remotes/origin/release_21
>  remotes/origin/release_22
>  remotes/origin/release_23
>  remotes/origin/release_24
>  remotes/origin/release_25
>  remotes/origin/release_26
>  remotes/origin/release_27
>  remotes/origin/release_28
>  remotes/origin/release_29
>  remotes/origin/svn-tags/RELEASE_1
>  remotes/origin/svn-tags/RELEASE_20
>  remotes/origin/svn-tags/RELEASE_21
>  remotes/origin/svn-tags/RELEASE_22
>  remotes/origin/svn-tags/RELEASE_23
>  remotes/origin/svn-tags/RELEASE_24
>  remotes/origin/svn-tags/RELEASE_25
>  remotes/origin/svn-tags/RELEASE_26
>  remotes/origin/svn-tags/RELEASE_27
>  remotes/origin/svn-tags/RELEASE_28
>  remotes/origin/svn-tags/RELEASE_29
>
> Cheers and thanks again for this nice work!

I'm happy for the git experts to modify and improve this section. I
just wanted to get something in here so us plain git users can work
without having to search the mailing list every time.

Thanks for sending the mailing list posts that I copied from. :)

Jeffrey




More information about the llvm-commits mailing list