From: Alexander Litvinov <lan@ac-sw.com>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org
Subject: Re: Something looks like CVS modules
Date: Fri, 11 Nov 2005 17:13:57 +0600 [thread overview]
Message-ID: <200511111713.58018.lan@ac-sw.com> (raw)
In-Reply-To: <20051111105820.GN30496@pasky.or.cz>
On Friday 11 November 2005 16:58, Petr Baudis wrote:
> > 1. The problem with checkout - single checkout should checkout all needed
> > modules to build project. Update should also update all modules. The same
> > with commit.
> > 2. Tags should be done on all modules. All modules should be able to be
> > in the same branch.
>
> > And in the same time one module should be able to exists in two or more
> > projects !
>
> Then just have only a bunch of directories in your project root, and
> that shall be your modules. :-)
>
> (CVS modules don't work like that either, do they?)
As far as CVS tracks tags/branches separatly for each file, tags abd branches
work well for modules.
Bunch of directories is almost what I want except tags/branches/history. CVS
does not care if two directories have separate root/repos. All it wants -is a
properly CVS dir.
> But this is troublesome, and doesn't fit into GIT's model at all. Do you
> have any concrete example of a scenario where something like this would
> be useful?
For eaxmle: I have java lib A. I setup project B in this way:
B/src/
B/A/src
Have another project C:
C/src/
C/A/src
Both of them share the same code from library's module. I can tag them, edit,
commit: do all work I usualy do. If I change something in B/A/src this will
be updated into C/A/src.
This is what I dreaming about :-)
next prev parent reply other threads:[~2005-11-11 11:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-11 7:13 Something looks like CVS modules Alexander Litvinov
2005-11-11 8:05 ` Junio C Hamano
2005-11-11 10:28 ` Petr Baudis
2005-11-11 10:42 ` Alexander Litvinov
2005-11-11 10:58 ` Petr Baudis
2005-11-11 11:10 ` Sven Verdoolaege
2005-11-11 11:13 ` Alexander Litvinov [this message]
2005-11-11 21:29 ` Petr Baudis
2005-11-11 22:40 ` Josef Weidendorfer
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=200511111713.58018.lan@ac-sw.com \
--to=lan@ac-sw.com \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.