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

svn access through dynamic IP address

From: Ryo Koyama <ryo_at_yoics.com>
Date: 2007-06-27 16:56:29 CEST

Hello, since these posts are moderated I'm hopeful that I'll be directed to
the correct place to post this.

Yoics is a free universal remote access solution that works with any Linux
application and allows access to a machine even if it's behind a dynamic IP
address without having to poke a hole in the firewall. We've recently
gotten a number of inquiries regarding how to configure Yoics for use with
SVN. Ironically we use SVN in-house, so know intimately how to configure it
& wanted to make the instructions available to the community.

Following are the instructions, if we should post it somewhere else - please
let us know.

Best

Ryo & Mike
Yoics, Inc.

Instructions for using Yoics with SVN for remote access
--------------------------------------------------------------------------
Download yoics linux daemon

wget http://www.yoics.net/downloads/firmware/Yoics-Daemon-Linux-v2.1.tar.gz

unpack

tar -xvzf Yoics-Daemon-Linux-v2.1.tar.gz

enter unpacked directory

cd cd linux_V2_1/

edit yoics.txt
-->

change the application type to:

application_type 3

Change the proxy_dest_port to (or what ever port you have the subversion
server running on if not default)

proxy_dest_port 3690

<--- Save file

Run install

./install

Enable automatic startup

type chkconfig --levels 345 yoics on

start daemon

/etc/rc.d/init.d/yoics start

----------------------
If you already have a Yoics ID, just login to http://yoics.net and name &
register your Zoneminder server, in the New devices screen (presuming you're
using a machine on the same network as your Zoneminder box - it should
automatically detect it).

If you don't have a Yoics ID, simply create one & complete the step above.

Once you've done that, download and run the Yoics desktop that you need
(Windows or Mac currently, sorry no Linux yet):http://yoics.com/download.php

The Yoics desktop works just like an IM client & when you run the yoics
desktop your subversion machine should show up on the device list.

Double click on it and the icon should go yellow to show connected.

Access the subversion tree using the location svn://127.0.0.1:[port] where
port is shown on the desktop with the yellow icon

Any questions, feel free to PM us.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 27 16:56:45 2007

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.