From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 20 Mar 2007 10:46:18 +0300 From: Kirill Maslinsky To: devel@lists.altlinux.org Message-ID: <20070320074618.GA6588@master.altlinux.org> Mail-Followup-To: devel@lists.altlinux.org References: <20070319130201.GF18956@master.altlinux.org> <20070319134046.GA19981@newmaster.mivlgu.local> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20070319134046.GA19981@newmaster.mivlgu.local> User-Agent: Mutt/1.4.2.1i Organization: ALT Docs Team Subject: Re: [devel] =?koi8-r?b?09LFxNPU18Egyc3Qz9LUwSDQ0s/Fy9TBINcgZ2l0IMna?= =?koi8-r?b?INTB0sLPzMzP1w==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 07:46:19 -0000 Archived-At: List-Archive: List-Post: On Mon, Mar 19, 2007 at 04:40:46PM +0300, Sergey Vlasov wrote: > On Mon, Mar 19, 2007 at 04:02:01PM +0300, Kirill Maslinsky wrote: > > Коллеги, подскажите, пожалуйста, какие на сегодняшний день существуют > > средства для автоматизированного последовательного (incremental) импорта > > проекта в git из релиз-траболлов. > > > > Пока я нашёл только скрипт import-tars.perl в contrib у git (использует git-fast-import), > > однако после его применения получается branch, в котором git-status > > выдаёт > > "error: unable to read tree object HEAD" > > Просто получился репозиторий, где HEAD указывает на бранч > refs/heads/master, который ещё не создан. В этом случае для начала работы > нужно сделать что-то типа "git checkout -b master import-tars". Нет, тут, видимо, что-то более сложное: $ git checkout -b master import-tars warning: You appear to be on a branch yet to be born. warning: Forcing checkout of import-tars. Switched to a new branch "master" $ git-status # On branch master error: unable to read tree object HEAD nothing to commit (working directory clean) -- Kirill Maslinsky ALT Docs Team http://heap.altlinux.ru