git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Stopping git-svn pulling a particular branch
@ 2012-09-28  4:58 Jon Seymour
  2012-09-28 11:03 ` Jon Seymour
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Seymour @ 2012-09-28  4:58 UTC (permalink / raw)
  To: Git Mailing List

G'day

An svn developer created a branch from a subdirectory of the trunk
rather than by copying trunk itself.

I want to avoid pulling this branch into my git repo with git svn
fetch because the re-rooting pulls in too much history and content
that I don't want.

Is there any easy way to achieve this? I tried used the --ignore-paths
option, but this doesn't seem suited to the purpose.

I can delete the SVN branch if that will help, but past experience
suggests that it won't.

jon.

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

* Re: Stopping git-svn pulling a particular branch
  2012-09-28  4:58 Stopping git-svn pulling a particular branch Jon Seymour
@ 2012-09-28 11:03 ` Jon Seymour
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Seymour @ 2012-09-28 11:03 UTC (permalink / raw)
  To: Git Mailing List

On Fri, Sep 28, 2012 at 2:58 PM, Jon Seymour <jon.seymour@gmail.com> wrote:
> G'day
>
> An svn developer created a branch from a subdirectory of the trunk
> rather than by copying trunk itself.
>
> I want to avoid pulling this branch into my git repo with git svn
> fetch because the re-rooting pulls in too much history and content
> that I don't want.
>
> Is there any easy way to achieve this? I tried used the --ignore-paths
> option, but this doesn't seem suited to the purpose.
>
> I can delete the SVN branch if that will help, but past experience
> suggests that it won't.
>

Answering my own question. There is an undocumented option to git-svn
--ignore-refs which can be used to achieve this.

I found that I had to manually delete the directories corresponding to
the bogus branches from .git/svn/refs/remotes, then re-run git svn
fetch with the --ignore-refs option set to a regex that matched the
bogus branches.

This allowed me to fetch everything else I needed to fetch and
advanced the maxRevs metadata in .git/svn/.metadata past the
problematic  branches so that subsequent svn fetch calls avoided the
attempts to fetch the bogus branches.

I'll draft a documentation patch when I get a chance...

jon.

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

end of thread, other threads:[~2012-09-28 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-28  4:58 Stopping git-svn pulling a particular branch Jon Seymour
2012-09-28 11:03 ` Jon Seymour

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).