Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 540
Sergio Tapia Avatar asked Jan 07 '10 23:01

Sergio Tapia


2 Answers

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

like image 148
jsmith Avatar answered Nov 07 '22 23:11

jsmith


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

like image 22
Martin Schmidt Avatar answered Nov 07 '22 21:11

Martin Schmidt