ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Eugene Prokopiev <prokopiev@stc.donpac.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] Еще одно HOWTO про сборку пакета в git.alt и интеграцию с upstream scm
Date: Tue, 10 Apr 2007 11:10:44 +0400
Message-ID: <461B3874.8040201@stc.donpac.ru> (raw)
In-Reply-To: <m3tzvo7lx5.fsf@vvk.distance.ru>

Vladimir V. Kamarzin пишет:
>>>>>>On 10 Apr 2007 at 12:44 "EP" == Eugene Prokopiev writes:
> 
> 
>  EP> Как пользоваться git-svnimport я вообще не понял. Может кто-нибудь 
>  EP> показать, с какими параметрами его вызвать, чтобы получить результат, 
>  EP> хотя бы аналогичный git-svn?
> 
> Я предпочитаю пока что использовать именно git-svnimport, потому как он
> создаёт структуру в git, аналогичную svn. Т.е. бранчи, имеющиеся в svn,
> появляются и в git, таги тоже.
> 
> На примере lighttpd:
> 
> vvk@vvk ~/devel/lighttpd % git branch
>   lighttpd-1.3.x
>   lighttpd-1.4.11-ssl-fixes
>   lighttpd-1.4.x
>   lighttpd-merge-1.4.x
> * master
>   trunk
> vvk@vvk ~/devel/lighttpd %
> vvk@vvk ~/devel/lighttpd % git-svnimport -v -o trunk svn://svn.lighttpd.net/lighttpd/
> 
> Последняя команда применяется периодически для импорта.
> 

$ git-init-db
Initialized empty Git repository in .git/

$ git-svnimport -v -o trunk 
https://libsieve.svn.sourceforge.net/svnroot/libsieve
Branch 'trunk' does not exist.
Either use the correct '-o branch' option,
or import to a new repository.

$ gear-srpmimport --branch=master ~/libsieve-2.2.4-alt1.src.rpm
...
$ git-svnimport -v -o master 
https://libsieve.svn.sourceforge.net/svnroot/libsieve
'/home/john/git/libsieve/.git/svn2git' does not exist.
You need that file for incremental imports.

Покажите .git/svn2git ;)

А один бранч вытащить в принципе нельзя?

-- 
С уважением, Прокопьев Евгений



  reply	other threads:[~2007-04-10  7:10 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-09 18:06 Eugene Prokopiev
2007-04-09 19:52 ` Alexey Tourbin
2007-04-09 20:01   ` Dmitry V. Levin
2007-04-09 20:37     ` Alexey Tourbin
2007-04-10  5:42       ` Eugene Prokopiev
2007-04-10  7:35         ` Eugene Prokopiev
2007-04-10  6:41       ` Alexey I. Froloff
2007-04-10 11:56   ` Aleksey Avdeev
2007-04-10 12:26     ` Eugene Prokopiev
2007-04-10 13:38       ` Aleksey Avdeev
2007-04-10 18:33         ` Eugene Prokopiev
2007-04-11  7:46           ` Aleksey Avdeev
2007-04-11  9:21             ` Eugene Prokopiev
2007-04-11  9:45               ` Aleksey Avdeev
2007-04-09 23:33   ` [devel] Subversion tags (was: Еще одно HOWTO про сборку пакета в git.alt и интеграцию с upstream scm) Grigory Batalov
2007-04-09 23:39     ` Alexey Tourbin
2007-04-10  6:44   ` [devel] Еще одно HOWTO про сборку пакета в git.alt и интеграцию с upstream scm Eugene Prokopiev
2007-04-10  6:47     ` Eugene Prokopiev
2007-04-10  7:01     ` Vladimir V. Kamarzin
2007-04-10  7:10       ` Eugene Prokopiev [this message]
2007-04-10  8:02         ` Vladimir V. Kamarzin
2007-04-10  9:03           ` Eugene Prokopiev
2007-04-11  6:48           ` Eugene Prokopiev
2007-04-11 10:59             ` Eugene Prokopiev
2007-04-12 10:23               ` Vladimir V. Kamarzin
2007-04-12 19:02                 ` Eugene Prokopiev
2007-04-12 19:30                   ` Eugene Prokopiev
2007-04-10  9:16     ` Alexey Tourbin
2007-04-10  9:35       ` Eugene Prokopiev
2007-04-10  9:46         ` Alexey Tourbin
2007-04-10 10:03           ` Eugene Prokopiev
2007-04-10 10:48       ` Eugene Prokopiev

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=461B3874.8040201@stc.donpac.ru \
    --to=prokopiev@stc.donpac.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