[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: jlm699 <jmatthews_at_railpower.com>
Date: 2007-08-17 20:29:49 CEST

Ben Collins-Sussman-3 wrote:
>
> 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
>
>
>
Thank you for such a prompt answer! Now another question.

Would there be any forseeable problem with hosting a subversion repository
on a server (to access via http:// URL) and also having an ftp server
running for an entirely different and unassociated purpose? However they
would need to be accessed simultaneously. The ftp would just be a means to
store certain files from users outside of an internal network.

-- 
View this message in context: http://www.nabble.com/Hook-script-for-sync-via-FTP-tf4279374.html#a12204892
Sent from the Subversion Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
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:27:30 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.