[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Parmently removing directory from server to make space

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 26 Mar 2013 11:27:00 +0100

On Tue, Mar 26, 2013 at 03:53:11PM +0530, Anil Bakshi wrote:
> Thanks David,
>
>
>
> I tried the svndumpfilter with exclude command.
>
>
>
> Example: svndumpfilter exclude \database\E_Learning\Development\Project1
> < repo.dump > filteredDump.dump

Paths in Subversion reposiories use forward slashes, not backslashes.
Try this: svndumpfilter exclude /database/E_Learning/Development/Project1
  < repo.dump > filteredDump.dump
Received on 2013-03-26 11:34:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.