Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20

Thread: [How to] Subversion, working svn server on WL-500gp or WL-HDD

  1. #16
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by refinedmusic View Post
    Hi guys and thanks for the great tutorial!

    How do I actually access this on OS X? Xcode or something like ZigVersion?

    Thanks!

    // Ike
    google is your best friend: http://versionsapp.com/
    looks like svn for os x

    btw... shouldn't those linux apps work for OS x as well since they are both posix?
    linux one with GUI: http://rapidsvn.tigris.org/

  2. #17

    correct firewall setup from outside?

    Hi,

    i've successfuly managed to install the svn and is working correctly.
    The problem is that i am not able to connect to my svn repository from outside.
    I guess i need to correctly setup my post-firewall script, but I really don't know how. Can someone send how the post-firewall script should look like with correct svn settings?

    Right now my post-firewall looks like this (only one line to access the box via ssh from outside):
    Code:
    #!/bin/sh
    # this opens the ssh port to internet! Be sure to have strong passwords!
    iptables -I INPUT -m tcp -p tcp --dport 22 -j ACCEPT
    Thanks!

  3. #18
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    easy:
    iptables -I INPUT -p tcp --dport 3690 -j ACCEPT
    and it should work

  4. #19
    Quote Originally Posted by wpte View Post
    easy:

    and it should work
    It's working correctly now, thank you very much!

  5. #20
    First at all, thanks for this Tutorial. But i have some problems to checkout.
    A local import to svn was ok. But if I want to checkout with my OpenSuSe PC via lan
    I get the following Error:
    Code:
    svn checkout svn://192.168.1.1/svn/repos ~/testordner
    svn: No repository found in 'svn://192.168.1.1/svn/repos'
    I think i've missed something, but i have no Idea what this can be.

    If i change the checkout
    Code:
    svn checkout svn://192.168.1.1/repos ~/testordner
    svn: Invalid authz configuration
    Last edited by Grabber66; 26-05-2012 at 23:28.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 28
    Last Post: 02-06-2013, 21:58
  2. [How to] rtorrent & ntorrent
    By mancub in forum WL-500gP Tutorials
    Replies: 101
    Last Post: 18-12-2008, 08:21
  3. 500GP и LAN HDD
    By freewind in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 8
    Last Post: 18-07-2008, 09:09
  4. WL 500GP mit Oleg-Firmware erkennt USB HDD nicht !!!
    By carterb in forum German Discussion - Deutsch (DE)
    Replies: 8
    Last Post: 15-07-2007, 10:54
  5. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 16:37

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •