You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ryo Koyama <ry...@yoics.com> on 2007/06/27 14:56:29 UTC

svn access through dynamic IP address

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

Re: svn access through dynamic IP address

Posted by Karl Fogel <kf...@red-bean.com>.
"Ryo Koyama" <ry...@yoics.com> writes:
> Hello, since these posts are moderated I'm hopeful that I'll be directed to
> the correct place to post this.

It is, but please see

   http://subversion.tigris.org/mailing-list-guidelines.html#fresh-post

about not following up to an existing post to make a post on a new topic.

Thanks,
-Karl

-- 
Subversion support & consulting  <>  http://producingoss.com/consulting.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org