Author: dsahlberg Date: Sun Oct 30 15:53:53 2022 New Revision: 1904935 URL: http://svn.apache.org/viewvc?rev=1904935&view=rev Log: Note that some files in contrib/client-side/emacs are out-of-date compared to upstream. As suggested by hartmannathan in IRC [1], let's keep the files as-is in case some external scripts/links depend on them.
* contrib/client-side/emacs/dsvn.el: Author informed of new maintainership in [2]. Add link to GitHub. * contrib/client-side/emacs/psvn.el: Make the link to upstream more prominent and remove the suggestion to checkout from the Subversion repository. [1] https://colabti.org/irclogger/irclogger_log/svn-dev?date=2022-10-30 [2] https://lists.apache.org/thread/vn2729mdvb55tb6do3cwmwh7kd3bqdd3 Modified: subversion/trunk/contrib/client-side/emacs/dsvn.el subversion/trunk/contrib/client-side/emacs/psvn.el Modified: subversion/trunk/contrib/client-side/emacs/dsvn.el URL: http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/emacs/dsvn.el?rev=1904935&r1=1904934&r2=1904935&view=diff ============================================================================== --- subversion/trunk/contrib/client-side/emacs/dsvn.el (original) +++ subversion/trunk/contrib/client-side/emacs/dsvn.el Sun Oct 30 15:53:53 2022 @@ -1,5 +1,11 @@ ;;; dsvn.el --- Subversion interface +;; This file is known to be out of date but has been kept to not break scripts +;; that might rely on it. +;; +;; The latest version is hosted on GitHub: +;; https://github.com/rosbo018/dsvn + ;; Copyright 2006-2010 Virtutech AB ;; Copyright 2010 Intel Modified: subversion/trunk/contrib/client-side/emacs/psvn.el URL: http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/emacs/psvn.el?rev=1904935&r1=1904934&r2=1904935&view=diff ============================================================================== --- subversion/trunk/contrib/client-side/emacs/psvn.el (original) +++ subversion/trunk/contrib/client-side/emacs/psvn.el Sun Oct 30 15:53:53 2022 @@ -1,4 +1,11 @@ ;;; psvn.el --- Subversion interface for emacs + +;; This file is known to be out of date but has been kept to not break scripts +;; that might rely on it. +;; +;; The latest version is hosted here: +;; http://www.xsteve.at/prg/emacs/ + ;; Copyright (C) 2002-2009 by Stefan Reichoer ;; Author: Stefan Reichoer <[email protected]> @@ -137,8 +144,6 @@ ;; The latest version of psvn.el can be found at: ;; http://www.xsteve.at/prg/emacs/psvn.el -;; Or you can check it out from the subversion repository: -;; svn co http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/emacs emacs-svn ;; TODO: ;; * shortcut for svn propset svn:keywords "Date" psvn.el
