info-cvs
[Top][All Lists]
Advanced

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

Re: CVS help


From: Russ Sherk
Subject: Re: CVS help
Date: Mon, 26 Sep 2005 13:05:32 -0400

On 9/26/05, Jim Hyslop <address@hidden> wrote:
> chainastole wrote:
> > I try to make checkout.
> > I have cvs root such as "/export/home/elephant/users/repository/".
> > I am staying at "/export/home/john/elephant/bug/kuku/src".
> > I want the directory "e_src" with all including files be checked out to
> > "/export/home/john/elephant/bug/kuku/src".
> >
> > I type: cvs checkout -d e_src elephant/bug/kuku/src/e_src.

How about:
cd /export/home/john/
cvs co elephant/bug/kuku/src/e_src

Or:
cd /export/home/john/elephant/bug/kuku/src
cvs up -d e_src
(if /export/home/john/elephant/bug/kuku/src has already been checked
out....  The '-d' here means: 'create non-existant directories and
files')

> > I receive CVS message: "cvs checkout: Updating e_src".
> >
> > Directory "/export/home/john/elephant/bug/kuku/src/e_src" is created
> > but there are no files in it.
> >
> > What is the problem?
>
> Does CVS issue any other messages?
>
> Are you sure there are files in the repository that are on the trunk?
>
> What version of the client and server software are you running ("cvs
> version" will tell 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]