View Issue Details

IDProjectCategoryView StatusLast Update
0000782Subversion for OS/2 & eCSBugpublic2024-01-22 20:13
ReporterLewisR Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.14.x 
Summary0000782: svnadmin (2022-10-14) can't create null stdout for hook
DescriptionAttempting to change a log entry on the server using svnadmin, I get:

{127}[v:\subversion\data] svnadmin setlog arcaos -r1404 commit.txt
svnadmin: E720003: Can't create null stdout for hook 'arcaos/hooks/pre-revprop-c
hange': SYS0003: The system cannot find the path specified.
Additional Informationsvnadmin, version 1.14.2 (r1899510)
   compiled Oct 14 2022, 19:18:24 on i386-pc-os2-emx

pre-revprop-hook is very simple:

#!/@unixroot/bin/sh
exit 0

Edit: Operation produces no error under svnadmin 1.7.21 (20190420) (but does not update commit log).
TagsNo tags attached.

Activities

LewisR

2024-01-22 20:11

developer   ~0004685

Correction concerning svnadmin 1.7.21: No error message, but the commit log is not updated, either, possibly because the repo has been upgraded beyond 1.7's capabilities.

Issue History

Date Modified Username Field Change
2024-01-22 19:47 LewisR New Issue
2024-01-22 19:51 LewisR Summary svnadmin.exe can't create null stdout for hook => svnadmin (2022-10-14) can't create null stdout for hook
2024-01-22 20:11 LewisR Note Added: 0004685
2024-01-22 20:13 LewisR Additional Information Updated