ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Boris Savelev <boris@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Bzr и git
Date: Fri, 24 Apr 2009 12:37:50 +0400
Message-ID: <4d6cc2f20904240137o2ac343d1s2022a9df9ad85aef@mail.gmail.com> (raw)
In-Reply-To: <49F175F0.6090802@altlinux.com>

24 апреля 2009 г. 12:18 пользователь Anton Farygin <rider@altlinux.com> написал:
> Коллеги, у кого-нить есть успешный опыт импорта из bzr в git для дальнейшей
> сборки пакета ?
>
> Поделитесь, пожалуйста.
>
> Интересует:
>
> как добавлять remote branch'и с помощью git bzr (и вооще, возможно ли это) ?
>
> Как брать все бранчи с удалённого upstream ?
http://github.com/pieter/git-bzr/blob/52dfb957ad5bcc24bdd9c5158bb2ce53d4aa9e5c/README
пакет git-bzr

An example session goes like this:

  $ git bzr add upstream ../bzr-branch
  $ git bzr fetch upstream
  $ git checkout -b local_branch bzr/upstream
  $ Hack hack, merge merge....
  $ git bzr push upstream

Опыт успешный. Есть косяки всякие, но пользоваться можно.
у меня не работал git bzr pull. я обхожу так:
cd ../bzr-repo && bzr pull && cd - && git bzr fetch upstream

-- 
С уважением, Борис Савельев

      reply	other threads:[~2009-04-24  8:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-24  8:18 Anton Farygin
2009-04-24  8:37 ` Boris Savelev [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=4d6cc2f20904240137o2ac343d1s2022a9df9ad85aef@mail.gmail.com \
    --to=boris@altlinux.org \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git