简体   繁体   中英

Access SVN server over HTTP in Windows

I have installed VisualSVN Server in a windows machine. And TortoiseSVN client in another server. I want to access the data of VisualSVN server through TortoiseSVN over http or https. How can I do that?

Please help

Just tell TortoiseSVN the URL of your repo:

  1. Open VisualSVN Server Manager . Under repositories, select your repository, right click > Copy URL to clipboard.
  2. Go to other machine, rigth click on folder where you want to checkout the code > SVN Checkout... , paste the above value in the field URL of the repository (TortoiseSVN might even pre-populate this for you from clipboard). Click OK.

That's all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM