[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(no subject)
From: |
rayer |
Subject: |
(no subject) |
Date: |
Thu, 8 Nov 2001 10:35:27 -0800 (PST) |
>Submitter-Id: net
>Originator: Raye Raskin
>Organization:
net
>Confidential: no
>Synopsis: Different behavior when directory name contains a trailing slash
>Severity: non-critical
>Priority: low
>Category: cvs
>Class: sw_bug
>Release: 1.10.5-990505 (client/server)
+ join-admin (-kk) patch
+ join-admin-2 (-kk) patch
+ diff3/analyze patch
>Environment:
System: SunOS rayer-sun 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-5_10
Architecture: sun4
>Description:
% cvs -nq up -l foo/
% cvs -nq up -l foo
U foo/bar.c
>How-To-Repeat:
Commit a file in a subdirectory, say foo/bar.c, as above.
Issue "cvs -nq up -l foo/".
You will *not* be notified that your tree is out of date, even though it is.
>Fix:
Remove trailing slash, but this is a pain since tcsh adds them when
completing a directory name.