Why checking out working copy with svn:// access method, with 127.0.0.1 fails , but,with localhost w
        Posted  
        
            by Banani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Banani
        
        
        
        Published on 2010-04-09T21:17:56Z
        Indexed on 
            2010/04/09
            21:23 UTC
        
        
        Read the original article
        Hit count: 262
        
svnserve
Hi!, I have setup svnserve server (1.6.5,plain, without apache) on Fedora. I start the svnserve with the command 'svnserve -d --foreground --listen-port=3690 -r /usr/local/svn-repos/proj-test'
When user trying to checkout working copy from the local machine with command
'svn checkout svn://127.0.0.1/proj-test' gets following error
svn: URL 'svn://127.0.0.1/proj-test' doesn't exists
but, 'svn checkout svn://localhost/proj-test' works.
I am curious to know why using 127.0.0.1 with svn:// fails?
Thanks. Banani
© Stack Overflow or respective owner