git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Jahn <christoph.jahn@gmx.de>
To: git@vger.kernel.org
Subject: Re: Linking multiple Git repositories for version tracking
Date: Sun, 10 Jan 2010 08:12:47 +0000 (UTC)	[thread overview]
Message-ID: <hic25v$17i$1@ger.gmane.org> (raw)
In-Reply-To: op.u574cwxqn3qeew@klee

I have had the very same issue a while ago when still using SVN (shame on 
me ;-). SVN offers a special tag "svn:externals" which is something like 
symlinks. Having used it for a while I came to the conclusion that such a 
thing, as well-intentioned as it may be, is something I want to avoid by 
all means.

There are two reasons for that:
- Lock-in
- It is conceptually wrong

The conceptual part -which I consider to be more important- is mostly 
about the fact that we are talking about dependency management and not 
version control any more. Do I really want to "hide" dependencies inside 
the VCS? Also, there may be different dependencies for compilation and 
testing. That's why I chose to use Maven for this task.

My $0.02

-- 
Best regards,
Christoph

      parent reply	other threads:[~2010-01-10  8:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <op.u573txvdn3qeew@klee>
2010-01-08 17:03 ` Linking multiple Git repositories for version tracking James Beck
2010-01-08 18:34   ` Avery Pennarun
2010-01-09  5:25   ` Michael Witten
2010-01-10  8:12   ` Christoph Jahn [this message]

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='hic25v$17i$1@ger.gmane.org' \
    --to=christoph.jahn@gmx.de \
    --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).