From users-return-1982-daniel=haxx.se@subversion.apache.org Fri Apr 2 13:27:34 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 o32BRWSx021425 for ; Fri, 2 Apr 2010 13:27:33 +0200 Received: (qmail 73457 invoked by uid 500); 2 Apr 2010 11:27:29 -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 73446 invoked by uid 99); 2 Apr 2010 11:27:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 11:27:29 +0000 X-ASF-Spam-Status: No, hits=-1.7 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mathieu.malaterre@gmail.com designates 209.85.222.178 as permitted sender) Received: from [209.85.222.178] (HELO mail-pz0-f178.google.com) (209.85.222.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 11:27:24 +0000 Received: by pzk8 with SMTP id 8so245050pzk.16 for ; Fri, 02 Apr 2010 04:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=b8pZ0FZ/A09OZgKGXBaqbDQ6FNHylYOwKu0XWBZLSwA=; b=qeq98boSe0hNxkfaA992DXhgse7r3lg6JbsZBWb+N61bNuXHbUI5xcdw++EZHmteTX pBSY6xtlF1KWl9V12CawHZNLwB0Xls6iT6ySARCvvxW/G6U+v6Jt+ACQGT5t1xM3CF0g XGFN2kYqLeUYztJ3k39VS3HfOoIVBJILltXoA= 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=lgcr1V0wd8tmzwVtBktMggoBXgnba4WbfVIewS63uWlpDhc28u7psOkATc07Ta1XQZ iGAq9PKL+R2Htixjid7eLTGGk8bDdFo4OqCnBNj27MRGeSdBTsIYTm+ekYSCkY5CTD2w XZDtS+nxlq4Y82aurA+fYBkoHY+Ny4YlPmBDc= MIME-Version: 1.0 Received: by 10.140.185.9 with HTTP; Fri, 2 Apr 2010 04:26:44 -0700 (PDT) In-Reply-To: References: From: Mathieu Malaterre Date: Fri, 2 Apr 2010 13:26:44 +0200 Received: by 10.141.53.14 with SMTP id f14mr1411985rvk.266.1270207624095; Fri, 02 Apr 2010 04:27:04 -0700 (PDT) Message-ID: Subject: Re: Creating Dump For Specific Folders Of SVN Repository To: Andy Levy Cc: Venkata Badipatla , "users@subversion.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Fri, Apr 2, 2010 at 12:57 PM, Andy Levy wrote: > On Fri, Apr 2, 2010 at 04:45, Venkata Badipatla > wrote: >> Hi All, >> >> >> >> I need to create a dump file for the specific folders of the SVN reposit= ory. >> Can anyone please help me out? >> >> >> >> Directory hierarchy of the SVN repository is >> >> >> >> /Project1 >> >> /trunk >> >> /tags >> >> =A0/branches >> >> /Project2 >> >> /trunk >> >> /tags >> >> =A0/branches >> >> /Project3 >> >> /trunk >> >> /tags >> >> =A0/branches >> >> >> >> I need to create a dump file for a folder =93scm_branch_1=94 which is in= the >> location =A0=93/project3/branches/scm_branch_1=94 >> >> >> >> Note: I am working on windows environment. > > Pipe the output of svnadmin dump through svndumpfilter and only > include the path(s) you need. > http://svnbook.red-bean.com/en/1.5/svn.ref.svndumpfilter.commands.c.inclu= de.html > If this does not work for you (because you copy files from -say- Project1 to Project2), then used svnsync which I found more robust than svndumpfilter (you can svnsync a subdir !). There are also svndumpfilter2 / svndumpfilter3 and svndumpfilter4 on the net... Good luck --=20 Mathieu