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 \'^
svn log -q https://papercut.svn.codeplex.com/svn | grep -e \'^
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)