Thanks Stefan, I will try with forward slashes. One more thing. In httpd.conf file. I have set the below variable.
SVNParentPath C:\SVNData\svn So repo browser path is: http://delhicvs.ind.aptaracorp.com:8080/svn/database/E_Learning/Developm ent/Project1 Do I using the correct path in below example. svndumpfilter exclude /database/E_Learning/Development/Project1 < repo.dump > filteredDump.dump Regards, Anil Kumar Bakshi Sr. Multimedia Programmer | Education and Learning Aptara, Inc. | Transforming Content into Knowledge anil.bak...@aptaracorp.com | aptaracorp.com A-28, Mohan Cooperative Industrial Estate, Mathura Road | New Delhi - 110044 | India Mobile +91 9818907948 -----Original Message----- From: Stefan Sperling [mailto:s...@elego.de] Sent: Tuesday, March 26, 2013 3:57 PM To: Anil Bakshi Cc: Grierson, David; users@subversion.apache.org Subject: Re: Parmently removing directory from server to make space 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