Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:cvs [2017/08/16 14:59] – Added 'updating' section. digital man | dev:cvs [2023/10/22 18:54] (current) – [See Also] Remove the (now) bad links digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CVS Repository ====== | ====== CVS Repository ====== | ||
- | Synchronet [[source|source code]] and some third-party [[dependencies]] are stored in a version control database (repository) using a ubiquitous software system called [[wp> | + | **NOTE:** The Synchronet |
- | + | The old CVS repository was imported into the Git repository, with history, | |
- | Anonymous access, for current source code or previous releases by label, is available to the following repositories: | + | |
- | | + | |
- | | + | |
- | + | ||
- | Required modules for building Synchronet: | + | |
- | | + | |
- | | + | |
- | * '' | + | |
- | * '' | + | |
- | + | ||
- | Required modules for running | + | |
- | * '' | + | |
- | + | ||
- | Example labels (for checking-out a specific release): | + | |
- | * '' | + | |
- | * '' | + | |
- | * '' | + | |
- | * '' | + | |
- | * '' | + | |
- | + | ||
- | NOTE: If you really want to build an old release, you'll probably have better luck downloading a source archive (e.g. '' | + | |
- | + | ||
- | ==== Examples ==== | + | |
- | + | ||
- | CVS command-line example (for non-Windows OSes): | + | |
- | cvs -d : | + | |
- | + | ||
- | CVS command-line example (for Windows): | + | |
- | cvs -d : | + | |
- | + | ||
- | ==== Changes ==== | + | |
- | + | ||
- | In October of 2011, the ''/ | + | |
- | + | ||
- | The '' | + | |
- | + | ||
- | ==== Updating ==== | + | |
- | + | ||
- | To update your Synchronet source files from CVS, execute from the parent of your Synchronet '' | + | |
- | cvs update -d src 3rdp | + | |
- | + | ||
- | To update your Synchronet executable script and module files from CVS, after backing-up your exec directory, execute from your Synchronet '' | + | |
- | cvs update -d | + | |
===== See Also ===== | ===== See Also ===== | ||
- | | + | * [[dev:git|Synchronet |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | | + | |