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

Re: Php source downloading in browser from svn

From: YH Yang <yhuiyang_at_gmail.com>
Date: 2007-10-08 18:36:07 CEST

Hi,

2007/10/8, Deepan R Venkatesh <deepan.deepan@gmail.com>:
>
> Andy,
>
> I am new to use SVN. I am not very much sure about the questions below.
>
> >How would include files be handled? Other relative paths? Security?
>
> I just configured the SVN Server, I added users, authentication to them
> and a sample project. I am checking with that sample project to implement
> SVN for my developers.
>
> At this situation, while accessing the php files via web-browser from
> the svn server, the files are getting download. If you can tell me where
> could I get the details for your questions, I can let you know the answers.
>
> Thanks in advance.
>
> Regards,
> Deepan.R
>
>

If you want to display the php page in a normal browser, I think the easiest
way is checking it out under some paths that your web service can access,
then point your browser to there...

For example (in your web server, htmlroot)
svn co http://your_svn_repository/remote_path_to_your_phplocal_path_to_your_php
then, browser http://your_web_server/local_path_to_your_php/your.php

HTH
Received on Mon Oct 8 18:36:18 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

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