From: "Avery Pennarun" <apenwarr@gmail.com>
To: "Pascal Obry" <pascal@obry.net>
Cc: "Git Mailing-List" <git@vger.kernel.org>
Subject: Re: git-svn branches creation question
Date: Thu, 26 Jun 2008 12:08:20 -0400 [thread overview]
Message-ID: <32541b130806260908m7ca2060bub071da52aa7a33ce@mail.gmail.com> (raw)
In-Reply-To: <4863BBFB.8010305@obry.net>
On 6/26/08, Pascal Obry <pascal@obry.net> wrote:
> Is it possible to create and track new branches (or tags) using git-svn?
>
> I know how to track existing branches, but new ones?
>
> Some context. I'm tracking a CVS repository doing update from time to time
> on the master branch (using simply rsync and git-svn dcommit). Now I want to
> add a new tag for updates on the master. Currently I'm using svn copy. I'd
> like to do this directly from Git.
I don't think there's a way to do this. You can create branches in
git that *aren't* tracked in svn, of course, if you want to do that.
And creating branches in svn is a single command, even if you don't
have an svn checkout:
svn cp $SVN/trunk $SVN/branches/whatever
So it seems unnecessary to duplicate this feature in git.
Have fun,
Avery
next prev parent reply other threads:[~2008-06-26 16:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-26 15:55 git-svn branches creation question Pascal Obry
2008-06-26 16:08 ` Avery Pennarun [this message]
2008-06-26 19:05 ` Pascal Obry
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=32541b130806260908m7ca2060bub071da52aa7a33ce@mail.gmail.com \
--to=apenwarr@gmail.com \
--cc=git@vger.kernel.org \
--cc=pascal@obry.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.