ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] git -- хитрая задачка
Date: Tue, 24 Aug 2010 13:53:49 +0400
Message-ID: <20100824095348.GA30252@altlinux.org> (raw)
In-Reply-To: <20100824083138.GA7153@mw.office.seiros.ru>

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

On Tue, Aug 24, 2010 at 12:31:38PM +0400, Денис Смирнов wrote:
> Имеется множество git-репозиториев (около тысячи).
> Большая часть их них -- устаревшие backup'ы, но какие определить
> по имени или еще каким-либо очевидным характеристикам невозможно.
> Разобраться в этом кошмаре вручную -- тем более.
> 
> Задача -- выявить и удалить старье (которого там процентов 90).
> 
> Лобовое решение: прогнать для каждого бранча каждого репозитория git log,
> положить результат в sqlite (commit id/путь к репо/бранч). Также положить
> в базу последний commit id каждого бранча каждого репозитория.
> 
> После этого я могу легко определить есть ли такой commit id в другом
> репозитории. И если есть, и это не последний коммит в бранче -- то наш
> бранч явно стухший и его можно удалить.

Самый лобовой способ: зафетчить в каждый репозиторий соответствующий ему
"другой", апстримный репозиторий, после чего пройтись git for-each-ref'ом
по refs/heads и выяснить (git log -n1 --pretty=format:1 ^l_ref r_ref),
есть ли в репозитории хотя бы один актуальный локальный бранч.


-- 
ldv

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

  parent reply	other threads:[~2010-08-24  9:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-24  8:31 Денис Смирнов
2010-08-24  9:17 ` Андрей Черепанов
2010-08-24  9:40   ` Денис Смирнов
2010-08-24  9:39 ` Alexander Myltsev
2010-08-24  9:42   ` Денис Смирнов
2010-08-24  9:47     ` Alexander Myltsev
2010-08-24  9:49     ` Andrey Rahmatullin
2010-08-24  9:58       ` Dmitry V. Levin
2010-08-24 18:00         ` Денис Смирнов
2010-08-24 20:18           ` Sergey Vlasov
2010-08-24 23:56             ` Dmitry V. Levin
2010-08-24 17:58       ` Денис Смирнов
2010-08-24 18:54         ` Sergey Vlasov
2010-08-25 20:35           ` Денис Смирнов
2010-08-26 11:51             ` Sergey Vlasov
2010-08-24  9:53 ` Dmitry V. Levin [this message]
2010-08-24 11:35   ` Денис Смирнов
2010-08-24 11:41     ` Alexander Myltsev
2010-08-24 17:48       ` Денис Смирнов
2010-08-24 11:43     ` Andrey Rahmatullin
2010-08-24 11:45       ` Денис Смирнов
2010-08-24 11:52     ` Ildar Mulyukov
2010-08-24 17:46       ` Денис Смирнов

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=20100824095348.GA30252@altlinux.org \
    --to=ldv@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