Forum Discussion
jefferyshipman
8 years agoOccasional Contributor
On a Windows 10 system, how would I determine if I have the appropriate privilege?
tristaanogre
8 years agoEsteemed 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.
- baxatob8 years agoCommunity HeroAlso 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"