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

Re: svndumpfilter

From: Aaron Searle <aaron.searle_at_securitynational.com>
Date: Mon, 22 Dec 2008 17:10:00 -0700

I should have made it more clear. I am moving repos from an old server
to a new server with more space. I wanted to clean up versions where
people committed ( then deleted ) bin folders. This should clean up
space on the hard drive. For instance one developer has been
committing .o files for months before we found out. All those should
not be in source control taking up space.

I have a pre-commit script to prevent this in the future. But I want
to fix the past.

Sent from A's wicked cool iPhone

On Dec 22, 2008, at 5:06 PM, "Tyler Roscoe" <tyler_at_cryptio.net> wrote:

> 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
>

CONFIDENTIALITY NOTICE - THIS EMAIL TRANSMISSION AND ANY DOCUMENTS, FILES OR PREVIOUS EMAIL MESSAGES ATTACHED TO IT MAY CONTAIN INFORMATION THAT IS CONFIDENTIAL OR LEGALLY PRIVILEGED.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR A PERSON RESPONSIBLE FOR DELIVERING IT TO THE INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT YOU MUST NOT READ THIS TRANSMISSION AND THAT ANY DISCLOSURE, COPYING, PRINTING, DISTRIBUTION OR USE OF ANY OF THE INFORMATION CONTAINED IN OR ATTACHED TO THIS TRANSMISSION IS STRICTLY PROHIBITED.  IF YOU HAVE RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE OR RETURN EMAIL AND DELETE THE ORIGINAL TRANSMISSION AND ITS ATTACHMENTS WITHOUT READING OR SAVING IN ANY MANNER.  THANK YOU.

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

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