info-cvs
[Top][All Lists]
Advanced

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

Re: Making cvs not check out the root directory of your repository


From: russ . sherk
Subject: Re: Making cvs not check out the root directory of your repository
Date: 7 Feb 2005 11:30:14 -0800
User-agent: G2/0.2

More specific to your situation;

mkdir www; cvs co -d./www Project1/www

This will check out module Project1/www  to  local direcory ./www
The previous posters command will check out Project1/*  to local dir.
So if you had Project1/www, Project1/test, Project1/resource, you'd end
up with ./www, ./test, ./resource.

Salue.



reply via email to

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