VARCID / grit

https://team-grit.github.io
GNU General Public License v3.0
0 stars 1 forks source link

Problems with Students.txt mapping in SVN Preprocessor #7

Open Editorsoft opened 9 years ago

Editorsoft commented 9 years ago

We discovered that grit doesn´t find the students.txt file via the location path given in the connection. We dont know what cause this problem, it seems that it is independent of the system, but it is very likely that the traverse() function might cause this problem. However we found out that the mapping problem can be solved either by adding the root folder of the svn repo to the submission structure and adding it to to path of the studentsmapping variable (current version) or if an mapping error occure, the root folder has to be ommited in the submission structure and in the path of the studentsmapping variable (commented out in the svn preprocessor). Hint: On the same system both workarounds are sometimes necessary depending on the programming language used!! Though unfortunatly you have to recompile if you want to use another language if this mapping error occure.