info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Update is not getting the new directories


From: Russ Sherk
Subject: Re: CVS Update is not getting the new directories
Date: Fri, 23 Sep 2005 08:51:58 -0400

On 9/23/05, Manish Rajpal <address@hidden> wrote:
> Hi
>
> I have added a new directory in one module that is on a branch. Now when
> others do a cvs update on the branch, they get other files I have
> checked in but not the directory.
>
> Doing a cvs co on the branch, however, gets the new directory without
> problem.
>
> What is it that I need to do in order to make is work with cvs update?

cvs will not create directories during an update unless you specify
the -d option.

E.g. cvs up -d myModule
Which means "Update myModule and create any missing directories."

Type 'cvs -H update' for a list of 'update' options with a brief description.

--Russ

>
> Regards
> Manish
>
>
>
>
> ********************** Legal Disclaimer ****************************
> "This email may contain confidential and privileged material for the sole use 
> of the intended recipient.  Any unauthorized review, use or distribution by 
> others is strictly prohibited.  If you have received the message in error, 
> please advise the sender by reply email and delete the message. Thank you."
> **********************************************************************
>
>
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/info-cvs
>




reply via email to

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