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

Re: Remote Access via TortoiseSVN

From: Moretti, Giovanni <G.Moretti_at_massey.ac.nz>
Date: 2006-11-07 03:00:04 CET

> From: A. Alfred Ayache [mailto:alfred@lastbyte.ca]

> Will svn:// look up DNS?
> Can I create a DNS record that maps to my IP address?

Hi Alfred, not sure whether TSVN/SVN will do a DNS lookup but if not,
something you could instead is to add your server's name and IP number
to the HOSTS file on the client PC.

For WinXP (and I think Win2K is the same) the hosts file is at:

  c:\windows\system32\drivers\etc\hosts

and is used to do a local lookup before DNS queries.

The format of the file (it's just a text file even though the .txt
is missing) is:

#------------------------------------------------------------------
# A line starts with an IP number followed by a host name
#

127.0.0.1 localhost
123.456.789.148 SVNserver

# Or if the repository is on the local PC you can loop it back:
# 127.0.0.1 SVNServer
#------------------------------------------------------------------

This can be very useful at times ...

Cheers
Giovanni
=====================================================================
Giovanni Moretti | Institute of Information Sciences and Technology
Senior Lecturer | Massey University, Palmerston North, New Zealand
Computer Science | Ph 64-6-3505799x2474 =Fax 64-6-3502259 == ZL2BOI
=====================================================================
http://www-ist.massey.ac.nz/moretti mailto:G.Moretti_at_massey.ac.nz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Nov 7 03:00:34 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.