This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawlpKkjRlWAXNZ6vrajiuSm_FGupuTyeaDk 2014-03-17 17:29:31 +00:00 committed by admin
parent d8b416e4d3
commit e106112cf0

View file

@ -0,0 +1,3 @@
I tested today to access a rsync special remote on a linux machine from git annex in windows.
Launching in debug mode, I noticed that the path on the remote server is a mix between correct linux and incorrect windows path. The path to the storage directory is correctly in linux style, but the path in the hash are in windows style, style that rsync doesn't accept.
Is it possible to force a style for path separator for a given remote?