[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110984: * tramp.texi (Top, Obtain
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110984: * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git. |
Date: |
Sun, 02 Dec 2012 16:33:17 +0100 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110984
committer: Michael Albinus <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-12-02 16:33:17 +0100
message:
* tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
(External methods): Fix typo.
modified:
doc/misc/ChangeLog
doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2012-11-30 23:50:49 +0000
+++ b/doc/misc/ChangeLog 2012-12-02 15:33:17 +0000
@@ -1,3 +1,8 @@
+2012-12-02 Michael Albinus <address@hidden>
+
+ * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
+ (External methods): Fix typo.
+
2012-11-30 Glenn Morris <address@hidden>
* rcirc.texi (Notices): Fix typo.
=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi 2012-10-25 12:08:44 +0000
+++ b/doc/misc/tramp.texi 2012-12-02 15:33:17 +0000
@@ -7,7 +7,7 @@
@c This is *so* much nicer :)
@footnotestyle end
address@hidden In the Tramp CVS, the version number is auto-frobbed from
address@hidden In the Tramp repository, the version number is auto-frobbed from
@c configure.ac, so you should edit that file and run
@c "autoconf && ./configure" to change the version number.
@@ -106,7 +106,7 @@
@ifhtml
The latest release of @value{tramp} is available for
@uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see
address@hidden Tramp} for more details, including the CVS server
address@hidden Tramp} for more details, including the Git server
details.
@value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/,
@@ -377,13 +377,13 @@
for XEmacs, as well. So maybe it is easier to just use those. But if
you want the bleeding edge, read address@hidden
-For the especially brave, @value{tramp} is available from CVS. The CVS
+For the especially brave, @value{tramp} is available from Git. The Git
version is the latest version of the code and may contain incomplete
features or new issues. Use these versions at your own risk.
Instructions for obtaining the latest development version of @value{tramp}
-from CVS can be found by going to the Savannah project page at the
-following URL and then clicking on the CVS link in the navigation bar
+from Git can be found by going to the Savannah project page at the
+following URL and then clicking on the Git link in the navigation bar
at the top.
@noindent
@@ -394,8 +394,14 @@
@example
] @strong{cd ~/@value{emacsdir}}
-] @strong{export CVS_RSH="ssh"}
-] @strong{cvs -z3 -d:pserver:anonymous@@cvs.savannah.gnu.org:/sources/tramp co
tramp}
+] @strong{git clone git://git.savannah.gnu.org/tramp.git}
address@hidden example
+
address@hidden
+Tramp developers use instead
+
address@hidden
+] @strong{git clone login@@git.sv.gnu.org:/srv/git/tramp.git}
@end example
@noindent
@@ -405,12 +411,11 @@
@example
] @strong{cd ~/@value{emacsdir}/tramp}
-] @strong{export CVS_RSH="ssh"}
-] @strong{cvs update -d}
+] @strong{git pull}
@end example
@noindent
-Once you've got updated files from the CVS repository, you need to run
+Once you've got updated files from the Git repository, you need to run
@command{autoconf} in order to get an up-to-date @file{configure}
script:
@@ -980,7 +985,7 @@
@cindex method smb
@cindex smb method
-This is another not natural @value{tramp} method. It uses the
+This is another not native @value{tramp} method. It uses the
@command{smbclient} command on different Unices in order to connect to
an SMB server. An SMB server might be a Samba (or CIFS) server on
another UNIX host or, more interesting, a host running MS Windows. So
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110984: * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.,
Michael Albinus <=