6. This time we re-create log files to the log folder by simply moving back those relocated log files (done in step 4 of part I). Then, we ignore these log files by selecting them all, right-click and select TortoiseSVN -> Add to ignore list -> Ignore 4 items.

7. Update the log folder. Right-click the folder and select SVN Update.

8. Commit the changes done on the log folder. Right-click the folder and select SVN Commit.

9. We're done with log files, let's navigate now to tmp folder. We will ignore tmp folder with all its content (cache, pids, sessions, and sockets).

10. First, move the tmp folder to a location outside my_rail_app root folder.

11. Right-click my_rails_app folder and select SVN Commit

12. Re-create the tmp folder that was specified in step 10. Right-click the tmp folder and select TortoiseSVN -> Add to Ignore List -> tmp.

13. Right-click folder tmp and commit.

* The author wish to publish the part III of this guideline on the next post. See you then..