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 9300A6B30 for ; Mon, 13 Jun 2011 20:03:40 +0000 (UTC) Received: (qmail 44340 invoked by uid 500); 13 Jun 2011 20:03:39 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 44322 invoked by uid 500); 13 Jun 2011 20:03:39 -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 44315 invoked by uid 99); 13 Jun 2011 20:03:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 20:03:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcorvel@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 20:03:35 +0000 Received: by iwn8 with SMTP id 8so6243750iwn.16 for ; Mon, 13 Jun 2011 13:03:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=Cw6sPf6TI6Y9UF5mkr6XMbH/TLr/YJFrYMK9B8wZWJQ=; b=esifyerlhupPUWJ2+vbOvEMbamlXYn8nwpLjsO8Og+qGs8ufH/URHjdQIBRcDSgxyx 7zYGKbnWlUFIx7GUy19iw9KT0vTew+LhqxFCNsh2xNVsS7uFhFnZddayVlzTvMTHoV05 zjXi3QXzOOMci5VDc+ziWrFU+3RjjEJlcyfW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=vBmRtWoHFfT9uED5x9fXBxwm2SjYUqVxDwHAmKYwa4/fbTvlhWYonSxBCrYx/RvDYX KW0nzFCb5sG9au0VnsKDPMX4Chvj9+dLSz6XNETpYVeMbQeQLLgeQvNt1s6FLaR5CmTg u5JR6y2wkULD68C+ViEQIjNutRNhf/VJZ/d2U= Received: by 10.42.177.66 with SMTP id bh2mr6937674icb.65.1307995393918; Mon, 13 Jun 2011 13:03:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.228.137 with HTTP; Mon, 13 Jun 2011 13:02:52 -0700 (PDT) In-Reply-To: <20110611213552.GC3531@lp-shahaf.local> References: <20110611213552.GC3531@lp-shahaf.local> From: Johan Corveleyn Date: Mon, 13 Jun 2011 22:02:52 +0200 Message-ID: Subject: Re: Sparse check outs To: "Stuempfig, Thomas" Cc: Daniel Shahaf , "users@subversion.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, Jun 11, 2011 at 11:35 PM, Daniel Shahaf wr= ote: > Stuempfig, Thomas wrote on Fri, Jun 10, 2011 at 10:08:23 +0000: >> We use svn as a document management system. >> In our case we have different Roles in the same Project. We have Roles l= ike Project Manager, Business Consultants and Technical Consultants. >> >> Each of them have their own kind of files they are interested in. >> My colleagues would like to sparse check out things based on some Rules = like "*pptx" in a folder and its sub folders. Would like to ignore specific= extensions like "*c,*cpp,*txt". Much the same way as the ignore list for n= on versioned files, but just for co. >> >> Did somebody come along such a requirement? >> >> Regards >> Thomas > > There is svn-viewspec.py (somewhere under tools/ in the source tree), > I'm not sure if it can do what you ask for but it might be a starting > point. Also interesting in this context: in svn <=3D 1.6 one can only make things sparse with directory granularity (i.e. you have to include/exclude entire directories, you cannot do this with individual files). In the upcoming 1.7 version, I believe it will be possible to exclude individual files. I'm not sure this will help you accomplish what you want, but somehow it sounds relevant :-). --=20 Johan