[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Fix for working with savannah CVS
- To: emacspeak <emacspeak@xxxxxxxxxxx>
- Subject: Fix for working with savannah CVS
- From: Lukas Loehrer <listaddr1@xxxxxxxxxxx>
- Date: Thu, 4 May 2006 18:29:59 +0200
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <listaddr1@xxxxxxxxxxx>
- Reply-To: listaddr1@xxxxxxxxxxx
- Resent-Date: Thu, 4 May 2006 12:30:05 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <bnrn4B.A.SzF.MwiWEB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
Here is a small patch against emacspeak 24 that fixes problems when
working with the ananymous CVS from savannah.gnu.org. Basically, the
URL of the CVS server seems to have changed.
Best regards, Lukas
--- emacspeak-wizards.el 2006-05-03 04:54:01.000000000 +0200
+++ emacspeak-wizards.el.fixed 2006-05-04 18:16:31.000000000 +0200
@@ -710,7 +710,7 @@
Typically %s is replaced by project name.")
(defvar emacspeak-cvs-gnu-anonymous-cvsroot-pattern
- ":pserver:anoncvs@xxxxxxxxxxx:/cvsroot/%s"
+ ":pserver:anonymous@xxxxxxxxxxx:/sources/%s"
"CVSROOT pattern for project CVS repository at
GNU.
Typically %s is replaced by project name.")
@@ -760,7 +760,7 @@
emacspeak-cvs-gnu-anonymous-cvsroot-pattern))
(emacspeak-cvs-get-project-snapshot
(format emacspeak-cvs-gnu-anonymous-cvsroot-pattern
- project project)
+ project)
(expand-file-name
(format emacspeak-cvs-local-directory-pattern
project))
Emacspeak Files |
Subscribe |
Unsubscribe | Search