How to deploy all changed files in last x time without Version Control?
How it is possible to deploy all changed files in last x time without Version Control and external FTP program (eq. order by filetime)? I changed some files with find & replace and now, i can't find them all to deploy the files :( It's such a simple function!
请先登录再写评论。
Hi there,
I was thinking about suggesting the Local History (a built-in simple VCS) ... but it does not have the "Upload" button there either... The following ticket (as per my understanding) is for having such button/action available there as well: https://youtrack.jetbrains.com/issue/WI-421
Anyway: do you remember what changes you have made? I mean: if you use "Find in Files" again -- will it find those files for you? If the answer is "yes", then it's relatively easy:
Other than that: "Deployment | Sync with deployed" -- if you do not have hundreds and hundreds of files (or the changes are localized in a few separate folders) then this will also do.
Thx! But that's are all no possible solutions for me. No, i don't know any modification on files after hours and i can't simple synchronize, because i don't want to synchronize allways all modifications and some folders are very special which i always update manually.
A very old and very simple solution (99% programms i know support this - old programmers may will remember): order by filetime/modification :)
This IDE does not have such "order by modification date" functionality for the Project View panel -- https://youtrack.jetbrains.com/issue/IDEA-74443.
But even if it will have it will be on per folder basis (since the project structure is displayed as a tree) and not "show all files as a flat list". I guess this could be https://youtrack.jetbrains.com/issue/IDEA-146781