Forum Discussion

jefferyshipman's avatar
jefferyshipman
Occasional Contributor
7 years ago

Can't get project from subversion

I am trying to get a project from a subversion repository.  I receive the following error:

 

Cannot initialize a repository

 

Any help would be appreciated.

 

Jeff

 

 

9 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Is that the exact error message?  What are the steps you took to get there?

  • jefferyshipman's avatar
    jefferyshipman
    Occasional Contributor

    No,  The exact error is attached as a png

     

     

     

    The steps are as follows:

    Open up TestComplete

    Select the File Menu

    Choose source control

    Select get a project from subeversion

    enter in the repository url

    enter in the local location

    click ok

     

    Jeff

     

    • baxatob's avatar
      baxatob
      Community Hero

      What is your repository URL? 

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Do you have local write access to the local directory?

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      I meant more within the OS...  TestComplete/Subversion needs to be able to create the folder/directory structure for the repository... it could be that you don't have access to do so.  

  • jefferyshipman's avatar
    jefferyshipman
    Occasional Contributor

    On a Windows 10 system, how would I determine if I have the appropriate privilege?

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      TestComplete via SubVersion needs to be able to create the local directory... so, if the user that you're running TC can create the appropriate directory or run the necessary sub-version command lines, then you should be good.  You can try running TC as an administrator and see if that works.

      • baxatob's avatar
        baxatob
        Community Hero
        Also note, that svn doesn't like spaces in directory names. This is why I have asked about URL. So if you have a path like "file:///C/My repository", upgrade it to "file:///C/My%20repository"