| Author |
Message |
|
| jay |
Posted: Mon May 24, 2010 3:20 pm |
|
|
|
User
Joined: 06 Sep 2006
Posts: 139
Location: Los Angeles, CA USA
|
>
> With your new repository with remotes origin and upstream
> where origin is your clone and upstream is erlang/opt, e.g:
>
> git fetch upstream pu
> git branch pu upstream/pu
> git checkout -b jn/gen_stream 540dbcc
git fetch git://github.com/jaynel/otp.git jn/gen_stream
See if you got the changes for stdlib.app.src and stdlib/doc/src/
ref_man.xml
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| jay |
Posted: Mon May 24, 2010 3:21 pm |
|
|
|
User
Joined: 06 Sep 2006
Posts: 139
Location: Los Angeles, CA USA
|
>
> With your new repository with remotes origin and upstream
> where origin is your clone and upstream is erlang/opt, e.g:
>
> git fetch upstream pu
> git branch pu upstream/pu
> git checkout -b jn/gen_stream 540dbcc
git fetch git://github.com/jaynel/otp.git jn/gen_stream
See if you got the changes for stdlib.app.src and stdlib/doc/src/
ref_man.xml
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue May 25, 2010 7:56 am |
|
|
|
Guest
|
On Mon, May 24, 2010 at 08:21:29AM -0700, Jay Nelson wrote:
> >
> >With your new repository with remotes origin and upstream
> >where origin is your clone and upstream is erlang/opt, e.g:
> >
> > git fetch upstream pu
> > git branch pu upstream/pu
> > git checkout -b jn/gen_stream 540dbcc
>
>
>
> git fetch git://github.com/jaynel/otp.git jn/gen_stream
Sorry, I can not find any branch jn/gen_stream in that repository.
I find gen_stream with latest commit
f0286fc534e3905aba9b
Merge branch 'bg/compiler-cover-and-clean' into dev
which indicates it is 'dev' a few days ago.
I also find gen_stream_refs which seems to be 'dev' a few months ago.
Have you pushed your branch jn/gen_stream to your 'origin' repository?
>
> See if you got the changes for stdlib.app.src and stdlib/doc/src/
> ref_man.xml
>
>
>
> ________________________________________________________________
> erlang-patches (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue May 25, 2010 7:56 am |
|
|
|
Guest
|
On Mon, May 24, 2010 at 08:21:29AM -0700, Jay Nelson wrote:
> >
> >With your new repository with remotes origin and upstream
> >where origin is your clone and upstream is erlang/opt, e.g:
> >
> > git fetch upstream pu
> > git branch pu upstream/pu
> > git checkout -b jn/gen_stream 540dbcc
>
>
>
> git fetch git://github.com/jaynel/otp.git jn/gen_stream
Sorry, I can not find any branch jn/gen_stream in that repository.
I find gen_stream with latest commit
f0286fc534e3905aba9b
Merge branch 'bg/compiler-cover-and-clean' into dev
which indicates it is 'dev' a few days ago.
I also find gen_stream_refs which seems to be 'dev' a few months ago.
Have you pushed your branch jn/gen_stream to your 'origin' repository?
>
> See if you got the changes for stdlib.app.src and stdlib/doc/src/
> ref_man.xml
>
>
>
> ________________________________________________________________
> erlang-patches (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed May 26, 2010 9:58 am |
|
|
|
Guest
|
On Tue, May 25, 2010 at 08:03:07AM -0700, Jay Nelson wrote:
> >Have you pushed your branch jn/gen_stream to your 'origin' repository?
> >
>
> Did a 'git push origin HEAD' and it seems to be there now.
>
>
> git fetch git://github.com/jaynel/otp.git jn/gen_stream
>
Yes, thank you. Will be included in 'pu'.
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed May 26, 2010 9:58 am |
|
|
|
Guest
|
On Tue, May 25, 2010 at 08:03:07AM -0700, Jay Nelson wrote:
> >Have you pushed your branch jn/gen_stream to your 'origin' repository?
> >
>
> Did a 'git push origin HEAD' and it seems to be there now.
>
>
> git fetch git://github.com/jaynel/otp.git jn/gen_stream
>
Yes, thank you. Will be included in 'pu'.
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
|
|