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

Re: Adding DNS-SD support to svn

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-19 17:05:08 CEST

On 9/19/06, Ionel GARDAIS <igardais@yahoo.fr> wrote:
> I'm trying to work on this on my (rare) spare time.
>
> I was wondering how should I implement the bonjour URL.
> That is, beside of having a repository URL like "http://<server>" or
> "svn[+<tunnel>]://<server>", using bonjour support mean "specify a
> bonjour registration name instead of a real server name"
>
> example :
> svn co bjr:<bonjour name>
>
> will run a mDNS lookup for <bonjour_name> and then use the IP
> associated with it for the underlying svn connection.
>
> I also thought about using the svn+<tunnel> syntax (like svn+bjr) but
> bonjour is not, strictly talking, a tunneled connection method.

When I was playing with it I did it as a separate command (svn browse,
or svn lookup, or something like that), which would list all the
repositories it could find via zeroconf. Then you just do a normal
checkout based on taht info.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 19 17:06:06 2006

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.