diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2012-10-06 08:16:43 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2012-10-06 08:16:43 +0000 |
commit | 37059d2b3c5ee1f649be5921498ca556a334928c (patch) | |
tree | c319a0f952ae6da5f81ad854f28b94c5fca52a4c | |
parent | 12af801113f2366dce765404c1dc5a0bd8a6aa01 (diff) | |
download | pkgsrc-37059d2b3c5ee1f649be5921498ca556a334928c.tar.gz |
It is recommended not to exceed -z2 when compressing CVS transfers.
-rw-r--r-- | doc/guide/files/getting.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml index b0f8076e725..df82b2b3200 100644 --- a/doc/guide/files/getting.xml +++ b/doc/guide/files/getting.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: getting.xml,v 1.29 2012/02/02 00:39:23 asau Exp $ --> +<!-- $NetBSD: getting.xml,v 1.30 2012/10/06 08:16:43 jnemeth Exp $ --> <chapter id="getting"> <title>Where to get pkgsrc and how to keep it up-to-date</title> @@ -76,7 +76,7 @@ and dashes.</para> <para>To fetch a specific pkgsrc stable branch, run:</para> -<screen>&uprompt; <userinput>cd /usr && cvs -q -z3 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -r <replaceable>pkgsrc-20xxQy</replaceable> -P pkgsrc</userinput> +<screen>&uprompt; <userinput>cd /usr && cvs -q -z2 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -r <replaceable>pkgsrc-20xxQy</replaceable> -P pkgsrc</userinput> </screen> <para>Where <replaceable>pkgsrc-20xxQy</replaceable> is the stable @@ -88,7 +88,7 @@ and dashes.</para> <para>To fetch the pkgsrc current branch, run:</para> -<screen>&uprompt; <userinput>cd /usr && cvs -q -z3 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> +<screen>&uprompt; <userinput>cd /usr && cvs -q -z2 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> </screen> <para>Refer to the <ulink url="http://www.NetBSD.org/mirrors/">list of available mirrors</ulink> to choose a faster CVS mirror, if needed.</para> @@ -96,7 +96,7 @@ and dashes.</para> <!-- FIXME: All this CVS magic should move into appendix or so. --> <para>If you get error messages from <literal>rsh</literal>, you need to set CVS_RSH variable. E.g.:</para> -<screen>&uprompt; <userinput>cd /usr && env CVS_RSH=ssh cvs -q -z3 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> +<screen>&uprompt; <userinput>cd /usr && env CVS_RSH=ssh cvs -q -z2 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> </screen> <para>Refer to documentation on your command shell how to set CVS_RSH=ssh permanently. @@ -118,7 +118,7 @@ export CVS_RSH <programlisting> # recommended CVS configuration file from the pkgsrc guide -cvs -q -z3 +cvs -q -z2 checkout -P update -dP diff -upN |