Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Only synchronizes first occurance of same source path #24

Open
andreaswig opened this issue May 17, 2016 · 1 comment
Open

Only synchronizes first occurance of same source path #24

andreaswig opened this issue May 17, 2016 · 1 comment

Comments

@andreaswig
Copy link

I have sources that need to be synchronized to two (and more) locations, i. e. there are two entries with the same source path but different target paths:

2016-05-17 16_46_42-settings

The files are synced only to the first target path. The second target path of the same source is ignored.

PhpStorm Version 2016.1.1
RemoteSynchronizer Version 1.10

@syllant
Copy link
Owner

syllant commented May 17, 2016

Hi,

Correct, this is how the plugin is supposed to work, see https://github.com/syllant/idea-plugin-remotesynchronizer#synchronization-mappings:

Note that this means that you have to use different targets to synchronize a file with different locations. For a given target, a file will be copied at most one time, using the best matching mapping.

Should you want to synchronize your source file with multiple destinations, you have to create multiple targets (tab). I admit the plugin could raise a warning in such a case :)

Thanks

Sylvain

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants