cvs update: new files are missing?
Hello, I have a local copy of drupal HEAD created with cvs, so that by doing: cvs update I can get up to date with the latest development. However, when I do it, the whole themes/garland/ directory is missing from my local copy. The garland theme is present when I download the tarball (development snapshot or RC1) but not by updating via cvs. Am I missing a flag or something? I have found a workaround by downloading a fresh copy of HEAD: cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -d head.drupal drupal so now, I have what I want. But I would like to understand why it didn't work by doing cvs update. The problem might come up again when some other files are added to HEAD. Thanks, Augustin. -- http://www.wechange.org/ Because we and the world need to change. http://www.reuniting.info/ Intimate Relationships, peace and harmony in the couple.
On Friday 22 December 2006 16:47, Gerhard Killesreiter wrote:
I have a local copy of drupal HEAD created with cvs, so that by doing: cvs update
cvs update -dP
Thank you, Gerhard. I am stupid because I could have RTFM :-/ Augustin. -- http://www.wechange.org/ Because we and the world need to change. http://www.reuniting.info/ Intimate Relationships, peace and harmony in the couple.
participants (2)
-
Augustin (Beginner) -
Gerhard Killesreiter