Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29205 invoked from network); 13 Sep 2011 13:47:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2011 13:47:12 -0000 Authentication-Results: pb1.pair.com header.from=kitaev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kitaev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: kitaev@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qw0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:43885] helo=mail-qw0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/99-06182-FDE5F6E4 for ; Tue, 13 Sep 2011 09:47:11 -0400 Received: by qwm25 with SMTP id 25so695824qwm.36 for ; Tue, 13 Sep 2011 06:47:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=SWzJwXneVrP2JHkAoTWHavpUjEELJwQsrxLKNhxN5hU=; b=woNnHr9CzeDgtD22f4M2QQbHMu7ebajoFlMWZcG9m5CVuE0IglN2vFGqXO5pwDoclu j27oFzexxR2rGzycg8zD6YL3oTaZy6kNJxqIu7kcs55KRNQ457byaJsxPVcg38KXX84j vx3+FsLXUtM8/l8OKsY5qn1a6+6Xw/vyOksiY= MIME-Version: 1.0 Received: by 10.229.65.166 with SMTP id j38mr3042qci.20.1315921628733; Tue, 13 Sep 2011 06:47:08 -0700 (PDT) Received: by 10.229.217.208 with HTTP; Tue, 13 Sep 2011 06:47:06 -0700 (PDT) Date: Tue, 13 Sep 2011 15:47:06 +0200 Message-ID: To: internals@lists.php.net Cc: dsp@php.net, =?UTF-8?B?0KHQtdC80ZHQvSDQktCw0LTQuNGI0LXQsg==?= Content-Type: text/plain; charset=UTF-8 Subject: Migrating from Subversion to Git From: kitaev@gmail.com (Alexander Kitaev) Hello David, We've encountered your message in php newsgroup on the planned migration from Subversion to Git. Thus we think you may find interesting the project we're working on - SubGit (http://subgit.com/) which aims to support smooth migration. SubGit translates existing Subversion repository into Git and then keeps Git and Subversion synchronized, so users may both commit to Subversion and push to Git. Contrary to git-svn approach SubGit doesn't induce limits on the client-side, users may use whatever tools they like to work with Git or Subversion. SubGit is now in the EAP stage, we plan to release 1.0 version in November 2011. As for now, latest EAP build of SubGit only supports single-project '/trunk,/branches,/tags' layout of Subversion repository, support of multiple projects is our highest priority now. You may download SubGit at http://subgit.com/ and contact us at support@subgit.com if you have further questions. Thanks! Alexander Kitaev, TMate Software Support, TMate Software, http://subgit.com/ - two way ticket to the dark side