mirror of https://github.com/BOINC/boinc.git
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
# on 2004-02-02 we made a repository change that requires you to run this script in any working copies checked out before then (otherwise you will continue to see "html_user not found" messages
|
||
|
|
||
|
|
||
|
cat CVS/Entries | grep -v D/html_user | grep -v D/html_ops > CVS/Entries
|
||
|
|