RCS

Adrian Aichner adrian at xemacs.org
Wed Oct 3 09:34:13 EDT 2007


Uwe Brauer <oub at mat.ucm.es> writes:

>>>>>> "Ville" == Ville Skytt <Ville> writes:
> one problem is that the new vc pkg also does not include 
> as it seems (vc-load-vc-hooks)

It was removed in 1.13 of vc-hooks.el.

Current CVS has a strange looking section of
;;;###autoload(defun vc-load-vc-hooks ()
;;;###autoload  (interactive)
;;;###autoload  (require 'vc-hooks)
;;;###autoload  (vc-find-file-hook))

;;;###autoload(and (featurep 'menubar)
;;;###autoload     (featurep 'xemacs)
;;;###autoload     (not (or (featurep 'vc-hooks) (featurep 'infodock)))
;;;###autoload     current-menubar
;;;###autoload     (car (find-menu-item current-menubar '("Tools")))
;;;###autoload     (add-submenu '("Tools")
;;;###autoload		  '("Version Control"
;;;###autoload		   ["Load VC" vc-load-vc-hooks t])
;;;###autoload	"Compare"))

Ville, could you please comment.

>
> When I returned to the 1.41 version. I can register new files and it
> seems that I can check in and out and visit older version. 
>
>
> However files which are already under version there the situation is
> different I still can do a checkin and checkout but I cannot visit the
> old version, I feature which I strongly need.

Uwe, I use
M-x erevision
in version controlled files and it works well with old and new vc.

>
> For me it is not clear how is the culprit here. Maybe my version file
> corrected but then all of my older files should be corrupted which I
> find extremely odd.

Do some command-line testing as suggested before by Ville.

Apparently there's no authoritative online version of the rcs man
pages, but
http://www.delorie.com/gnu/docs/rcs/co.1.html
should be good enough for your testing.

co -pREV FILE
will print revision REV of file FILE to stdout.

I don't have RCS installed locally, I just use it via tramp on remote
systems.

Adrian

>
> Uwe Brauer 
>
> _______________________________________________
> XEmacs-Beta mailing list
> XEmacs-Beta at xemacs.org
> http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
>

-- 
Adrian Aichner
 mailto:adrian at xemacs.org
 http://www.xemacs.org/



More information about the XEmacs-Beta mailing list