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

Re: Hook script for sync via FTP

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-08-17 20:24:13 CEST

On 8/17/07, jlm699 <jmatthews@railpower.com> wrote:
>
> I've been searching for over an hour and cannot come up with an answer, and
> as I have no direct way of testing immediately I was hoping somebody here
> knew the answer to my query...
> When using pysvn, I know that it is possible to do a client.Checkout() from
> say 'http://some.site.com/etc' as long as it's a valid subversion
> repository, but I'm curious as to whether or not you could simply checkout a
> repository from an ftp:// URL.

No, you can't, because there's no subversion server out there that
speaks ftp. There's apache (which speaks http://) and svnserve (which
speaks a homemade protocol, svn://).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 17 20:21:59 2007

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.