From users-return-2032-daniel=haxx.se@subversion.apache.org Tue Apr 6 09:21:58 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o367LvZY010276 for ; Tue, 6 Apr 2010 09:21:58 +0200 Received: (qmail 89738 invoked by uid 500); 6 Apr 2010 07:21:52 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 26987 invoked by uid 99); 6 Apr 2010 06:02:23 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) From: Anthony OHagan To: "users@subversion.apache.org" Date: Tue, 6 Apr 2010 15:56:55 +1000 Subject: How do you to export/update a pattern filtered subset of a large repository? Thread-Topic: How do you to export/update a pattern filtered subset of a large repository? Thread-Index: AcrVTfZajGIRWJOES9CqZBrFu85Myw== Message-ID: Accept-Language: en-US, en-AU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-AU Content-Type: multipart/alternative; boundary="_000_A98B21E5B66F574E914E84697F1FA99F4C1333317Bcsisys04_" MIME-Version: 1.0 X-OriginalArrivalTime: 06 Apr 2010 06:01:55.0204 (UTC) FILETIME=[A8F16C40:01CAD54E] --_000_A98B21E5B66F574E914E84697F1FA99F4C1333317Bcsisys04_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have a batch processing application that needs to process a subset of doc= uments of a given type in a large SVN repository. I wish to recursively traverse the repository and only export or update doc= uments that match a pattern. Ideally I'd prefer to use a recursive pattern in a single export or update = command that preserves the parent directory hierarchy for exported/update f= iles. Ant scripts, for example, support this type of recursive file name pattern = using filesets: http://ant.apache.org/manual/CoreTypes/fileset.html I failed to find a straightforward way to do this. Can you either suggest a solution ... or otherwise I will submit an enhance= ment request. Thanks, Tony O'Hagan --_000_A98B21E5B66F574E914E84697F1FA99F4C1333317Bcsisys04_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have a batch processing application that needs to proc= ess a subset of documents of a given type in a large SVN repository.=

I wish to recursively traverse the repository and only export or update documents that match a pattern.

 

Ideally I’d prefer to use a recursive pattern in a= single export or update command that preserves the parent directory hierarchy for exported/update files.

Ant scripts, for example, support this type of recursive= file name pattern using filesets:

   http://ant.apache.org/manual/CoreTypes/file= set.html

 

I failed to find a straightforward way to do this.<= /o:p>

Can you either suggest a solution … or otherwise I will submit an enhancement request.

 

Thanks,

Tony O’Hagan

 

--_000_A98B21E5B66F574E914E84697F1FA99F4C1333317Bcsisys04_--