mirror of git://git.sv.gnu.org/nano.git
in README.CVS, update the given cvs commands so that they work again
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3240 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
abaa9a81f7
commit
5aaaad4a63
|
@ -286,6 +286,7 @@ CVS code -
|
||||||
- Mention that the minimum required version of texinfo is 4.0,
|
- Mention that the minimum required version of texinfo is 4.0,
|
||||||
since that's the first version that supports generating HTML.
|
since that's the first version that supports generating HTML.
|
||||||
(DLR)
|
(DLR)
|
||||||
|
- Update the given cvs commands so that they work again. (DLR)
|
||||||
- doc/faq.html:
|
- doc/faq.html:
|
||||||
- Add a new section 5.3 to explain the status of nano's Unicode
|
- Add a new section 5.3 to explain the status of nano's Unicode
|
||||||
support. (Mike Frysinger, minor tweaks by DLR)
|
support. (Mike Frysinger, minor tweaks by DLR)
|
||||||
|
|
|
@ -28,10 +28,10 @@ If you're using a C shell (e.g. tcsh or csh), do
|
||||||
$ setenv CVS_RSH ssh
|
$ setenv CVS_RSH ssh
|
||||||
|
|
||||||
After it's set up, use the following command to download the CVS tree:
|
After it's set up, use the following command to download the CVS tree:
|
||||||
$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout nano
|
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout nano
|
||||||
|
|
||||||
If you want to download the stable CVS branch, add "-r nano_1_2_branch":
|
If you want to download the stable CVS branch, add "-r nano_1_2_branch":
|
||||||
$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout -r nano_1_2_branch nano
|
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_1_2_branch nano
|
||||||
|
|
||||||
Once you have the sources in the "nano" directory, cd into it, and
|
Once you have the sources in the "nano" directory, cd into it, and
|
||||||
execute the "autogen.sh" script in the top directory. This will set up
|
execute the "autogen.sh" script in the top directory. This will set up
|
||||||
|
|
Loading…
Reference in New Issue