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

Re: Problem of directories not checked out

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 17 Feb 2009 19:42:26 +0100

Fichatel wrote:
> Hello,
>
> I have a problem when i try to check out my project : only a part of
> sub-projects are checked out.
> My repository is organized roughly like this
> /project1
> /branches
> /1.0
> /1.1
> /tags
> /1.0.1
> /1.0.2
> /1.1.1
> /trunk
> /project2
> /branches
> etc ...
>
> All branches directories have restricted access. Other directories
> have public access. I have access rights on all repository (included
> branches), but when i check out code, branches directories are not
> checked out (only tags and trunk in each project).
> I can browse without problem any directory of repository.
> Can someone tell me why tortoiseSVN doesn't checkout my /branches
> directories ?

If you check out a folder with public access, Subversion is not asked
for authentication. It then checks out what it can, but when it gets to
the branches folder it doesn't have access there anymore and so it just
skipps those folders. It won't ask you for authentication because that
would break a checkout for all those who don't have a login to enter.

Either configure your server to always ask for authentication (even if
it's just for a 'guest' user), or give public access to the branches too.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1180317
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-17 19:43:31 CET

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.