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

Re: Remote use of SVN

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-29 22:46:01 CEST

On Thu, 2004-07-29 at 07:01, Markuz Makkonen wrote:
> Hey,
>
> I've Subversion 1.0.6 set up with https://-schema on Linux.
>
> Do all the remote users connecting their repositories need to
> compile/install a svn client on their local machines in case they want to
> commit changes etc.?

Yes, to checkout a working copy from an svn server, you need an svn
client.

>
> What command(s) to use with the source for building just the client to be
> able to work remotely over https://-schema? Or is there any easier way to
> enable svn remote connections on client side?

(unpack svn tarball)
./configure --with-ssl
make
make install

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 29 22:47:05 2004

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.