AnkhSVN breaks ASP.NET sharing permissions with SVN 1.7

后端 未结 4 1240
無奈伤痛
無奈伤痛 2020-12-19 05:41

The Background (skip to the bottom if you want the question)

Recently I upgraded an SVN repository (hosted on assembla) to SVN 1.7. After doing so,

4条回答
  •  眼角桃花
    2020-12-19 06:23

    I solved this by accessing the security settings for the website folder and and clicking Advanced and then Change Permissions for the IIS_IUSRS user. I checked the "Replace all child object permissions with inheritable permissions from this object" and clicked apply.

    Before that, I had given the IIS user full permissions to the hidden tmp folder in the root of the checkout, but I don't know if this helps with anything.

    I'm not sure if this is a permanent fix, but in case it is not, you can at least use it to reapply permissions for all the files in a single operation.

提交回复
热议问题