source:
liacs/coco/import2svn.sh@
231
Last change on this file since 231 was 2, checked in by , 15 years ago | |
---|---|
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 |
4 | svn add `svn status | grep -v 'CVS' | awk '/^\? / {print $2}'` |
Note:
See TracBrowser
for help on using the repository browser.