[cmview-devel] First steps to remove Sphoxel data from cmview repos

Henning Stehr stehr at molgen.mpg.de
Mon Apr 4 06:27:15 EDT 2011


Hi Jose,

I started to have a look at how to remove the monster file(s) from the
svn history.

In principle, the procedure using 'svndumpfilter' is described here:
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering

The command 'svndumpfilter' takes a pathname to exclude from the history.
>From inspecting the history with 'svn log', it seems that it should be
sufficient to exclude the path:

trunk/src/resources/sphoxelBG

So, the relevant commands should be:

svnadmin dump REPOS_PATH > dump-file
svndumpfilter exclude trunk/src/resources/sphoxelBG < dump-file > new-dump-file
svnadmin load REPOS_PATH < new-dump-file

I'll double check and give it a try later. I'm posting this to keep a
record and to let you know what's going on.

Cheers,
Henning

P.S. Here is the list of revisions which will be affected (if I didn't
overlook anything):

r718 | cvehlow | 2010-11-29 12:17:39 +0100 (Mon, 29 Nov 2010) | 1 line
   D /trunk/src/resources/sphoxelBG
r688 | vehlow | 2010-07-09 13:04:54 +0200 (Fri, 09 Jul 2010) | 1 line
   M /trunk/src/cmview/gmbp/ContactPane.java
   A /trunk/src/resources/sphoxelBG/SphoxelBGs.zip
r687 | vehlow | 2010-07-09 12:34:24 +0200 (Fri, 09 Jul 2010) | 1 line
   D /trunk/src/resources/sphoxelBG/SphoxelBGs.zip
   D /trunk/src/resources/sphoxelBG/allSphoxelBGs.zip
r686 | vehlow | 2010-07-09 12:18:42 +0200 (Fri, 09 Jul 2010) | 1 line
   A /trunk/src/resources/sphoxelBG/allSphoxelBGs.zip
r684 | vehlow | 2010-07-09 09:41:41 +0200 (Fri, 09 Jul 2010) | 1 line
   M /trunk/src/resources/sphoxelBG/SphoxelBGs.zip
r638 | vehlow | 2010-05-06 13:20:15 +0200 (Thu, 06 May 2010) | 1 line
   A /trunk/src/resources/sphoxelBG
   A /trunk/src/resources/sphoxelBG/SphoxelBGs.zip
r635 | vehlow | 2010-05-04 11:40:51 +0200 (Tue, 04 May 2010) | 1 line
   D /trunk/src/resources/sphoxelBG
r634 | vehlow | 2010-05-04 10:59:11 +0200 (Tue, 04 May 2010) | 1 line
   A /trunk/src/resources/sphoxelBG/SphoxelBGs.zip
r632 | vehlow | 2010-05-03 12:37:36 +0200 (Mon, 03 May 2010) | 2 lines
   A /trunk/src/resources/sphoxelBG/sphoxelBG_A-a_A-a_rLR.csv
   ...
   A /trunk/src/resources/sphoxelBG/sphoxelBG_Y-s_Y-a_rSR.csv
r629 | vehlow | 2010-04-28 16:43:50 +0200 (Wed, 28 Apr 2010) | 1 line
   M /trunk/src/cmview/gmbp/ContactPane.java
   M /trunk/src/cmview/gmbp/ContactStatusBar.java
   M /trunk/src/cmview/gmbp/ContactView.java
   M /trunk/src/cmview/gmbp/JRangeSlider.java
   A /trunk/src/resources/sphoxelBG



More information about the cmview-devel mailing list