in README.CVS, mention the need for ssh to do cvs checkouts
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2115 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b908a36d60
commit
831c640e62
|
@ -396,7 +396,8 @@ CVS code -
|
||||||
v?snprintf(), and add minor formatting changes.
|
v?snprintf(), and add minor formatting changes.
|
||||||
- Mention the requirement for groff in order to create html
|
- Mention the requirement for groff in order to create html
|
||||||
versions of the manpages. (DLR)
|
versions of the manpages. (DLR)
|
||||||
- Update the given cvs commands so that they work again. (DLR)
|
- Update the given cvs commands so that they work again, and
|
||||||
|
mention the need for ssh to do cvs checkouts. (DLR)
|
||||||
- faq.html:
|
- faq.html:
|
||||||
- Fixed inaccuracy: Pico compatibility mode was made the default
|
- Fixed inaccuracy: Pico compatibility mode was made the default
|
||||||
in nano 1.1.99pre1, not 1.2.2. (DLR)
|
in nano 1.1.99pre1, not 1.2.2. (DLR)
|
||||||
|
|
|
@ -13,12 +13,19 @@ packages:
|
||||||
- groff
|
- groff
|
||||||
- texinfo
|
- texinfo
|
||||||
- cvs
|
- cvs
|
||||||
|
- ssh (with support for the SSH version 2 protocol)
|
||||||
- glib 2.x (if your system doesn't have snprintf() and/or vsnprintf())
|
- glib 2.x (if your system doesn't have snprintf() and/or vsnprintf())
|
||||||
- make, gcc and the normal development libraries (ncurses, etc.)
|
- make, gcc and the normal development libraries (ncurses, etc.)
|
||||||
|
|
||||||
These should be available on your GNU mirror.
|
These should be available on your GNU mirror.
|
||||||
|
|
||||||
To download the CVS tree, execute the following command:
|
First, you need to set up cvs to download the CVS tree using ssh. If
|
||||||
|
you're using a Bourne shell (e.g. bash), do
|
||||||
|
$ export CVS_RSH=ssh
|
||||||
|
If you're using a C shell (e.g. tcsh or csh), do
|
||||||
|
$ setenv CVS_RSH ssh
|
||||||
|
|
||||||
|
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:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout nano
|
||||||
|
|
||||||
If you want to download the stable CVS branch, add "-r nano_1_0_branch":
|
If you want to download the stable CVS branch, add "-r nano_1_0_branch":
|
||||||
|
|
Loading…
Reference in New Issue