Many times we might changed one file which we don't intent to do... but it was too late, until we found it, it is already push to repo. Let's assume, First, we checkout a feature branch, we have two files: a.txt: Init a b.txt: Init b This is original…
In a Maven project, we may often struggle to get a certain file (e.g. json file or sql file). Here is how to place the resource file and use it in the java class. 1. If the main class is in folder src/main/java/, the resource file should be placed in…
If you accidentally marked all your files as "delete" (your file/folder has a red x on it), you can use below command to remove the delete state. svn revert -R .…
Managing IIS Log File Storage You can manage the amount of server disk space that Internet Information Services (IIS) log files consume by using compression, remote storage, scripted deletion, and an IIS Log Cleaner Tool. Overview The log files tha…