Home > Software > Schedule CVS Synchronization in Eclipse

Schedule CVS Synchronization in Eclipse

February 3rd, 2009
stefan.jaeger

Source Control like CVS or Subversion is used almost in every software project. As a developer, it’s your responsibility to be up to date with the current version from the source control system. In Eclipse there is a nice feature to schedule such synchronizations. This means, you get regularly informed about all updates and you have less merging problems!

Just open the Team Synchronization Perspective, open the View’s menu and choose Schedule…

image

Define the time schedule and press okay. That’s it.

clip_image004

Now, you’re almost always up to date!

 

Software ,

  1. Urs Enzler
    February 4th, 2009 at 06:42 | #1

    Is it merging automatically in the background or just popping up a message that there are changes?

    I think, the first can be a bit confusing because suddenly your code can change while you are currently working on it (auto merge) and the second would simply be annoying.

    What are your experiences with this feature?

  2. Stefan
    February 4th, 2009 at 08:07 | #2

    @Urs Enzler
    No, there is no “auto merge”. It just synchronizes automatically in the background with the CVS repository. If there are new files, they are just listed in the Team Synchronization Perspective. You have to merge/download them manually.

    My experience so far is positive. It helps me to be more up to date than with the manual synchronization.

  3. Adrian Elsener
    February 4th, 2009 at 09:30 | #3

    Hmm… doesn’t work only for cvs.
    The schedule is possible on svn too.

  4. Urs Enzler
    February 4th, 2009 at 19:38 | #4

    @Stefan
    Ah okay. That’s cool.

  5. February 4th, 2009 at 22:23 | #5

    @Stefan
    Ok that’s a cool feature. It just updates the synchronization perspective and you can than decide whether it’s the right time to merge or not… Does the process update the synchronization view in the background or will a tabswitch occur?

  6. Stefan
    February 5th, 2009 at 00:01 | #6

    @Daniel Marbach
    It synchronizes in the background. You can do the tabswitch, whenever you want.

  1. No trackbacks yet.