source: liacs/coco/import2svn.sh@ 137

Last change on this file since 137 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 164 bytes
Line 
1#!/bin/sh
2# CoCo uses CVS, this onliner allows importing the files back into my
3# subversion as well
4svn add `svn status | grep -v 'CVS' | awk '/^\? / {print $2}'`
Note: See TracBrowser for help on using the repository browser.