From users-return-1981-daniel=haxx.se@subversion.apache.org Fri Apr 2 12:58:42 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 o32Awemd027398 for ; Fri, 2 Apr 2010 12:58:41 +0200 Received: (qmail 37192 invoked by uid 500); 2 Apr 2010 10:58:37 -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 37184 invoked by uid 99); 2 Apr 2010 10:58:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 10:58:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andy.levy@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 10:58:30 +0000 Received: by wwg30 with SMTP id 30so544160wwg.16 for ; Fri, 02 Apr 2010 03:58:10 -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=InfjgETDtxGaCM7rjvTfXaLX+2CTxItDiYm1g9EON90=; b=TiWI56pcZ0Z1IBi4yMv7lSQSiF9t6ZUqvWkq1EH/K48Sr423+bg2nXTBUHrcH317c+ P049AWIZi8s0hU/SYuth7uQcy1W3gfXisani9+2fpxjuOZY9xKiJGwS0et6kuX2/N8OP dfrKdJuf9cgNfLaqmTuPTIqmUw2QSHuHTHLIk= 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=WHs8cchpqftIAQG3PHnWER9FLiaPI9cby+Zgd8N28/KNGoOun9wDPOTcDY0i2dtPSp 4TQP5yNWufiKlSSaCZBX/h5758lIzBusy+kyzT+t5E/JLSd0SYlaIdVx3UjJya3fMAmb Lv3Oc1oXpM/U96QHiVHaUxMyDkrAshRaOZimA= MIME-Version: 1.0 Received: by 10.216.200.30 with HTTP; Fri, 2 Apr 2010 03:57:50 -0700 (PDT) In-Reply-To: References: From: Andy Levy Date: Fri, 2 Apr 2010 06:57:50 -0400 Received: by 10.216.87.79 with SMTP id x57mr1193027wee.83.1270205890093; Fri, 02 Apr 2010 03:58:10 -0700 (PDT) Message-ID: Subject: Re: Creating Dump For Specific Folders Of SVN Repository To: Venkata Badipatla Cc: "users@subversion.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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 reposito= ry. > 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.include= .html