-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replicate local absolute path on remote machine (#236)
Closes #214. As discussed in #214, we now replicate absolute path from local machine in `~/mainframer/…` on remote machine. This allows user to have multiple projects with same leaf node in the path without clashing, ie: - `/home/artem_zin/myproject` → `/home/remote_user/mainframer/home/artem_zin/myproject` - `/home/artem_zin/projects/myproject` → `/home/remote_user/mainframer/home/artem_zin/projects/myproject` We can also add local machine hostname, but I don't think it's a good idea. --- Integration tests were updated to expect files in new path. Also tested myself.
- Loading branch information
1 parent
fe6f022
commit 1097180
Showing
3 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters