[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

Fix for working with savannah CVS



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