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

Re: svndumpfilter

From: Tyler <tyler_at_cryptio.net>
Date: Mon, 22 Dec 2008 16:03:22 -0800

On Mon, Dec 22, 2008 at 01:26:59PM -0700, Aaron Searle wrote:
> I have some developers that have committed .o files and bin folders on some repos and I want to clean them all up.
>
> They are not all at the root directory, so the simple "svndumpfilter exclude bin/" will not take care of all cases.

find -name *.o | xargs svn rm
[review changes]
svn commit

Is there some reason you need to mess with dumping and filtering?

tyler

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=990168

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-23 01:05:35 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.