From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Wed, 25 Mar 2015 08:40:16 -0400 Message-ID: References: <86egoeusg2.fsf@example.com> <86d23xe9bd.fsf@example.com> <86zj71ct2z.fsf@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427287297 17153 80.91.229.3 (25 Mar 2015 12:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 12:41:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sebastien Vauban Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 13:41:28 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yakc7-0003DI-Lc for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 13:40:51 +0100 Original-Received: from localhost ([::1]:38771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yakc6-0000Y9-Rz for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 08:40:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yakbd-0000Y2-Ti for emacs-devel@gnu.org; Wed, 25 Mar 2015 08:40:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YakbZ-00030l-1E for emacs-devel@gnu.org; Wed, 25 Mar 2015 08:40:21 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YakbY-00030c-T7 for emacs-devel@gnu.org; Wed, 25 Mar 2015 08:40:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAGvvdVTO+KpL/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCwsOJhIUGA0kiBOiEYxkBwIBAgECgz4Dg3AEo2OEWA X-IPAS-Result: AgUFAGvvdVTO+KpL/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCwsOJhIUGA0kiBOiEYxkBwIBAgECgz4Dg3AEo2OEWA X-IronPort-AV: E=Sophos;i="5.01,1,1400040000"; d="scan'208";a="114535892" Original-Received: from 206-248-170-75.dsl.teksavvy.com (HELO pastel.home) ([206.248.170.75]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Mar 2015 08:40:16 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 44E181450; Wed, 25 Mar 2015 08:40:16 -0400 (EDT) In-Reply-To: <86zj71ct2z.fsf@example.com> (Sebastien Vauban's message of "Wed, 25 Mar 2015 10:41:24 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184215 Archived-At: > Though, I'm dreaming of using one and only one interface for the common > backends I'm using (currently SVN and Git). There's another way to solve this problem: "git clone svn::<...>" Stefan