From the UTillyty dokuwiki
Differences
This shows you the differences between two versions of the page.
|
knowhow:cvs [2010/03/16 02:41] attilio pavone created |
knowhow:cvs [2010/03/16 03:23] (current) attilio pavone |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== CVSROOTccess error ====== | + | ====== CVS ====== |
| + | ===== CVSROOTccess error ===== | ||
| when porting files from window to unix u must replace the CR+LF new line with LF. | when porting files from window to unix u must replace the CR+LF new line with LF. | ||
| - | U can use the fallowing command: | + | U can use the following command: |
| <code> | <code> | ||
| find . -name Root -or -name Entries -or -name Repository | xargs dos2unix | find . -name Root -or -name Entries -or -name Repository | xargs dos2unix | ||
| </code> | </code> | ||
