Fossil SCM
Added platform-dependent note.
Commit
30d68fde88232753d711153a3f43a6e870cbe08c399e7292525f362e8dc07b4e
Parent
03313e9c965b684…
1 file changed
+2
-1
+2
-1
| --- www/newrepo.wiki | ||
| +++ www/newrepo.wiki | ||
| @@ -57,11 +57,12 @@ | ||
| 57 | 57 | $ fossil open ../demo.fossil |
| 58 | 58 | </verbatim> |
| 59 | 59 | |
| 60 | 60 | That creates a file called <tt>_FOSSIL_</tt> in the current |
| 61 | 61 | directory, and this file contains all kinds of fossil-related |
| 62 | -information about your local repository. You can ignore it | |
| 62 | +information about your local repository. Under Linux, the BSDs or | |
| 63 | +macOS, this will instead be called <tt>.fslckout</tt>. You can ignore it | |
| 63 | 64 | for all purposes, but be sure not to accidentally remove it |
| 64 | 65 | or otherwise damage it - it belongs to fossil, not you. |
| 65 | 66 | |
| 66 | 67 | The next thing we need to do is add files to our repository. As it |
| 67 | 68 | happens, we have a few C source files lying around, which we'll |
| 68 | 69 |
| --- www/newrepo.wiki | |
| +++ www/newrepo.wiki | |
| @@ -57,11 +57,12 @@ | |
| 57 | $ fossil open ../demo.fossil |
| 58 | </verbatim> |
| 59 | |
| 60 | That creates a file called <tt>_FOSSIL_</tt> in the current |
| 61 | directory, and this file contains all kinds of fossil-related |
| 62 | information about your local repository. You can ignore it |
| 63 | for all purposes, but be sure not to accidentally remove it |
| 64 | or otherwise damage it - it belongs to fossil, not you. |
| 65 | |
| 66 | The next thing we need to do is add files to our repository. As it |
| 67 | happens, we have a few C source files lying around, which we'll |
| 68 |
| --- www/newrepo.wiki | |
| +++ www/newrepo.wiki | |
| @@ -57,11 +57,12 @@ | |
| 57 | $ fossil open ../demo.fossil |
| 58 | </verbatim> |
| 59 | |
| 60 | That creates a file called <tt>_FOSSIL_</tt> in the current |
| 61 | directory, and this file contains all kinds of fossil-related |
| 62 | information about your local repository. Under Linux, the BSDs or |
| 63 | macOS, this will instead be called <tt>.fslckout</tt>. You can ignore it |
| 64 | for all purposes, but be sure not to accidentally remove it |
| 65 | or otherwise damage it - it belongs to fossil, not you. |
| 66 | |
| 67 | The next thing we need to do is add files to our repository. As it |
| 68 | happens, we have a few C source files lying around, which we'll |
| 69 |