Re: [git-users] What is the rigth workflow with libs?

2015-09-23 Thread Magnus Therning
On Wed, Sep 23, 2015 at 04:22:45AM -0700, Mathias Giacomuzzi wrote: > Yes i found that out but when i push it to stash as an example and do > a fresh clone with submodule the the submodule is not on the tag > before. I points to the master so I had no cotrol. > The only way i found out is to use br

Re: [git-users] What is the rigth workflow with libs?

2015-09-23 Thread Mathias Giacomuzzi
Yes i found that out but when i push it to stash as an example and do a fresh clone with submodule the the submodule is not on the tag before. I points to the master so I had no cotrol. The only way i found out is to use braches for the versions - thats really bad -- You received this message

Re: [git-users] What is the rigth workflow with libs?

2015-09-23 Thread Magnus Therning
On Wed, Sep 23, 2015 at 02:05:35AM -0700, Mathias Giacomuzzi wrote: > Hello, > > I would like to switch from SVN to Git but I do not know how I should > handle the lib workflow. I have a lot of firmware projects which uses the > same libraries. Each lib is its own project developed In House or e

[git-users] What is the rigth workflow with libs?

2015-09-23 Thread Mathias Giacomuzzi
Hello, I would like to switch from SVN to Git but I do not know how I should handle the lib workflow. I have a lot of firmware projects which uses the same libraries. Each lib is its own project developed In House or external. Firmware A dircetory tree: libs/freertos (version x) libs/lib1 (