DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦02d96c528⟧ TextFile

    Length: 151 (0x97)
    Types: TextFile
    Names: »makename«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« 
        └─⟦dcb95597f⟧ 
            └─⟦this⟧ »bin/makename« 

TextFile

#!/bin/sh
for i in RCS/*,v; do
	echo -n ${i}
	rev=`rlog -t ${i} | awk '/head/ {print $2}'` ;
	echo "  revision " ${rev}
	rcs -n${1}:${rev} ${i} ;
done