DACCO was hosted in SourceForge and the files using CVS.
In order to keep the history of DACCO as close as possible I have pushed into this git repository the raw CVS repository from SourceForge.
This git repository is the "raw" files of the CVS compressed in gzip. The result of doing:
rsync -avv rsync://dacco.cvs.sourceforge.net/cvsroot/dacco/* .
find . -type f -exec gzip {} \;
And pushing it to git.
The reason of the gzip: certain files are bigger than 100 MB which is GitHub limit.
To use this repository, checkout and then:
git clone git@github.com:cpina/dacco-cvs.git
cd dacco-cvs
find . -name "*.gz" -exec gunzip {} \;
export CVSROOT=$(pwd)
mkdir /tmp/dacco-cvs-root
cd /tmp/dacco-cvs-root
cvs co Publisher
This repository has been converted to git and imported into https://github.com/cpina/dacco