comparison INSTALL.CVS @ 54679:821beb22a34c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 02 Apr 2004 07:53:11 +0000
parents 6a13a0f9d22b
children 6f111b7dd138
comparison
equal deleted inserted replaced
54678:db4c0d22d62b 54679:821beb22a34c
48 should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help 48 should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help
49 or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will 49 or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will
50 send it to the proper place. 50 send it to the proper place.
51 51
52 52
53 Note on using SSH to access the CVS repository from inside emacs 53 Note on using SSH to access the CVS repository from inside Emacs
54 ---------------------------------------------------------------- 54 ----------------------------------------------------------------
55 55
56 Write access to the CVS repository requires using SSH v2. 56 Write access to the CVS repository requires using SSH v2.
57 57
58 If you execute cvs commands inside emacs, specifically if you use 58 If you execute cvs commands inside Emacs, specifically if you use
59 pcl-cvs, output from CVS may be lost due to a problem in the 59 pcl-cvs, output from CVS may be lost due to a problem in the
60 interface between ssh, cvs, and emacs. Corrupted checkins are 60 interface between ssh, cvs, and libc. Corrupted checkins have
61 also been reported to have happened. 61 also been rumored to have happened.
62 62
63 To fix the problem, save the following script into a file, make it 63 To fix the problem, save the following script into a file, make it
64 executable, and set CVS_RSH to the file name of the script: 64 executable, and set CVS_RSH to the file name of the script:
65 65
66 #!/bin/bash 66 #!/bin/bash