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

4

7

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.

Rubicon answered 7/1, 2010 at 23:20 Comment(2)
It's still not a programming question if you ask me.Bloodshot
It's related to programming in the highest way. Don't transfer it please.Rubicon
K
9

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

Kelikeligot answered 7/1, 2010 at 23:23 Comment(3)
I can't find that option. Check my screenshot.Rubicon
Nevermind, I had to create an entirely new folder and then do the checkout. I'm going to ask a related question, so please check it out. :DRubicon
In the last version appear: "SVN Upate"Mozambique
A
3

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

Agrology answered 3/7, 2012 at 9:25 Comment(0)
L
2

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

Leslileslie answered 7/1, 2010 at 23:24 Comment(2)
Hi Sander, is the folder updated automagically or do I have to manually run the update?Rubicon
You have to manually run the update. It pretty much needs to work like that, as the alternative introduces far too many potential problems with people breaking something other people were relying on - it would be far too painful to figure out what went wrong, because you wouldn't know where the error originated - you couldn't tell if it broke before or after the update.Auschwitz
Z
0

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.

Zohar answered 7/1, 2010 at 23:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.