On 9/26/2012 11:29 AM, Mac McDell wrote:
> As per the FAQ / reportbug.html page I would like to report an unusual
> situation.
>
> Since upgrading every time I run an SVN Update on my windows 7 64 bit
> box I lose permissions on the files.
>
> For example I run SVNUpdate using the context menu, I get file.cs from
> my coworker. When I go to compile my project, file.cs is not longer
> useable as permission is denied. I need to go to the root of my project
> and via properties > Security > Advanced > change permissions > replace
> all child objects with inheritable permissions.
>
>
>
> This makes file.cs once again available to my project. This is
> consistently happening on any file I get via SVN Update.
>
> Is this a subversion thing or an Tortoise thing?
Neither. This is a Windows ACL issue.
> Any suggestions?
Change the Security settings for the directory (or directories) in which
your working copy is stored. More specifically, it sounds as though you
need to enable permission inheritance thereon.
We can't give you more explicit instructions without knowing at what
location on the filesystem your working copy is stored, and as which
user you are executing TortoiseSVN. (And frankly, this topic is outside
the scope of this mailing list.)
The bottom line seems to be that when files are modified/added within
your working copy, their permissions are changed. You need to configure
the ACL on the relevant container (folder) such that files within said
container inherit permissions, as appropriate, from the parent container.
Good luck!
-Ben
>
>
> Sincerely
>
> Mac McDell
>
>
>
> version
>
> TortoiseSVN 1.7.9, Build 23248 - 64 Bit , 2012/08/30 18:25:37
>
> Subversion 1.7.6,
>
> apr 1.4.6
>
> apr-utils 1.3.12
>
> neon 0.29.6
>
> OpenSSL 1.0.1c 10 May 2012
>
> zlib 1.2.7
>
>
>
>
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3010442
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-26 18:35:21 CEST