[Vv] Fwd: Removal of test data

Simon Rit simon.rit at creatis.insa-lyon.fr
Fri May 20 18:31:56 CEST 2011


Dear vv users,
I have attempted to remove tests/data from the public repository as
well as the dev repository because it will be moved in a separate
repository. I have run the following commands on a local clone:

$ git filter-branch --index-filter "git rm -rf --cached
--ignore-unmatch tests/data" --tag-name-filter cat -- --all HEAD
$ rm -rf .git/refs/original/
$ git reflog expire --expire=now --all
$ git gc --prune=now
$ git gc --aggressive --prune=now

and recreated bare repositories on the servers. If you experience
problems pulling from the repositories, reclone or
try to run the same commands on your local repository.
I hope it works for you and sorry for any inconveniences...
Simon



More information about the vv mailing list