#10220 closed defect (fixed)
Error: Can't write to Subversion permissions file
Reported by: | Jun Omae | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Michael Renzmann, Steffen Hoffmann | Trac Release: | 0.12 |
Description
I got the following error when I registered a new hack.
Error: Can't write to Subversion permissions file
Could you please fix the issue if possible?
Thanks.
Attachments (0)
Change History (9)
comment:1 follow-up: 8 Changed 12 years ago by
Cc: | Michael Renzmann Steffen Hoffmann added; anonymous removed |
---|---|
Owner: | changed from Michael Renzmann to Ryan J Ollos |
Status: | new → assigned |
comment:2 follow-up: 6 Changed 12 years ago by
I recently made an update to NewHackMacro ([11764]) in order to fix #6601. I made the bad assumption that the version of NewHackMacro deployed on trac-hacks was the same as the version stored in the repository. However, it looks like the SVN_LOCAL_PATH
and SVN_PERMISSIONS
variables are not correct for t-h.o in the repository version of the macro.
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
comment:5 follow-up: 7 Changed 12 years ago by
I was able to create a NewHack just now. Jun, could you please try again?
comment:6 Changed 12 years ago by
Replying to rjollos:
I recently made an update to NewHackMacro ([11764]) in order to fix #6601. I made the bad assumption that the version of NewHackMacro deployed on trac-hacks was the same as the version stored in the repository.
Note to self: backup old plugins / macros before overwriting, just in case.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 follow-up: 9 Changed 12 years ago by
Replying to rjollos:
Thanks Jun, I'll investigate. I'm assuming this is referring to the SVN Authz file. I haven't touched any of that configuration, but looking at the SvnAuthzAdminPlugin lately (which is installed on t-h.o and used for administration), I wouldn't be surprised if it could corrupt the Authz file.
Did you take a look at the code? I did for the 0.10
branch, and it looks rather unspectacular.
comment:9 Changed 12 years ago by
Replying to hasienda:
Did you take a look at the code? I did for the
0.10
branch, and it looks rather unspectacular.
Well, I did some work on the Trac 0.11 branch. I hastily applied a patch of questionable quality a few months back. Recently, trying to resolve issues with that patch. There are some other issues that appear unrelated to the patch. I've found it challenging to figure out how to fix that code. I think it's a several day project. It definitely needs some unit tests.
Thanks Jun, I'll investigate. I'm assuming this is referring to the SVN Authz file. I haven't touched any of that configuration, but looking at the SvnAuthzAdminPlugin lately (which is installed on t-h.o and used for administration), I wouldn't be surprised if it could corrupt the Authz file.