Your message dated Tue, 21 Jun 2011 11:54:13 +0000 (UTC)
with message-id <[email protected]>
and subject line Re: Bug#631192: cvsrc file no longer honoured
has caused the Debian Bug report #631192,
regarding cvsrc file no longer honoured
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
631192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631192
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cvs
Version: 2:1.12.13+real-5
Severity: normal
After upgrading to 2:1.12.13+real-5, options in my ~/.cvsrc file are no longer
honoured. My ~/.cvsrc file is as follows:
---8<---
cvs -q
diff -u -p -N
update -d -P
---8<---
I am now getting diffs in the default 'ed' format, intead of universal diff.
If I manually do "cvs diff -u" I still get a universal diff.
As an experiment, I tried adding a 'log -h' entry, and running "cvs log", and
the log came back as if there were no '-h' option.
This worked with the previous version, which I'm pretty sure was 1:1.12.13-12
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cvs depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii dpkg 1.16.0.3 Debian package management system
ii install-info 4.13a.dfsg.1-6 Manage installed documentation in
ii libbsd0 0.3.0-1 utility functions from BSD systems
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libcomerr2 1.41.12-4 common error description library
ii libgssapi-krb5-2 1.9.1+dfsg-1 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.9.1+dfsg-1 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.9.1+dfsg-1 MIT Kerberos runtime libraries
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages cvs recommends:
ii mksh 40.1-1 MirBSD Korn Shell
ii openssh-client 1:5.5p1-6 secure shell (SSH) client, for sec
Versions of packages cvs suggests:
pn rcs <none> (no description available)
-- Configuration Files:
/etc/cron.weekly/cvs [Errno 2] No such file or directory:
u'/etc/cron.weekly/cvs'
-- debconf information:
cvs/rotatekeep: 7
cvs/badrepositories: create
cvs/rotatekeep_nondefault: no
cvs/rotate_individual: true
cvs/pserver_repos_individual: true
cvs/pserver_setspawnlimit: false
cvs/rotatekeep_individual: 7
cvs/pserver_repos: all
cvs/pserver: false
* cvs/repositories:
cvs/pserver_spawnlimit: 400
cvs/rotatehistory: no
--- End Message ---
--- Begin Message ---
Adam Spragg dixit:
>After upgrading to 2:1.12.13+real-5, options in my ~/.cvsrc file are no longer
>honoured. My ~/.cvsrc file is as follows:
I see… I got out of .cvsrc habit because it turned out bad,
I just type the command I need out in full always to get
muscle memory.
>---8<---
>cvs -q
>
↑ remove this newline and it will work
>diff -u -p -N
>update -d -P
>---8<---
bye,
//mirabilos
--
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh
--- End Message ---