Subject: pkg/5434: tkcvs fails to commit anything
To: None <gnats-bugs@gnats.netbsd.org>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: netbsd-bugs
Date: 05/10/1998 14:31:27
>Number:         5434
>Category:       pkg
>Synopsis:       tkcvs fails to commit anything
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 10 05:35:01 1998
>Last-Modified:
>Originator:     Jaromir Dolecek
>Organization:
	ICS MU, Brno, Czech Republic
>Release:        1.3.1
>Environment:
	
System: NetBSD saruman.ics.muni.cz 1.3.1 NetBSD 1.3.1 (SARUMAN) #0: Sun Apr 19 16:15:24 MEST 1998 dolecek@saruman.ics.muni.cz:/usr/home/dolecek/N131/usr/src/sys/arch/i386/compile/SARUMAN i386


>Description:
	tkcvs fails to commit anything; looking at the stack trace, the
	last thing is something like "set errstr "$errstr\nEither select
	a list or upgrade".

	Looking at the sources, there is missing ".
	
>How-To-Repeat:
	try to commit a file through tkcvs
>Fix:
	I've send the patch to author already, so it's likely it will be fixed
	in next version of tkcvs. But meanwhile, here is the patch:
	
--- tkcvs/cvs.tcl.orig	Sun May 10 14:14:37 1998
+++ tkcvs/cvs.tcl	Sun May 10 14:14:59 1998
@@ -285,7 +285,7 @@
       # -sj
       set errstr "You must select files to be committed with CVS version"
       set errstr "$errstr $cvscfg(cvsver)."
-      set errstr "$errstr\n\nEither select a list of files or upgrade
+      set errstr "$errstr\n\nEither select a list of files or upgrade"
       set errstr "$errstr your CVS to version 1.3"
       cvserror "$errstr"
       return
>Audit-Trail:
>Unformatted: