PHP: exec(svn commit) is not returning any errors nor working

后端 未结 3 593
醉话见心
醉话见心 2021-01-21 17:11

Currently I\'m writing out files with php into a directory, I add that directory (works fine), then when i try and do an svn commit its not working nor returning any kind of err

3条回答
  •  伪装坚强ぢ
    2021-01-21 17:34

    AFAIK, after a svn commit, if the -m option is not provided, an editor opens up to type in the commit message. Try passing -m "Some commit message", maybe that'll help.

提交回复
热议问题