Re: git for all next directories

2017-02-02 Thread aditi hilbert
BTW, there is a tutorial on converting projects into a repo: https://mynewt.apache.org/latest/os/tutorials/repo/create_repo/ I’d encourage you to take a look at it. thanks, aditi > On Feb 1, 2017, at 11:09 AM, marko kiiskila wrote: > > I would recommend doing what David

Re: git for all next directories

2017-02-01 Thread Neilh
AM To: dev@mynewt.incubator.apache.org Subject: git for all next directories Hi Just got a dumb question to ask - I'm working through the tutorials and its well explained the standard SCM/git is on "myproj/repos/apache-mynewt-core ((mynewt_1_0_0_b1_tag))]$" However, after the basic tutorial,

Re: git for all next directories

2017-02-01 Thread Simon Ratner
> In project.yml you specify what git tag to use when you’re pulling in from those Related request, being able to specify a commit hash, rather than just tags, in project.yml. Useful for the mynewt-core repo when test bleeding edge on develop, but would also come in very handy for my own repos.

Re: git for all next directories

2017-02-01 Thread marko kiiskila
I would recommend doing what David does. I see you having 2 options for dealing with stuff under repos: 1. freeze your project.yml, and check it in to you SCM, along with other packages you’ve created. In project.yml you specify what git tag to use when you’re pulling in from those

Re: git for all next directories

2017-02-01 Thread David G. Simmons
I'm no git expert, as anyone on this list can attest to, but here's one of the ways I have dealt with this issue: The repos/ directory contains repos that are already under git, and that (for the most part) I'm not making changes to. Where MY changes happen is under the 'apps', 'targets' and

RE: git for all next directories

2017-02-01 Thread Alan Graves
@mynewt.incubator.apache.org Subject: git for all next directories Hi Just got a dumb question to ask - I'm working through the tutorials and its well explained the standard SCM/git is on "myproj/repos/apache-mynewt-core ((mynewt_1_0_0_b1_tag))]$" However, after the basic tutorial, with

git for all next directories

2017-02-01 Thread Neilh
Hi Just got a dumb question to ask - I'm working through the tutorials and its well explained the standard SCM/git is on "myproj/repos/apache-mynewt-core ((mynewt_1_0_0_b1_tag))]$" However, after the basic tutorial, with a working "newt" environment, I need to have the whole sandbox from