info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New sub-module and update problem.


From: Sergei Organov
Subject: New sub-module and update problem.
Date: Tue, 27 Jun 2006 12:27:48 +0400
User-agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.18 (linux)

Hello,

Suppose I have the following in the 'modules' file:

x x_dir
y y_dir
m &x &y

and I've checkout module 'm' into directory 'm'. Now I have 'm/x' and
'm/y' directories. Still everything is fine.

Then I modify modules file to contain:

x x_dir
y y_dir
z z_dir
m &x &y &z

and commit the changes. Now getting a fresh checkout of the 'm' module
works as expected, i.e., m/x, m/y, and m/z directories get created.

However, if I go to the working directory 'm' that has been checked out
*before* 'modules' file has been modified and do

cvs update -d -P

there, the directory m/z is not being created. Yes, there are files in the
'z_dir' and I need to do

cvs get -P z

explicitly from within 'm' to get the directory 'm/z' into the old
sandbox.

Concurrent Versions System (CVS) 1.11.19 (client/server). The behavior
is the same both for local and remote (using CVS 1.12.9 client) access
to the repo.

Looks like a bug for me. Or is it a feature?

-- 
Sergei.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]