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 6B44CDB73 for ; Fri, 17 Aug 2012 15:03:59 +0000 (UTC) Received: (qmail 8343 invoked by uid 500); 17 Aug 2012 15:03:58 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 8328 invoked by uid 500); 17 Aug 2012 15:03:58 -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 8318 invoked by uid 99); 17 Aug 2012 15:03:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 15:03:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.29] (HELO out5-smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 15:03:51 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7F22E20844; Fri, 17 Aug 2012 11:03:30 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 17 Aug 2012 11:03:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=mesmtp; bh= pGM21yi607gqqqaPnc/b4Vg2zRA=; b=Ahu2QkNQLWu9AlOD/BNlE7/Tk61K1SNi 2Z320lYTiFROljg8k85L3Y+SWpZeewlYMtS3ZXVLQvsb9Z6F0N2puW681YzIs//v XENlP8mH+3NQk9/qFSUtiNsQh4JI5yKCdA4gvmXRl2UkHs84xjY8pYb5+YlHAMiQ AXNPREnJyhc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=pGM21yi607gqqqaPnc/b4Vg2zRA=; b=Q3yyp+zPIFOVFAVMrNvHeTCRyaGJ DuQKxS5FJeNiiy9a9gfuYK2VH/WsYk2N9V4P4b8VKl6RDPvrVMnslU7kzZXpGQWz kSjwwDUUsk/kgz4CsRxkWFz8lhi8YceEbAGKuiTT6Z3LiKI2f9nju2BgX2mYfwg+ v2Bc3klqIbHF77s= X-Sasl-enc: sYIiFH6byp43UR+MUyqTq+LtzGkNYooyEvQnAyQ00oPL 1345215810 Received: from tarsus.local2 (unknown [128.232.130.71]) by mail.messagingengine.com (Postfix) with ESMTPA id E85E94836D5; Fri, 17 Aug 2012 11:03:29 -0400 (EDT) Date: Fri, 17 Aug 2012 16:03:25 +0100 From: Daniel Shahaf To: Robert Whitaker Cc: users@subversion.apache.org Subject: Re: Creating sparse working copy retroactively from existing disjoint working copies Message-ID: <20120817150325.GA26332@tarsus.local2> References: <1345096853.83648.YahooMailClassic@web121902.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345096853.83648.YahooMailClassic@web121902.mail.ne1.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > ======== > QUESTION > ======== > Is it possible to retroactively convert a "disjoint" working copy > into a "sparse" working copy? % mkdir d % cd d % mkdir notes notes/commit-access-templates % svn co -q http://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/ notes/commit-access-templates/ % svn co -q --force http://svn.apache.org/repos/asf/subversion/trunk/ ./ I don't have a recent build to test with (and the behaviour might have changed at some point), but the above is what I try first. Does that answer your question?