Discussion:
How do I get a new directory to show up with 'cvs update'?
H Brydon
2012-07-23 21:12:29 UTC
Permalink
Howdy folks. Scenario: Two developers and/or just me with multiple
sandboxes. If a new subdirectory is added from one sandbox and committed
properly, a 'cvs co' will properly create the subdirectory but 'cvs update'
in the existing sandboxes does not add the new directory. I can't find
anything in the documentation on how to do this. I know I could create a
new sandbox and overlay directories or abandon the existing sandbox and
create a new one but this seems wrong. Surely there is a documented way to
do it. What am I missing?

--
Harvey
Larry Jones
2012-07-23 21:43:24 UTC
Permalink
Post by H Brydon
Howdy folks. Scenario: Two developers and/or just me with multiple
sandboxes. If a new subdirectory is added from one sandbox and committed
properly, a 'cvs co' will properly create the subdirectory but 'cvs update'
in the existing sandboxes does not add the new directory.
You need update -d to create new directories. You might want to put
that in your ~/.cvsrc file (along with -P).
--
Larry Jones

You can never really enjoy Sundays because in the back of your
mind you know you have to go to school the next day. -- Calvin
H Brydon
2012-07-24 14:09:31 UTC
Permalink
Ah yes there it is in the help and the docs, cleverly hidden right in plain
sight. I didn't understand what the "-d" help meant. It makes sense now...

Thanks for your help.

--
Harvey
Post by Larry Jones
Post by H Brydon
Howdy folks. Scenario: Two developers and/or just me with multiple
sandboxes. If a new subdirectory is added from one sandbox and committed
properly, a 'cvs co' will properly create the subdirectory but 'cvs
update'
in the existing sandboxes does not add the new directory.
You need update -d to create new directories. You might want to put
that in your ~/.cvsrc file (along with -P).
--
Larry Jones
You can never really enjoy Sundays because in the back of your
mind you know you have to go to school the next day. -- Calvin
Loading...