From: Shawn Pearce <spearce@spearce.org>
To: Pazu <pazu@pazu.com.br>
Cc: git@vger.kernel.org
Subject: Re: core-git and porcelains
Date: Wed, 11 Oct 2006 12:54:03 -0400 [thread overview]
Message-ID: <20061011165403.GC31298@spearce.org> (raw)
In-Reply-To: <egj73t$80e$1@sea.gmane.org>
Pazu <pazu@pazu.com.br> wrote:
> Shawn Pearce wrote:
>
> >I would just stick with core Git. I haven't used Cogito in almost
> >a year so I can't say what I'm missing there, but core Git works
> >very well for all of my needs. I use it in a lot of different
> >projects, some which require git-svn, others which require some
> >bastard git-svn-workalike for non-SVN systems, and others which
> >are just Git projects and don't have to cooperate with others.
>
> Thanks for the advice, Shawn. Would you mind expanding on how you work
> with git-svn, however? Specially, how's your everyday work, and how do
> you deal with multiple upstream branches.
I don't use multiple upstream branches in SVN fortunately, but the
git-svn documentation suggests there is a way to change the Git
branch name from 'refs/remotes/git-svn' to another name such that
you can create one Git branch for each remote SVN branch. Of course
you need to set that environment variable before invoking git-svn.
As for my daily work with git-svn, I run "git svn fetch" to fetch any
changes that had occurred in SVN along the branch I follow, then if
any changes did exist I merge them into my Git working branch with
"git pull . refs/remotes/git-svn". When I'm ready to send stuff
back up to SVN I do "git svn dcommit refs/remotes/git-svn..master",
where master is the name of the Git branch I want to send.
--
Shawn.
next prev parent reply other threads:[~2006-10-11 16:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-11 14:39 core-git and porcelains Pazu
2006-10-11 15:08 ` Shawn Pearce
2006-10-11 16:45 ` Pazu
2006-10-11 16:54 ` Shawn Pearce [this message]
2006-10-11 17:13 ` Pazu
2006-10-11 17:01 ` Seth Falcon
2006-10-11 18:08 ` Robin Rosenberg
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=20061011165403.GC31298@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=pazu@pazu.com.br \
/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).