From users-return-24710-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon May 30 06:44:36 2016 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B95319DC2 for ; Mon, 30 May 2016 06:44:36 +0000 (UTC) Received: (qmail 12121 invoked by uid 500); 30 May 2016 06:44:36 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 12083 invoked by uid 500); 30 May 2016 06:44:36 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 12072 invoked by uid 99); 30 May 2016 06:44:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2016 06:44:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A274618002D for ; Mon, 30 May 2016 06:44:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.096 X-Spam-Level: X-Spam-Status: No, score=0.096 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-1.426, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id YLduDGwPdA9c for ; Mon, 30 May 2016 06:44:32 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 156A55FBC0 for ; Mon, 30 May 2016 06:44:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b7GwA-0004dE-6s for users@subversion.apache.org; Mon, 30 May 2016 08:44:30 +0200 Received: from salvia-med.gw.tgnet.de ([217.24.9.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2016 08:44:30 +0200 Received: from lorenznl by salvia-med.gw.tgnet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2016 08:44:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Lorenz Subject: Re: single file version control - was: SVN Date: Mon, 30 May 2016 06:39:57 +0000 Organization: not your business Lines: 16 Message-ID: References: , Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: salvia-med.gw.tgnet.de X-Newsreader: Forte Agent 5.00/32.1171 Andreas Stieger wrote: >Nico Kadel-Garcia wrote: >> On Fri, May 27, 2016 at 2:53 AM, Andreas Stieger wrote: >> > On 26/05/16 20:08, PERRY JENNINGS wrote: >> >> cannot use SVN because the code is for *non-object-oriented* applications >> >> ; hence a single file, [...] >It did sound like non-text assets. Either way, besides the limitation >of working copies always being a directory, all svn clients support >checking out a selection of the tree, including down to a single file >therein. the keyword is "sparse working copy" in that case -- Lorenz