fioan89 / sourcesync

A powerful plugin for performing one-way file synchronization for Intellij Idea and Pycharm projects
Other
89 stars 36 forks source link

Colon is inserted between root path and projectpath on Win7 #44

Open tyronhun opened 7 years ago

tyronhun commented 7 years ago

I am using Win7 (IntelliJ 2017.1.3), I get the following error when i sync selected files on scp:

2017.06.01.
13:56 Sync error
            scp: /home/user/:/SomeProject/src/com/company: No such file or directory

Path "/home/user/SomeProject/src/com/company" exists on remote server. It seems that an unnecessary colon is inserted between root path and project path. Can it happen, that there is something wrong in project path parsing on Windows?

Thanks for your help and time!

jamilnyc commented 5 years ago

Same issue for me. Sort of makes this plugin useless.