info-cvs
[Top][All Lists]
Advanced

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

Re: when cvs checkout it checks out only directory tree wihtout any file


From: Kranti Parisa
Subject: Re: when cvs checkout it checks out only directory tree wihtout any files
Date: Thu, 8 Feb 2007 01:15:22 +0530


what could be the best client for CVS.
 
able to instal CVS on server.
 
but now want to access that easily thru a client.
 
On 2/7/07, Insik Park <address@hidden> wrote:
Step0ut wrote:
> Hi everyone,
>
> I have been using cvs but as a user
> so I knew the basic commands to check out code, updating e.t.c.
> I have decided today to setup my own repository following some instructions
> found in
> http://www.neogeny.org/blog/2006/09/05/setting_up_a_cvs_repository_on_linux.html
>
> so after doing all steps, initializing e.t.c. I try to check out the code
> from another location
> but I get only the full directory tree without any files in it.
> Do you have any suggestions what I might have screwed up?
>
> Cheers,
> Step0ut
>
I think you should find a different set of instructions. Instead of
using "mkdir /home/myproject/cvs/myproject", you need to use the CVS
command "import" to tell CVS which files you want it to keep track of.

For example, once you have init'ed the repository, you should go to your
source root directory:

cd ~/whereMyCodeIs/

and execute:

cvs import myproject username start

The import command tells CVS to create the project "myproject" in the
repository, with all of the source files and directories under the
current directory. Once CVS has imported all of the source files, you
should be able to use checkout with no problems.



_______________________________________________
info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs



--
------------------
Best Regards
Kranti Kiran Kumar Parisa
Mobile: +91 - 9849 - 625 - 625             +91 - 9391 - 438 - 738
reply via email to

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