How to exclude checking one line in Folder Sync ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ranhiru
    New User
    • Feb 2012
    • 0

    How to exclude checking one line in Folder Sync ?

    I am initiating a folder sync for a java project and there is a line in a file that I need to mark as unimportant.

    The line looks like shown below.

    "$Id: MyJavaClass.java 6639 2012-02-20 07:33:44Z ranhiru $";

    If the only change is in the line shown above, I do not need to see them as a change so I can sync only what is really changed.

    How do I get about doing that?

    Thanks a lot!
  • Aaron
    Team Scooter
    • Oct 2007
    • 16002

    #2
    Hello,

    First, you will want to define your Java format to consider this change as unimportant. Please follow the guide/video found here:
    http://www.scootersoftware.com/suppo..._unimportantv3

    Once you have modified that so that double clicking your file shows the text as blue (or black), you can configure the Folder Sync to run a Rules-based scan, which is similar to double clicking every file and using the file viewer's default comparison status. This is done in the Session menu -> Session Settings, Comparison tab. Leave the defaults enabled:
    Timestamp, Size, and Override Quick Test Results.
    Then also enable the Content Comparison: Rules-based.
    Aaron P Scooter Software

    Comment

    Working...