Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABDBA9001 for ; Fri, 7 Oct 2011 08:01:28 +0000 (UTC) Received: (qmail 354 invoked by uid 500); 7 Oct 2011 08:01:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 319 invoked by uid 500); 7 Oct 2011 08:01:28 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 311 invoked by uid 99); 7 Oct 2011 08:01:28 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 08:01:28 +0000 Received: from localhost (HELO mail-iy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 08:01:27 +0000 Received: by iakc1 with SMTP id c1so422184iak.11 for ; Fri, 07 Oct 2011 01:01:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.26.145 with SMTP id e17mr2791989ibc.41.1317974487165; Fri, 07 Oct 2011 01:01:27 -0700 (PDT) Received: by 10.231.65.79 with HTTP; Fri, 7 Oct 2011 01:01:27 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Oct 2011 09:01:27 +0100 Message-ID: Subject: Re: Git to SVN From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 the SVN repo is read-only at present in case we have to revert to it for some reason, but otherwise there are no plans to update it. The git repo is at: http://git-wip-us.apache.org/repos/asf/couchdb.git If your firewall is blocking port 80 then try with https:// instead. B. On 7 October 2011 08:55, Andrey Somov wrote: > Hi all, > the source code is now maintained in Git. > But what about SVN ? Does it stay ? Are the changes ported (back) to SVN ? > > My problem is that I cannot use Git. In a corporate environment (with a > proxy and firewall) and in a mixture of operating systems Git works just > awful. > Despite of the help of my colleges (who use Git outside of our work > environment) I could not manage even to clone anything form a remote > repository. > If the changes are ported to SVN I can still follow the development. > > - > Andrey >