On 04-06-20 09:49 -0700, Adrian Constantin wrote: > --- Kenneth Dombrowski <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]:~/cvs/test$ cvs -d:ext:cvs.ylayali.net:/var/cvs/ylayali.net checkout -d htdocs dev/htdocs [EMAIL PROTECTED]:~/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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
