ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
@ 2012-10-21 15:34 Roman Savochenko
  2012-10-21 18:14 ` Igor Vlasenko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Roman Savochenko @ 2012-10-21 15:34 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Приветствую Всех

Собираю TDE-3.5.13.1 и сейчас получаю:
error: kdeaddons.git tag `3.5.13.1-alt1' is not inherited from
/gears/k/kdeaddons.git branch `sisyphus'
error: kdebindings.git tag `3.5.13.1-alt1' is not inherited from
/gears/k/kdebindings.git branch `sisyphus'
error: kdegraphics.git tag `3.5.13.1-alt1' is not inherited from
/gears/k/kdegraphics.git branch `sisyphus'

Одно решение этому я знаю:
- удалить свою копию репозитория.
- склонировать из /gears/k/kdeaddons.git
- склонировать себе и уже придавить новой версией.

Однако хотелось-бы разобраться с более правильными решениями, может
смержить. Пробовал варианты, которые не работают однако:
- git ls-remote git.alt:/gears/k/kdeaddons.git
- git fetch git.alt:/gears/k/kdeaddons.git sisyphus
и ещё:
- git remote add gears git://git.altlinux.org/gears/k/kdeaddons.git
- git merge -s ours git://git.altlinux.org/gears/k/kdeaddons.git

С уважением, Роман

[-- Attachment #2: rom_as.vcf --]
[-- Type: text/x-vcard, Size: 301 bytes --]

begin:vcard
fn:Roman Savochenko
n:Savochenko;Roman
org:DIYA Ltd
adr:;;;Dneprodzerzinsk;Dnepropetrovsk;51925;Ukraine
email;internet:rom_as@diyaorg.dp.ua
title:Leading engineer-programer
tel;work:+380569262025
tel;fax:+380569262025
tel;cell:+380679859815
url:http://diyaorg.dp.ua
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
  2012-10-21 15:34 [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ??? Roman Savochenko
@ 2012-10-21 18:14 ` Igor Vlasenko
  2012-10-21 18:30   ` Michael Shigorin
  2012-10-22 10:39 ` Sergey V Turchin
  2012-10-23  7:08 ` Roman Savochenko
  2 siblings, 1 reply; 6+ messages in thread
From: Igor Vlasenko @ 2012-10-21 18:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sun, Oct 21, 2012 at 06:34:47PM +0300, Roman Savochenko wrote:
> Однако хотелось-бы разобраться с более правильными решениями, может
> смержить. Пробовал варианты, которые не работают однако:
> - git ls-remote git.alt:/gears/k/kdeaddons.git
> - git fetch git.alt:/gears/k/kdeaddons.git sisyphus

Если локальная ветка sisyphus содержит не то,
что в сизифе, ее стоит переименовать (добавить другое название,
а sisyphus удалить) иди вытянуть сизифовскую ветку
под другим названием, например, real_sisyphus
git fetch git.alt:/gears/k/kdeaddons.git sisyphus:real_sisyphus



-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
  2012-10-21 18:14 ` Igor Vlasenko
@ 2012-10-21 18:30   ` Michael Shigorin
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2012-10-21 18:30 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sun, Oct 21, 2012 at 09:14:48PM +0300, Igor Vlasenko wrote:
> git fetch git.alt:/gears/k/kdeaddons.git sisyphus:real_sisyphus

Не надо так делать, гораздо лучше пользоваться remotes:

git remote add gears git.alt:/gears/k/kdeaddons.git
git remote update gears
git branch -r

Меньше мусора в локальных бранчах, всё доступно и удобно
обновляется одним махом или per remote.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
  2012-10-21 15:34 [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ??? Roman Savochenko
  2012-10-21 18:14 ` Igor Vlasenko
@ 2012-10-22 10:39 ` Sergey V Turchin
  2012-10-22 10:48   ` REAL
  2012-10-23  7:08 ` Roman Savochenko
  2 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2012-10-22 10:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

On 21 октября 2012 18:34:47 Roman Savochenko wrote:

[...]
> - git remote add gears git://git.altlinux.org/gears/k/kdeaddons.git
> - git merge -s ours git://git.altlinux.org/gears/k/kdeaddons.git
git merge gears/sisyphus
(без ours), исправить конфликты и сделать commit -a

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
  2012-10-22 10:39 ` Sergey V Turchin
@ 2012-10-22 10:48   ` REAL
  0 siblings, 0 replies; 6+ messages in thread
From: REAL @ 2012-10-22 10:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

22.10.2012 17:39, Sergey V Turchin пишет:
> On 21 октября 2012 18:34:47 Roman Savochenko wrote:
>
> [...]
>> - git remote add gears git://git.altlinux.org/gears/k/kdeaddons.git
>> - git merge -s ours git://git.altlinux.org/gears/k/kdeaddons.git
> git merge gears/sisyphus
> (без ours), исправить конфликты и сделать commit -a

А перед merge не забыть
git remote update

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ???
  2012-10-21 15:34 [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ??? Roman Savochenko
  2012-10-21 18:14 ` Igor Vlasenko
  2012-10-22 10:39 ` Sergey V Turchin
@ 2012-10-23  7:08 ` Roman Savochenko
  2 siblings, 0 replies; 6+ messages in thread
From: Roman Savochenko @ 2012-10-23  7:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Приветствую, Всех

21.10.12 18:34, Roman Savochenko писал:
> Собираю TDE-3.5.13.1 и сейчас получаю:
> error: kdeaddons.git tag `3.5.13.1-alt1' is not inherited from
> /gears/k/kdeaddons.git branch `sisyphus'
> error: kdebindings.git tag `3.5.13.1-alt1' is not inherited from
> /gears/k/kdebindings.git branch `sisyphus'
> error: kdegraphics.git tag `3.5.13.1-alt1' is not inherited from
> /gears/k/kdegraphics.git branch `sisyphus'
Всем спасибо, однако сам уже сделал несколько по другому:
- создал ветку "master" и смержил в неё текущую "sisyphus";
- удалил ветку "sisyphus";
- выполнил girar-fetch-build-commit -b sisyphus;
- перешёл в ветку "sisyphus" и смержил с ветки "master";
- дальше уже всё как обычно.

Однако предложенные решения себе запишу и при следующем случае попробую.

С уважением, Роман

[-- Attachment #2: rom_as.vcf --]
[-- Type: text/x-vcard, Size: 298 bytes --]

begin:vcard
fn:Roman Savochenko
n:Savochenko;Roman
org:DIYA Ltd
adr:;;;Dneprodzerzinsk;Dnepropetrovsk;51925;Ukraine
email;internet:rom_as@oscada.org
title:Leading engineer-programer
tel;work:+380675675542
tel;fax:+380569262025
tel;cell:+380679859815
url:http://diyaorg.dp.ua
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-23  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-21 15:34 [sisyphus] Покажите правильное решение ошибки: tag `???' is not inherited from ??? Roman Savochenko
2012-10-21 18:14 ` Igor Vlasenko
2012-10-21 18:30   ` Michael Shigorin
2012-10-22 10:39 ` Sergey V Turchin
2012-10-22 10:48   ` REAL
2012-10-23  7:08 ` Roman Savochenko

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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