How to overwrite several multi-level (different hierarchical) files from the local version to the online version via FTP

I just changed a lot of files in several different directories locally (then dragged the changes into Subversion, but that did not change the live version, just the repository). Now I need to update these files via FTP, but they are all different hierarchy levels.

How can I do it? The only way I know how to take my entire local version and replace the online version, but this may take some time, and its live site ...

Looking for a faster way ...? Something in the lines, I can see the files that were changed in the commit, and take them and upload to the FTP site, without worrying about the different levels of the hierarchy.

+2
source share

Source: https://habr.com/ru/post/1412093/


All Articles