From: Massimo Manca <massimo.manca@micronengineering.it>
To: git@vger.kernel.org
Subject: git clone and submodules
Date: Thu, 16 Jun 2011 15:13:30 +0200 [thread overview]
Message-ID: <4DFA017A.5070206@micronengineering.it> (raw)
[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]
Hello,
on my windows notebook I have a local repo: h:\Repositories\RepoWR; it
contains 2 branches: the master and the 1.1.0 (that is a bug correction
branch). At now the 1.1.0 it is not merged on the master because we will
correct more other bugs (one bug -> one branch).
1. I need to clone the Repo, I mean the repo, working directory and
complete branches and history.
Actually to do this I must make a brutal copy of the RepoWR folder
because if I use git clone git doesn't clone also the master branch but
only the 1.1.0 branch that it is the active one (I used git checkout to
activate it).
So I am sure that I miss something and that this is a very common
situation, what I am doing wrong?
2. RepoWR will contain a complex project developed by several engineers
and made of some subprojects (already existent) and some libraries. I
would manage them as submodules, these are my intents:
a) the library mclib (about 50 c files) has its repo on a different
location, I would "connect" its repo inside RepoWR as a submodule
because I am sure that we need to modify/extend the library and we would
to have the ability to modify it and propagate modifications to its
repo, forcing all users of mclib to see the modifications and to repeate
their regression tests
How can implement this situation? Where can I find info or documentation?
b) every module (not more the 4-5 c files) will be developed and unit
tested, so normally every engineer makes a unit test project
implementing/using the module to test with TDD workflow. During the
progress of the work the modules must be added and committed to RepoWR;
the modules are on the working directory of RepoWR (RepoWR\src) and the
test files on a specific subfolder (RepoWR\TestModuleOne\src).
Is this a viable solution or are there hidden problems and so better
solution to implement?
[-- Attachment #2: massimo_manca.vcf --]
[-- Type: text/x-vcard, Size: 340 bytes --]
begin:vcard
fn:Massimo Manca
n:Manca;Massimo
org:Micron Engineering di Massimo Manca
adr:;;via della Ferriera, 48;Pordenone;PN;33170;ITALIA
email;internet:massimo.manca@micronengineering.it
tel;work:+39 0434 1856131
tel;fax:+39 0434 1851032 / 178 273 3543
tel;cell:+39 349 4504979
url:http://www.micronengineering.it
version:2.1
end:vcard
next reply other threads:[~2011-06-16 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-16 13:13 Massimo Manca [this message]
2011-06-16 18:02 ` git clone and submodules Jens Lehmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DFA017A.5070206@micronengineering.it \
--to=massimo.manca@micronengineering.it \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).