info-cvs
[Top][All Lists]
Advanced

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

Re: Two directories for one project or module


From: Kenneth Dombrowski
Subject: Re: Two directories for one project or module
Date: Sun, 20 Jun 2004 13:22:16 -0400
User-agent: Mutt/1.3.28i

On 04-06-20 09:49 -0700, Adrian Constantin wrote:
> --- Kenneth Dombrowski <address@hidden> wrote:
> > I'm sorry if I'm misunderstanding the question, but:
> > import the
> > directories from one level up the heirarchy? 
> > 
> ...
> 
> I was thinking of having a sandbox directly within the
> 
> DocumentRoot.
> If I import the up-dir, which include the working and
> the public directories, then when I check out I end up
> with the working directory included somewhere under
> DocumentRoot. 
> 

Oh, I see.  Loveparty needs to be in the DocumentRoot, but it is not the
DocumentRoot itself.  

All I've got, then, is this:

address@hidden:~/cvs/test$ cvs
-d:ext:cvs.ylayali.net:/var/cvs/ylayali.net checkout -d htdocs
dev/htdocs
address@hidden:~/cvs/test$ ls -l
total 4
drwxr-sr-x   18 kenneth  kenneth      4096 Jun 20 13:13 htdocs


This is using the same repository as my previous example, 

the main thing being that it's fine to check out a subset of a module
(/dev/htdocs)

the other thing to notice being the '-d htdocs' alias, without that the
checkout would have created the intermediate 'dev' directory 

Is that any closer? 

Kenneth






reply via email to

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