You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by bruce <be...@earthlink.net> on 2004/09/09 13:51:53 UTC

web/html access to svn respository..

hi....

got a question about web access to svn repository. i can access svn through
apache from the tortoiseSvn client using http://server/svn. the tortoise app
gets the information with no prob.

my question, what should happen if i simply type the http://serverIP/svn as
a browser address url?? currently i get a page error in the browser. i
assume this is the correct behavior??

also, i thought i had seen someone post that there was/is a perl/php web
interface to the svn repository. was i correct in my recall??

regards,

bruce




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web/html access to svn respository..

Posted by Steve Greenland <st...@lsli.com>.
On Thu, Sep 09, 2004 at 04:27:35PM +0200, Jacob Atzen wrote:
> On Thu, Sep 09, 2004 at 06:51:53AM -0700, bruce wrote:
> > also, i thought i had seen someone post that there was/is a perl/php web
> > interface to the svn repository. was i correct in my recall??
> 
> The subversion guys use viewcvs:
> 
> <http://viewcvs.sourceforge.net/>

Also try websvn (http://websvn.tigris.org). Its interface is more
oriented towards subversions view of the world.

If you are going to try viewcvs (and you should, you might like it
better), then the article at http://www.baus.net/archives/000143.html
will be of use, as the released version of viewcvs is not quite ready
for subversion.

Later,
Steve




-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web/html access to svn respository..

Posted by Jacob Atzen <ja...@aub.dk>.
On Thu, Sep 09, 2004 at 06:51:53AM -0700, bruce wrote:
> also, i thought i had seen someone post that there was/is a perl/php web
> interface to the svn repository. was i correct in my recall??

The subversion guys use viewcvs:

<http://viewcvs.sourceforge.net/>

As you can see here:

<http://svn.collab.net/viewcvs/svn/>

-- 
Cheers,
- Jacob Atzen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: web/html access to svn respository..

Posted by bruce <be...@earthlink.net>.
actually....

the httpd.conf doesn't have any configuration for the '/svn' other than the
'location' for the svn repository. there is no setup for an
alias/virtualhost. i thought the 'location' bloack took care of this.. was i
wrong???

-bruce


-----Original Message-----
From: Alan Knowles [mailto:alan@akbkhome.com]
Sent: Thursday, September 09, 2004 7:57 AM
To: bedouglas@earthlink.net
Cc: users@subversion.tigris.org
Subject: Re: web/html access to svn respository..


bruce wrote:

>hi....
>
>got a question about web access to svn repository. i can access svn through
>apache from the tortoiseSvn client using http://server/svn. the tortoise
app
>gets the information with no prob.
>
>my question, what should happen if i simply type the http://serverIP/svn as
>a browser address url?? currently i get a page error in the browser. i
>assume this is the correct behavior??
>
>
that sounds like an apache config issue, I dont think you can use the ip
address to access a virtual host (which the svn is probably running off)

>also, i thought i had seen someone post that there was/is a perl/php web
>interface to the svn repository. was i correct in my recall??
>
>
Chora (the one cvs.php.net uses) has a backend for subversion, -
This is a very cheesy one I hacked together for my use.
http://devel.akbkhome.com/svn/index.php/svn/svnQuickView.php
http://devel.akbkhome.com/svn/index.php/svn/index.php

I found a really nice webdav library the other day - a XUL frontend
should in theory be posible as a static page...

Regards
Alan

>regards,
>
>bruce
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web/html access to svn respository..

Posted by Alan Knowles <al...@akbkhome.com>.
bruce wrote:

>hi....
>
>got a question about web access to svn repository. i can access svn through
>apache from the tortoiseSvn client using http://server/svn. the tortoise app
>gets the information with no prob.
>
>my question, what should happen if i simply type the http://serverIP/svn as
>a browser address url?? currently i get a page error in the browser. i
>assume this is the correct behavior??
>  
>
that sounds like an apache config issue, I dont think you can use the ip 
address to access a virtual host (which the svn is probably running off)

>also, i thought i had seen someone post that there was/is a perl/php web
>interface to the svn repository. was i correct in my recall??
>  
>
Chora (the one cvs.php.net uses) has a backend for subversion, -
This is a very cheesy one I hacked together for my use.
http://devel.akbkhome.com/svn/index.php/svn/svnQuickView.php
http://devel.akbkhome.com/svn/index.php/svn/index.php

I found a really nice webdav library the other day - a XUL frontend 
should in theory be posible as a static page...

Regards
Alan

>regards,
>
>bruce
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org