Your message dated Fri, 10 Jun 2011 22:14:44 +0000 (UTC)
with message-id <[email protected]>
and subject line -I had absolutely no effect during update
has caused the Debian Bug report #256463,
regarding -I had absolutely no effect during update
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.)
--
256463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256463
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cvs
Version: 1:1.12.9-1
Severity: normal
According to documentation and 'cvs -H update', the '-I foo' sub-option
to update is supposed to ignore 'foo'.
Yet I just ran "cvs up -I libstdc++-v3", and it updated all the directories,
including the only one I wanted it to ignore, creating a shitload of
conflicts. (Which is why I wanted to skip it.)
This used to work, but the last time I used cvs on this system was with 1.11.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-fenric5
Locale: LANG=C, LC_CTYPE=C
Versions of packages cvs depends on:
ii debconf 1.4.29 Debian configuration management sy
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libpam-runtime 0.76-21 Runtime support for the PAM librar
ii libpam0g 0.76-21 Pluggable Authentication Modules l
ii zlib1g 1:1.2.1.1-3 compression library - runtime
--- End Message ---
--- Begin Message ---
Hi,
cvs operates on files, not on directories; -I has the same effect
as placing a .cvsignore file into the directory according to the
Cederqvist.
So your solution would have been:
$ cvs up !(libstdc++-v3)
Using a Korn Shell, to glob out the subdir to ignore.
bye,
//mirabilos
--
22:59⎜<Vutral> glaub ich termkit is kompliziert | glabe nicht das man
damit schneller arbeitet | reizüberflutung │ wie windows │ alles evil
zuviel bilder │ wie ein spiel | 23:00⎜<Vutral> die meisten raffen auch
nicht mehr von windows | 23:01⎜<Vutral> bilderbücher sind ja auch nich
wirklich verbreitet als erwachsenen literatur ‣ who needs GUIs thus?
--- End Message ---