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

Re: Checkout after access control modification

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Thu, 25 Apr 2013 14:44:06 +0100

On 25 April 2013 07:39, Vikram Lele <viklele_at_gmail.com> wrote:
> Hi,
>
> I am using COllabnet SVN server through Apache on windows. Also, I am using tortoiseSVN as the SVN client.
>
> I want to disable checking out of some old branches of a project. I have added appropriate rules in the svn_access_file as below:
>
> # Blocking checkout of old branches
> # Project - blocked branches
> [src:/Projects/XYZ/Release1]
> * =
>
> I had already checked out this branch before I added the above mentioned access rule. When I do a right click in XYZ and select Repo Browser, XYZ/Release1 does not show up in the repository folder tree. This is what I was expecting.
>
> If I checkout project XYZ to a new location, then Release1 folder does not get checked out as desired.
>
> If I delete the local XYZ/Release1 folder from the location where I had checked out XYZ project, and re-sync, the folder gets checked out again, i.e I am able to checkout the folder even when I don't have any access to it?

What do you mean by 'delete'? I'm assuming you just delete the local
directory in Windows Explorer or similar, then SVN->Update. I suspect
that the directory is being re-populated from the local pristine copy
in the .svn folder, rather than being pulled down from the server.
It's not obvious what should happen here. Should the client delete its
local copy when the server marks it as inaccessible? If a temporary
glitch in the server config file marked your 10GB checkout as
inaccessible that could be quite annoying.

But however you look at it this is a subversion issue. TortoiseSVN is
only using the subversion library, so there's nothing that can be done
from this end. You would have to report this to the subversion users
list.

Simon

--
:       ___
:  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=3054271
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-04-25 15:44:11 CEST

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.