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

Re: can I setup svn server through Tomcat?

From: sub paul <subpaul_at_gmail.com>
Date: 2006-05-24 00:49:08 CEST

Out of the box, probably not.

However, take a look at this:

http://sventon.berlios.de/ - its just a browser, and open source. Should
work for you. You might be able to play with it do commits for you.

worst comes to worst.. you can use javaSVN to do file reads.

http://tmate.org/svn/

HTH,
Paul

On 5/23/06, Ryan Schmidt <subversion-2006q2@ryandesign.com> wrote:
>
>
> On May 24, 2006, at 00:15, Zemian Deng wrote:
>
> >> If you have ssh access to the server, you can access a repository
> >> through that and the svn+ssh "protocol".
> >
> > hum... even with "svn+ssh" i still need to have the server running
> > to listen on a port right?
>
> No, you do not. The instant you connect over svn+ssh, the svnserve
> process is started, it services the request, and it stops again. At
> no time is any port other than the ssh port used.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Wed May 24 00:50:04 2006

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

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