mingw shell installed on windows 10, throws "cat: tmp-authors-transform.txt: No such file or directory".
Issuing touch tmp-authors-transform.txt before fetch-svn-authors.sh solved it. I am not sure if it is good to check for the file before trying to append?!
mingw shell installed on windows 10, throws "cat: tmp-authors-transform.txt: No such file or directory".
Issuing
touch tmp-authors-transform.txtbefore fetch-svn-authors.sh solved it. I am not sure if it is good to check for the file before trying to append?!