...
3. Once your sure the last command did not fry anything (if you did replace all the Root files with the Root.bak files: find . -name Root -exec cp mv '{}.bak' {} \; ), run this:
No Format |
---|
find . -name Root -exec sed -r -i.bak2 '{s/sakai_anon_cvs/cvssakai@cvs\.sakaiproject\.org/}' {} \; |
... to change the cvs metafile reference (sakai_anon_cvs) to a hard server reference and username which eclipse seems to prefer. Make sure that the dsa signature file has been added to eclipse (preferences->cvs...). Note that this clobbers the last .bak file made.
...