From: Steven Grimm <koreth@midwinter.com>
To: Eric Wong <normalperson@yhbt.net>
Cc: git@vger.kernel.org
Subject: Re: git-svn and empty directories in svn
Date: Sat, 02 Dec 2006 20:08:16 -0800 [thread overview]
Message-ID: <45724DB0.4060607@midwinter.com> (raw)
In-Reply-To: <20061203014756.GE1369@localdomain>
Eric Wong wrote:
> Since git-svn misses some other stuff (many property settings,
> externals) I'll be working on an internal logging format that can help
> track those things. It'd be nice to have a command like git svn
> checkout which works like git checkout; but empty directories are
> created.
Presumably once the submodule support is worked out, svn externals could
be represented as git-svn-managed submodules, yes?
In fact, I'd go so far as to say it should be a design goal of the
submodule support: you should be able to indicate somehow that a
submodule is a git clone of some non-git resource, and anything that
iterates through the submodules (e.g. to freshen them from their
respective origins) should know how to run git-svn or whatever so it's
all seamlessly integrated. I suppose that's a special case of making
git-svn and friends more tightly integrated with git in general; if the
git "push" and "fetch" commands know to run git-svn instead of talking
to a remote git repository, then it might Just Work for submodules.
Independent of the supermodule being managed by git-svn, the "my
software depends on externally-managed code" problem that submodules are
attempting to address would be solved a lot more comprehensively if the
remote code base could be an svn repository and git knew enough to run
git-svn as appropriate to keep it fresh. (Not just svn, of course; any
foreign CM system that has an equivalent of git-svn should work.) It'd
be pretty cool to have a supermodule that tied together some
native-git-managed code, a couple of external svn repositories, and a
CVS tree or two, all under a single umbrella with the details
automatically taken care of by default.
next prev parent reply other threads:[~2006-12-03 4:08 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-24 13:36 git-svn: why fetching files is so slow Pazu
2006-11-24 17:10 ` Seth Falcon
2006-11-24 19:16 ` Eric Wong
2006-11-24 19:28 ` Pazu
2006-11-24 20:33 ` Eric Wong
2006-11-24 20:42 ` Junio C Hamano
2006-11-24 22:14 ` Eric Wong
2006-11-28 5:44 ` [PATCH 1/2] git-svn: enable delta transfers during fetches when using SVN:: libs Eric Wong
2006-11-28 10:29 ` [PATCH 1.1/2] git-svn: fix output reporting from the delta fetcher Eric Wong
2006-11-28 10:50 ` [PATCH 1.2/2 (fixed)] " Eric Wong
2006-11-28 12:45 ` Pazu
2006-11-28 15:32 ` Pazu
2006-11-28 16:07 ` Seth Falcon
2006-11-28 16:56 ` Pazu
2006-11-28 20:16 ` Eric Wong
2006-11-28 20:47 ` Pazu
2006-11-28 21:15 ` Eric Wong
2006-11-29 16:15 ` git-svn and empty directories in svn (was: [PATCH 1.2/2 (fixed)] git-svn: fix output reporting from the delta fetcher) Seth Falcon
2006-12-03 1:47 ` Eric Wong
2006-12-03 4:08 ` Steven Grimm [this message]
2006-12-04 21:33 ` git-svn and empty directories in svn Eric Wong
2006-11-28 5:46 ` [PATCH 2/2] git-svn: update tests for recent changes Eric Wong
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=45724DB0.4060607@midwinter.com \
--to=koreth@midwinter.com \
--cc=git@vger.kernel.org \
--cc=normalperson@yhbt.net \
/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).