| At line 19 added 30 lines. |
| + !!Distribute SEA config files on the instruments |
| + |
| + The necessary files for the SEA server are stored in a cvs. |
| + |
| + For access to the cvs, one has to login to afs: |
| + {{{ |
| + klog <user> |
| + Password: <windows/mail password> |
| + }}} |
| + !Putting a new file into the cvs: |
| + {{{ |
| + cvs add <file> |
| + cvs commit <file> |
| + }}} |
| + !Putting a modified file into the cvs |
| + if the file-name is omitted, all changed files are affected |
| + {{{ |
| + cvs commit <file> |
| + }}} |
| + An editor opens where you can give an comment (for the config |
| + files, we user rarely a comment, but at least one character should be entered). |
| + |
| + !Update files from the CVS |
| + {{{ |
| + cvs update <file> |
| + }}} |
| + Sometimes there is a warning due to a conflict, which should |
| + be resolved by editing the affected file. If the filename is |
| + omitted, all files in the current directory and in its |
| + subdirectories are updated. |