Skip to content

Historical memory: DACCO raw CVS files from Sourceforge

Notifications You must be signed in to change notification settings

cpina/dacco-cvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dacco-cvs

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

About

Historical memory: DACCO raw CVS files from Sourceforge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published