Displaying 5 results from an estimated 5 matches for "r155050".
2012 Apr 30
2
[LLVMdev] git branch release_31
Hi Anton,
git-svn got confused at the branch point for the release_31: I see
that the current release_31 branch has been created on r155051 as a
copy of r155050 from trunk, and r155050 is actually removing an older
release_31 branch:
Revision 155050
Author: void
Date: Wed Apr 18 16:38:33 2012 CDT (11 days, 20 hours ago)
Log Message: Removing old release_31 branch for rebranching.
This "old release_31 branch" was created on r154899:
Revision...
2012 May 06
0
[LLVMdev] git branch release_31
...een maintaining my own release_31 manually on github.com/chapuni.
2012/5/1 Sebastian Pop <spop at codeaurora.org>:
> Hi Anton,
>
> git-svn got confused at the branch point for the release_31: I see
> that the current release_31 branch has been created on r155051 as a
> copy of r155050 from trunk, and r155050 is actually removing an older
> release_31 branch:
>
> Revision 155050
> Author: void
> Date: Wed Apr 18 16:38:33 2012 CDT (11 days, 20 hours ago)
> Log Message: Removing old release_31 branch for rebranching.
>
> This "old release_3...
2012 Apr 27
0
[LLVMdev] git branch release_31
> In your svn section of llvm/.git/config, you can specify how to map
> the svn branches to different name spaces, something like this:
>
> [svn-remote "svn"]
> [...]
> branches = branches/*:refs/remotes/origin/*
> fetch = branches:refs/remotes/origin
>
> I would also change "branches = branches/*:refs/remotes/origin/*"
> into
2012 May 07
2
[LLVMdev] git branch release_31
...elease_31 git branch?
Thanks,
Sebastian
> 2012/5/1 Sebastian Pop <spop at codeaurora.org>:
>> Hi Anton,
>>
>> git-svn got confused at the branch point for the release_31: I see
>> that the current release_31 branch has been created on r155051 as a
>> copy of r155050 from trunk, and r155050 is actually removing an older
>> release_31 branch:
>>
>> Revision 155050
>> Author: void
>> Date: Wed Apr 18 16:38:33 2012 CDT (11 days, 20 hours ago)
>> Log Message: Removing old release_31 branch for rebranching.
>>
&...
2012 Apr 26
2
[LLVMdev] git branch release_31
Hi Anton,
On Thu, Apr 26, 2012 at 4:05 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Sebastian,
>
>> I just saw that the git branch remotes/origin/release_31 has been created
>> for llvm. Unfortunately it is missing the right context: right now I can only
>> see 11 patches in that branch with the last patch having no parent.
>>
>> Could