From owner-freebsd-current@freebsd.org Tue Nov 10 12:58:21 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 585B6A2BA48; Tue, 10 Nov 2015 12:58:21 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0072117C0; Tue, 10 Nov 2015 12:58:20 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by lbblt2 with SMTP id lt2so100502785lbb.3; Tue, 10 Nov 2015 04:58:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fRpGbnn2/Z+gJ5OgMok1We8+o54YGb41UeUAbdrbkCQ=; b=CAJp2B6mnD/vk7SJBhmFdm/gmdScho+Y1blKM/MlpPvNQmMmoRTYWDWs7OxAUAS/sQ BihRoVfv21tBs67J8I2xE0bl4b2qsPnqNTCZMC7QDETx6XZyYB+TJNdEuVe1c+hoMZxA +apET+LDcxZt1ktVtHEQa6dZFsuNExq1+Jp933TJDovi/vBiSl0wUKV2P4oQUySQ9Q2e bIJnxBrCEMfN3jSkQI/wu1X+zrQfG8xRFsazw0ECwNDsYqIMLDwmx7jKgbLSwH7yzGqk 2gaSQnNot0VM91rAqaXc7CQGPu7w9ZfiAfkH6Ne6s26VB/wwRDfgTtrttmkuu4LV56CU 66PQ== MIME-Version: 1.0 X-Received: by 10.112.218.42 with SMTP id pd10mr1649705lbc.114.1447160298719; Tue, 10 Nov 2015 04:58:18 -0800 (PST) Sender: uspoerlein@gmail.com Received: by 10.25.144.136 with HTTP; Tue, 10 Nov 2015 04:58:18 -0800 (PST) In-Reply-To: References: <563EAAB8.5020702@freebsd.org> Date: Tue, 10 Nov 2015 13:58:18 +0100 X-Google-Sender-Auth: CoLFpgq-1wc9Bxsvb4p9CiY9ccQ Message-ID: Subject: Re: FYI: SVN to GIT converter currently broken, github is falling behind From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: Oliver Pinter Cc: Alfred Perlstein , freebsd-git@freebsd.org, FreeBSD-Current , git-admin@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 12:58:21 -0000 2015-11-08 21:05 GMT+01:00 Oliver Pinter : > Hi Uli! > > I can not find your original svn2git repo in gitorius > (https://gitorious.org/ is down) , could you please the source code > somewhere to git-repo? For example github.com/freebsd/svn2git? You mean http://svn.freebsd.org/base/user/uqs/git_conv/ :) This doesn't have the v1.9 fixes though. I only notices this week that gitorious is down, but we also have https://github.com/freebsd/svn2git/commits/master for a while now. I'll push updated code there.