RE: php + cvs

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

 



> -----Original Message-----
> From: Bostjan Skufca @ domenca.si [mailto:bostjan.skufca@xxxxxxxxxx]
> Sent: Tuesday, May 31, 2005 6:57 PM

> > > is it possible to mount CVS/SVN repository as filesystem?
> >
> > a. why would you want to? (the whole idea is that you _dont_ edit
files
> > directly in the repository) b. this is a php mailinglist not a cvs
> > mailinglist. ;-)
> >
 
> a. It would create a posibility to run application directly from CVS
if
> http server would have access to it

If You really want that, then set it up in Your virtual host block? No
need for mounting here as I see it.

A typical setup is:

/home/website/cvs // the CVS repository
www.domain.com // /home/website/public_html (the live site)
www.domain.com/~USERS/ // /home/USERS/ (the local checkouts)

Everyone working on the site works on their local checkouts, and commits
changes, then asking a sysadm/CVSadmin to put the changes into the live
environment. Some companies use several levels like dev, pre-production
before production.

--
Med venlig hilsen / best regards
ComX Networks A/S
Kim Madsen
Systemudvikler/Systemdeveloper

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux