From: Jakub Narebski <jnareb@gmail.com>
To: Manuel Reimer <Manuel.Spam@nurfuerspam.de>
Cc: git@vger.kernel.org, Jeff King <peff@peff.net>
Subject: Re: Most elegant way to reference to SVN from GIT?
Date: Sun, 18 Sep 2011 11:47:07 -0700 (PDT) [thread overview]
Message-ID: <m3litlsn82.fsf@localhost.localdomain> (raw)
In-Reply-To: <j54keg$ug9$1@dough.gmane.org>
Manuel Reimer <Manuel.Spam@nurfuerspam.de> writes:
> Jeff King wrote:
> > You can pull their commits into git using git-svn, and then merge them.
Nb. there is also so called "remote helper" approach, where you can
use repositories using other SCM just like native remote Git
repositories. But I think it is in early beta, or even alpha stages -
- adding support for Subversion was this year Google Summer of Code
2011 project.
> Tried that, but maybe I did something wrong.
>
> If I have a git-svn repo inside my git repo, then for some reason my
> own repo doesn't known the git-svn repo. Means that I cannot push
> changes, that occured in the SVN repo, to my GIT server.
Errr... isn't it more or less expected for _any_ remote repository
added, be it native (git) or Subversion one?
Remote tracking branches are not usually pushed / fetched, unless you
clone in a mirror mode, or set refspecs for fecthing / pushing by
hand...
--
Jakub Narębski
prev parent reply other threads:[~2011-09-18 18:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-17 23:51 Most elegant way to reference to SVN from GIT? Manuel Reimer
2011-09-18 3:43 ` Jeff King
2011-09-18 11:20 ` Manuel Reimer
2011-09-18 18:47 ` Jakub Narebski [this message]
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=m3litlsn82.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=Manuel.Spam@nurfuerspam.de \
--cc=git@vger.kernel.org \
--cc=peff@peff.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 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.