source:
liacs/coco/import2svn.sh@
241
Last change on this file since 241 was 2, checked in by , 15 years ago | |
---|---|
File size: 164 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #!/bin/sh |
2 | # CoCo uses CVS, this onliner allows importing the files back into my | |
3 | # subversion as well | |
4 | svn add `svn status | grep -v 'CVS' | awk '/^\? / {print $2}'` |
Note:
See TracBrowser
for help on using the repository browser.