git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] two git-svn changes to help work with chromium.org
@ 2010-01-23  8:29 Jay Soffian
  2010-01-23  8:30 ` [PATCH 1/2] git-svn: allow UUID to be manually remapped via rewriteUUID Jay Soffian
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jay Soffian @ 2010-01-23  8:29 UTC (permalink / raw)
  To: git; +Cc: Jay Soffian, Junio C Hamano, Eric Wong

Google nicely mirrors the subversion chrome repository with git-svn. However,
the git-svn mirror has only trunk. I wanted to add in a couple other branches
to my clone of the git-svn mirror, but to do so I needed the ability to lie
about the UUID since the publically accessible subversion repository has a
different UUID than that which google is cloning from using git-svn.

In addition, google has a ton of branches in the subversion repository, and
I only wanted a few. Hence this two-patch series. For posterity, here's what
my .git/config looks like:

[remote "origin"]
	url = git://git.chromium.org/chromium.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[svn-remote "svn"]
	url = http://src.chromium.org/svn
	fetch = trunk/src:refs/remotes/svn/trunk
	branches = branches/{249,302}/src:refs/remotes/svn/*
	rewriteRoot = svn://svn.chromium.org/chrome
	rewriteUUID = 0039d316-1c4b-4281-b951-d872f2087c98

Jay Soffian (2):
  git-svn: allow UUID to be manually remapped via rewriteUUID
  git-svn: allow subset of branches/tags to be specified in glob spec

 Documentation/git-svn.txt       |   31 +++++-
 git-svn.perl                    |   93 ++++++++++++-----
 t/t9153-git-svn-rewrite-uuid.sh |   25 +++++
 t/t9153/svn.dump                |   75 +++++++++++++
 t/t9154-git-svn-fancy-glob.sh   |   42 ++++++++
 t/t9154/svn.dump                |  222 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 460 insertions(+), 28 deletions(-)
 create mode 100755 t/t9153-git-svn-rewrite-uuid.sh
 create mode 100644 t/t9153/svn.dump
 create mode 100755 t/t9154-git-svn-fancy-glob.sh
 create mode 100644 t/t9154/svn.dump

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-24 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23  8:29 [PATCH 0/2] two git-svn changes to help work with chromium.org Jay Soffian
2010-01-23  8:30 ` [PATCH 1/2] git-svn: allow UUID to be manually remapped via rewriteUUID Jay Soffian
2010-01-23  8:30 ` [PATCH 2/2] git-svn: allow subset of branches/tags to be specified in glob spec Jay Soffian
2010-01-23 11:26 ` [PATCH 0/2] two git-svn changes to help work with chromium.org Eric Wong
2010-01-24 19:29   ` Junio C Hamano

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).