[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Web Apps

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-06-28 15:08:26 CEST

ORCRIST@telefonica.net wrote:
> Hi,
>
> I'm new with Subversion and I have a little question. I want to use
> this sofware to keep web apps. That's not a problem. But, I want to
> know if there is any way to acces the files throw the WEB. Not to get
> the files. I want to acces to any *.php file like it was in a normal
> apache server, and see and work with them, not only get the source code.
> Can you help me? Thanks,

The usual way to do this is to check out a working copy under the apache document root,
and set up a post-commit hook that runs "svn update" in this working copy.

I do not know of any way to have .php scripts processed directly out of the repository.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 28 15:12:38 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.