Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

时光怂恿深爱的人放手 提交于 2019-12-12 08:43:29

问题


I'm trying to figure out how to download the latest source code.

Here's what I've done.

  1. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the CodePlex site.

  2. On my laptop, I installed Tortoise SVN. I then created a blank folder and I'm now trying to download the code available on my CodePlex site.

I know my SVN url, and my user name and password.

I'm just lost as to how to do it. I try SVN Update, but it only downloads a couple of files, not the complete source code.


回答1:


With Tortoise simply Right-Click in your Directory and do an "SVN Checkout.." This option is directly above your "Tortoise SVN" menu.




回答2:


Instead of "SVN Update"
try "TortoiseSVN->Update to Revision..."
and select "Update Depth=Fully recursive".




回答3:


When starting with no code on the laptop, run SVN Checkout the first time, this creates a working copy.

SVN Update should be run on this working copy (or subpaths). It's normal for update to fetch only a few files, as it only fetches the modifications




回答4:


Just create a folder you want to create the files to, then go up, right click on the folder, and choose "SVN Checkout" from the menu. Then enter your URL repository.

If you don't see that menu option TortoiseSVN must not have installed correctly.



来源:https://stackoverflow.com/questions/2024437/using-tortoise-svn-how-can-i-download-the-latest-version-of-the-source-code-of

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!