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

Re: How to remove gigs of video from a repo?

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-08-27 23:35:20 CEST

x nooby wrote:
> I accidently added a bunch of videos to my repository,
> now I am trying to figure out how to remove them.
...
> I am willing to loose all my revisions to files,

If you really are willing to give up all history,
the easiest thing to do is

* Check out everything you want to keep
    using "svn export".
* create a new repository.
* Check everything created in the first step
    into the new repository.

If you do not want to give up all history, try
dumping only the revisions that did not check
in big files (use "svndamin dump repos_path -rlower:upper"),
create a new repository and load your dump(s)
into it.

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 27 23:36:54 2005

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.