What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

后端 未结 4 937
忘了有多久
忘了有多久 2020-12-25 15:03

I am trying to clone Papercut, an smtp server emulator

I\'m getting the list of SVN authors with svn log -q https://papercut.svn.codeplex.com/svn | grep -e \'^

4条回答
  •  自闭症患者
    2020-12-25 15:59

    I had this issue, it turned out to be the file encoding in my example. Make sure the text file is saved at UTF-8

    You can do this in any good text edit (eg notepad++ Encoding menu)

提交回复
热议问题