ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] Repocop patches review (was: Re:  Как получить чужие правки из gears)
Date: Sat, 23 Apr 2011 22:26:13 +0400
Message-ID: <20110423182612.GA6784@atlas.home> (raw)
In-Reply-To: <BANLkTikSS573eEvsopyity5uMaFAMtxiyQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

On Sat, Apr 23, 2011 at 11:20:35PM +0700, Slava Semushin wrote:
> Сижу, вот, печалюсь теперь: у меня в git-репо пакета pachi было два
> мелких изменения в спеке, в новых сборках они не учтены (не знаю что
> теперь мне с ними делать?). При попытке мержа изменений репокопа
> получаю конфликт :(

Это неудивительно, поскольку у репозиториев нет общей истории.
Однако, поскольку структура репозитория pachi.git не сильно отличается
от результата импорта src.rpm, можно попробовать объединить изменения
хотя бы с частичной автоматизацией:

  git fetch --no-tags git://git.altlinux.org/srpms/p/pachi.git refs/tags/1.0-alt3:refs/tags/1.0-alt3-qa sisyphus:qa
  git checkout qa
  git rebase --onto 1.0-alt3 1.0-alt3-qa
  git checkout master
  git merge qa

Потом можно удалить ненужный тег и бранч:

  git tag -d 1.0-alt3-qa
  git branch -d qa

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      parent reply	other threads:[~2011-04-23 18:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-23 16:20 Slava Semushin
2011-04-23 16:33 ` REAL
2011-04-23 16:37   ` [devel] Repocop patches review REAL
2011-04-23 18:26 ` Sergey Vlasov [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=20110423182612.GA6784@atlas.home \
    --to=vsu@altlinux.ru \
    --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