jCVS with EMacs under Windows NT

jCVS with EMacs under Windows NT

[ This all begs the question of how do I ask jcvs to commit files? emacs has the version control hooks... ]

NT emacs home page is


gnuserv home page is

You need both emacs (obviously) and gnuserv installed and on your PATH.

I added the following line to my site_start.el file (could be in your .emacs too):

	(load "gnuserv")
	(gnuserv-start)

And the following lines to my jcvs Properties.txt file:

	# Emacs
	jCVS.openFile.args.c=EMACS
	jCVS.openFile.method.c=SH
	jCVS.openFile.args.cpp=EMACS
	jCVS.openFile.method.cpp=SH
	jCVS.openFile.args.txt=EMACS
	jCVS.openFile.method.txt=SH

	jCVS.openFile.SH.EMACS.argc=3
	jCVS.openFile.SH.EMACS.argv.0=gnuclientw.exe
	jCVS.openFile.SH.EMACS.argv.1=-F
	jCVS.openFile.SH.EMACS.argv.2=@

Owen
osm@interguide.com