All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Phillips <ryan@trolocsis.com>
To: git@vger.kernel.org
Subject: git-svn and svn branches
Date: Fri, 21 Nov 2008 13:58:36 -0600	[thread overview]
Message-ID: <20081121195835.GA12141@athena.lan> (raw)

I followed the following instructions on adding a remote svn branch to my
local git-svn repository. http://www.dmo.ca/blog/20070608113513

Are these still accurate?

I started the repository with
  # git svn init [url/trunk]`
  # cd project.git
  # git svn fetch -r[HEAD revision]
which works fine. I added something like Snippet 1 to the .git/config and
issued a `git svn fetch -r[HEAD revision of the branch]` and nothing
happens. It takes git-svn a few seconds to run, but the git-remote svn
branch doesn't get initialized.

Does this procedure only work with a full mirror of a git-svn repository?
or perhaps I'm doing something wrong. Any help would be appreciated.

Thanks,
Ryan

Snippet 1
=========

[svn-remote "svn34"]
url = svn+ssh://your-server/home/svn/project-name/branches/3.4.x
fetch = :refs/remotes/git-svn-3.4

             reply	other threads:[~2008-11-21 20:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21 19:58 Ryan Phillips [this message]
2008-11-25 23:08 ` git-svn and svn branches Eric Wong
2008-11-27 10:02   ` Michael J Gruber

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=20081121195835.GA12141@athena.lan \
    --to=ryan@trolocsis.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 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.