Integrating Wonder source into our repository

From: Ricardo J. Parada (rparad..ac.com)
Date: Sat May 16 2009 - 12:11:54 EDT

  • Next message: Mike Schrag: "Re: Integrating Wonder source into our repository"

    Hi,

    We're using svn:externals to have a version of Wonder show up in our
    repository. We'll use this version to QA against. If we need to
    update to a newer version we can change the svn:externals property.

    Ok... we then created a project set file (.psf) called wonder.psf to
    make it easy for developers to import the Wonder source into their
    existing Eclipse workspace. The project set file is used in File :
    Import : Team : Team Project Set. After that Eclipse imports the
    wonder projects and puts them in a working set called Wonder.

    Now the question, I noticed that some of the projects show up in the
    WO Explorer view with an asterisk. It seems as if WOLips is modifying
    the files in the woproject directory in some of the projects. The
    funny thing is that it seems to do it randomly. For example, two of
    us tried the import using the wonder.psf file and we had the mods show
    up in different projects. :-)

    Anyways, I was wondering if anyone had seen anything like this
    before? We use project set files for our own projects and to create
    the working sets but I don't think ours show up modified. :-)

    Anyways, it's not a biggy as I can just revert the projects that show
    up with mods and then everything is normal.

    Now if you want to know what's showing up as modified I have this
    which I got by using svn from the command line in one of the projects
    that showed up as modified :

    sunrise:WOOgnl ricardo$ svn status
    M woproject/resources.include.patternset
    M woproject/wsresources.exclude.patternset
    M woproject/resources.exclude.patternset

    sunrise:WOOgnl ricardo$ svn diff woproject
    Index: woproject/resources.include.patternset
    ===================================================================
    --- woproject/resources.include.patternset (revision 9346)
    +++ woproject/resources.include.patternset (working copy)
    ..-1,3 +1,3 @@
    +Components/**/*.wo/**/*
      Components/**/*.api
    -Components/**/*.wo
      Resources/**/*
    Index: woproject/wsresources.exclude.patternset
    ===================================================================
    --- woproject/wsresources.exclude.patternset (revision 9346)
    +++ woproject/wsresources.exclude.patternset (working copy)
    ..-1,3 +0,0 @@
    -**/*.woa/**
    -**/*.framework/**
    -**/*.eomodeld~/**
    Index: woproject/resources.exclude.patternset
    ===================================================================
    --- woproject/resources.exclude.patternset (revision 9346)
    +++ woproject/resources.exclude.patternset (working copy)
    ..-1,3 +1 @@
    -**/*.eomodeld~/
    -**/*.woa/**
    -**/*.framework/**
    +Resources/**/*.eomodeld~/**



    This archive was generated by hypermail 2.0.0 : Sat May 16 2009 - 12:13:11 EDT