Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Eclipse acting strange this week?

Options
  • 02-04-2004 10:54am
    #1
    Registered Users Posts: 21,264 ✭✭✭✭


    If so, might be because of this...

    http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg00266.html


    There is a problem with daylight savings time which users may experience.
    These issues are outlined below.


    Who will be affected:
    =================
    Users who run with their workspaces living on FAT file systems and have
    their system clocks automatically adjusted for daylight savings time.

    Problem:
    ========
    Both Core and CVS use the timestamps of the files on disk to represent the
    synchronization information (both local and remote) for resources in the
    workspace. As a result, some users will see strange behaviour after their
    local systems have adjusted their clocks for daylight savings time.

    Symptoms:
    ==========
    1). All resources in the workspace will appear to be out of sync with the
    local file system.
    2). When synchronizing with the CVS repository, all resources in the
    workspace will look like they contain outgoing changes. (a structure
    compare reveals that they haven't really changed)

    Resolution:
    ==========
    Work-around for problem #1:
    Users must perform a "Refresh from Local" on all of their projects in
    their workspace.

    Work-around for problem #2:
    - In Windows, go into your Date & Time properties, click on "Time Zone",
    and un-check the "Automatically adjust clock for daylight savings changes"
    check box.
    - Apply changes.
    - Refresh from local on all projects in the workspace
    - Team -> Synchronize with Repository. Note this should only show the
    changes which are "real"
    - Release your changes.
    - Change your time zone setting back.
    - Refresh from local on all projects in the workspace
    - Replace with -> Latest from Repository


Comments

  • Registered Users Posts: 3,312 ✭✭✭mr_angry


    Nice one Hobbes! Hadn't had that problem so far, but I'd been working locally for most of this week and hadn't really looked at the remote repository.

    Well, since its open source anyway, hopefully they'll have a fix before the Autumn equinox!


Advertisement