views:

839

answers:

4

Hello.

I install the subversion on my windows server 2008. But it's only work localhost. It don't work when i try from another computer. I can't find out whats the problem is. Are there any ports or something like that i need to configure?

This was the guide i follow

Thaks for your help

+2  A: 

have you tried using this - we are using it - free and easy to setup.

http://www.visualsvn.com/server/

Josh

Josh
Won't help much, as his issue seems to be related to resolving the host name of the server.
Rytmis
why should i try that if it work localhost but not from another computer? It's just in the configuration i think...
Frozzare
if its a setup issue then this is a much simpler solution that i've setup without any issues - just an idea.
Josh
+3  A: 

Let's add the solution as an answer, too. When you run the standalone svnserve server, you need to set up your firewall to allow traffic to port 3690 on the host machine.

Rytmis
A: 

I want to access my svn server from my windows machine using tortoise client. My svn server is deployed on the UBUNTU machine. I want to access my svn repositories deployed on ubuntu using tortoise client in windwos. Problem is I can access those repositories with IP address of my UBUNTU machine. But as the IP address keeps on changing so I want to access that using some name. How can I do that.

Currently access mechanism is svn://192.168.0.105/home/svn/Myproject

Desired Solution: **svn://SVNSERVER/home/svn/Myproject**

Any Thoughts?

Why does your address keep changing? The IP range you've got implies an internal network, so I'd sort of assume that static DHCP (DHCP where specific machines always get the same IP) is an option.
Rytmis
If you are asking a question, please add this **as a question** (see top of page)
Marc Gravell
Thanks Marc but how can I make my IP static?I am newbie to UBUNTU
A: 

Go to a free DNS service such as DynDNS or no-ip.com and register a free domain, such as fluffybunnytail.dyndns.org. You must then download an IP-update client (both DynDNS and No-IP have their own clients). The client will then keep your IP updated on the DNS server whenever it changes. This way you can always access the SVN server via the domain name you registered (e.g. fluffybunnytail.dyndnds.org).

Please mark as answer.