Setting Up Local Repository with TortoiseSVN in Windows
        Posted  
        
            by 
                Teno
            
        on Super User
        
        See other posts from Super User
        
            or by Teno
        
        
        
        Published on 2012-10-12T04:02:08Z
        Indexed on 
            2012/10/12
            9:41 UTC
        
        
        Read the original article
        Hit count: 320
        
I'm trying to set up a local repository so that all commitments are copied to the local destination, not a remote server. I followed this tutorial.
What I did.
- Created a folder named "SVN_Repo" under C:\Documents and Settings[user-name]\My Documents\
 - Right clicked on the folder and chose 
TortoiseSVN -> Create repository here - Clicked 
OKin the pop up dialog asking whether to create a directory structure. - Created a folder named 
Reposfor the local destination, under E:\ - Right clicked on the 
SVN_Repofolder and choseSVN Checkout... Typed
file:///E:\reposin theURL of repositoryfield and clicked the OK button.
What I got:
Checkout from file:///E:/repos, revision HEAD, Fully recursive, Externals included
Unable to connect to a repository at URL 'file:///E:/repos'
Unable to open an ra_local session to URL
Unable to open repository 'file:///E:/repos'

I must be doing something wrong. Could somebody point it out? Thanks.
© Super User or respective owner