mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2937
This commit is contained in:
parent
b5df35740b
commit
52fb691507
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
|
Loading…
Reference in New Issue