On Fri, Apr 2, 2010 at 04:45, Venkata Badipatla
<venkata_badipa...@persistent.co.in> wrote:
> Hi All,
>
>
>
> I need to create a dump file for the specific folders of the SVN repository.
> Can anyone please help me out?
>
>
>
> Directory hierarchy of the SVN repository is
>
>
>
> /Project1
>
> /trunk
>
> /tags
>
>  /branches
>
> /Project2
>
> /trunk
>
> /tags
>
>  /branches
>
> /Project3
>
> /trunk
>
> /tags
>
>  /branches
>
>
>
> I need to create a dump file for a folder “scm_branch_1” which is in the
> location  “/project3/branches/scm_branch_1”
>
>
>
> 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

Reply via email to