[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: Anil Bakshi <Anil.Bakshi_at_aptaracorp.com>
Date: Tue, 26 Mar 2013 16:14:38 +0530

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.bakshi_at_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:stsp_at_elego.de]
Sent: Tuesday, March 26, 2013 3:57 PM
To: Anil Bakshi
Cc: Grierson, David; users_at_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
Received on 2013-03-26 11:45:12 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.