From: "Miles Georgi" <azimux@gmail.com>
To: git@vger.kernel.org
Subject: externals program, way to do svn:externals-like subproject management without git-submodule
Date: Sat, 13 Sep 2008 14:17:18 -0700 [thread overview]
Message-ID: <853238710809131417v3818955sed4c0d3dd411a540@mail.gmail.com> (raw)
I recently wrote a program called externals to make it more simple for
me to manage/deploy subprojects in my ruby on rails apps. The problem
was that my projects had a bunch of subprojects, some of which were in
svn some in git, and when it came to deploying/managing these
subprojects it was kind of a pain in the neck. Also, I wasn't fully
satisfied with git-submodule. I'm assuming that several people on
this list prefer the git-submodule workflow over svn:externals, but
for me, I find myself performing a lot of extra steps that were
unnecessary when working with svn:externals. I've found the code I
wrote to be really useful so I cleaned it up a bit and released it to
the public as the externals project. It provides an SCM agnostic way
of managing subprojects with an svn:externals-like workflow.
I posted this on the rails list a week ago (though it can certainly be
used in non-rails applications (it does require ruby to be installed,
and is best installed via rubygems)) I didn't get any feedback at
all which was kind of dissapointing. I decided to mention it here to
see if I can get any feedback.
I have a tutorial demonstrating how to use ext here:
http://nopugs.com/ext-tutorial
Any feedback is greatly appreciated
Miles
next reply other threads:[~2008-09-13 21:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-13 21:17 Miles Georgi [this message]
2008-09-13 22:17 ` externals program, way to do svn:externals-like subproject management without git-submodule Avery Pennarun
2008-09-14 3:57 ` Miles Georgi
[not found] ` <853238710809131806g327d41f9of307fcb29f5bc70c@mail.gmail.com>
[not found] ` <32541b130809132001s5eb79752y9d3a716490ae6c91@mail.gmail.com>
2008-09-14 4:21 ` Avery Pennarun
2008-09-25 7:37 ` Miles Georgi
2008-10-18 6:48 ` Miles Georgi
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=853238710809131417v3818955sed4c0d3dd411a540@mail.gmail.com \
--to=azimux@gmail.com \
--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).