[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to properly checkout a project?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-12 20:22:25 CEST

Vincent Poinot wrote:
> I am trying to use subversion and tsvn, and I run into basic problems
> that drive me crazy, because they are so basic!
>
> Here is one of them: I have the following structure, on client side:
>
> C:\products\
> \project1
> \project2
> etc.
>
> all these folders (products and projects, and their content) are already
> in subversion.
>
> I now want to add a new project:
> C:\products\
> \project3
>
> What I did: I created a temporary folder and imported it by
> right-clicking it, choosing import, and giving the URL to repository
> folder: https://server/svn/pro/trunk/project3.
>
> All files in my temporary folder were imported with no problem, I can
> use the repo-browser and see:
>
> https://server/svn/pro/trunk/
> /project1
> /project2
> /project3
>
> Now, I want to checkout my new project in /products/project3, so in the
> repo-browser, I right-click on project3, select checkout, and enter the
> "C:\products\project3", click "ok", all files are correctly checked out,
> they all have this green check that means they are up-to-date, except
> the folder itself (project3).
>
> How come? All other project directories (project1, project2, etc.) have
> this green check, the folder "products" has this green check, but not
> "project3". Why?
>
> Did I do something wrong?

Try the following:
* press F5 to refresh the explorer
if that doesn't work, then
* modify a file inside the working copy
if you still don't get an overlay icon on that folder, then
* right-click on the folder, choose "cleanup" from the TSVN context menu

If all these don't get you an overlay, please report back.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Apr 12 20:23:42 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.