info-cvs
[Top][All Lists]
Advanced

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

Re: RES: More module aliases [SOLVED]


From: Kenneth Dombrowski
Subject: Re: RES: More module aliases [SOLVED]
Date: Tue, 11 May 2004 20:30:30 -0400
User-agent: Mutt/1.3.28i

Hi again Marcelo,

On 04-05-11 09:34 -0300, Marcelo Carvalho Fernandes wrote:
> Could you just tell me your directory tree under $CVSROOT ?

sure, it looks like the furthest-right arguments in the modules file:

address@hidden uy_mod]$ ls -l
total 56
drwxrwsr-x    3 kenneth  staff        4096 May 10 19:32 CVSROOT
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:26 _developer
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:26 functions
drwxrwsr-x    2 cvs-user staff        4096 May 10 21:26 images
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:26 orderpages
drwxrwsr-x    2 cvs-user staff        4096 May 10 21:26 prof
drwxrwsr-x    5 cvs-user staff        4096 May 10 15:11 profiles
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:26 root_pro
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:25 root_site
drwxrwsr-x    2 cvs-user staff        4096 May 10 21:26 tmpl
drwxrwsr-x    3 cvs-user staff        4096 May 10 21:26 bin

originally I was trying to checkout 'orderpages' into the same directory
as 'root_pro', I had to redesign my application to access these files
from a separate directory ('pro/order' in the example below)

> > my modules definitions now look something like:
> > 
> > # create uy_pro first
> > proroot     -d pro                         root_pro
> > # order processing      
> > procart     -d pro/order                   orderpages
> > profunc     -d pro/functions               functions
> > # images
> > proimgs     -d pro/images                  images
> > # uybin
> > probin      -d pro/bin                     bin
> > # prof only contains profiles/index.php
> > proprof     -d pro/profiles                prof
> > # pro profile
> > propro      -d pro/profiles/professional   profiles/professional
> > # email tmplates
> > protmpl     -d pro/includes/tmpl           tmpl
> > pro &proroot &procart &profunc &proimgs &probin &proprof &propro &protmpl





reply via email to

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