From: Christian Dietrich <stettberger@dokucode.de>
To: git@vger.kernel.org
Subject: Re: [ANNOUNCE] metagit 0.1.2
Date: Fri, 08 Oct 2010 20:04:14 +0200 [thread overview]
Message-ID: <8639sgef35.fsf@peer.zerties.org> (raw)
In-Reply-To: 201010081207.20617.thomas@koch.ro
[-- Attachment #1: Type: text/plain, Size: 1667 bytes --]
Thomas Koch <thomas@koch.ro> writes:
> Would you mind comparing your project with
> http://kitenet.net/~joey/code/mr/ ?
I didn't know mr, when i started hacking metagit (which was based on an
Idea mit mschilli in the German Linux Magazin). My focus was always,
that i can run the same config on all of my machines, because I tend to
have all my documents in single git repos (e.g. every course at
university is a git repo).
To make this happen, i needed to define some modules that list me all my
repositories on the server where my university stuff is. But i didn't
want to see my uni stuff at work, so i needed policies where the repos
should come up. As i see these features aren't implemented directly in
mr.
For my work, where svn with svn:externals is used, I implemented the
svn:externals support, where all the externals are cloned
recursivly. (You can even define if a given command is executed on the
externals or not). This is also a feature mr doesn't have.
And there is the simple, but useful metagit cd, which echos a cd command
to a repository path. So with the bash function
mm () {
$(metagit cd $@)
}
I can simply jump to the metagit repo with `mm meta', where ever it was put.
On the other hand metagit doesn't implement recording of actions if
you're offline. And of course the most important point that metagit is
worse than mr is, as already mentioned, that it is written in python and
not in perl.
greetz didi
--
(λ x . x x) (λ x . x x) -- See how beatiful the lambda is
No documentation is better than bad documentation
-- Das Ausdrucken dieser Mail wird urheberrechtlich verfolgt.
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
next prev parent reply other threads:[~2010-10-08 18:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-07 20:20 [ANNOUNCE] metagit 0.1.2 Christian Dietrich
2010-10-08 1:49 ` Miles Bader
2010-10-08 10:07 ` Thomas Koch
2010-10-08 18:04 ` Christian Dietrich [this message]
2010-10-09 8:48 ` Jakub Narebski
2010-10-11 20:08 ` Christian Dietrich
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=8639sgef35.fsf@peer.zerties.org \
--to=stettberger@dokucode.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 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.