Subvesion

Posts   
 
    
mohamed avatar
mohamed
User
Posts: 136
Joined: 10-Mar-2008
# Posted on: 23-Jul-2008 22:36:52   

Dear All,

i began to use subversion instead of source-save but i have problem i can't access local machine from it self (and didn't access form any machine) like "svn://localhost/testRepo"

i have win 2008 OS "and tested it on win xp",

subversion svn-1.4.5-setup.exe Tortoise TortoiseSVN-1.5.0.13316-win32-svn-1.5.0.msi

i lunched svn service and start it and make a new folder in D:\ named testRepo on this folder i created a repository

when i browser from repo-browser with "svn://localhost/testRepo" got this massage "there is no repository svn://localhost/testRepo " but from repo-browser with "file:///D:/TestRepo" it worked

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39797
Joined: 17-Aug-2003
# Posted on: 24-Jul-2008 09:45:28   

'localhost' is ip address 127.0.0.1, though the service might listen to the IP address of your computer on the LAN, so you should use the name of your computer instead of 'localhost'.

Frans Bouma | Lead developer LLBLGen Pro
mohamed avatar
mohamed
User
Posts: 136
Joined: 10-Mar-2008
# Posted on: 05-Aug-2008 13:24:54   

Hi frans

it also didn't connect, so i'm going to visualSVN server and its clinet and it's worked

thanx alot