RE: How to make eclipse don't want to commit mymodel.eomodeld~ to cvs?

From: Pierre.Bernar..cl.lu
Date: Mon Feb 28 2005 - 07:00:55 EST

  • Next message: logan.allre..onvergys.com: "RE: How to make eclipse don't want to commit mymodel.eomodeld~ to cvs?"

    Hi!

    I have the following target in my build file. Helps some. You need to invoke a target that depends on this one before syncing with CVS.

            <!-- Delete CVS directories in backups created by EOModeler -->
            <target name="delete.cvs-backups">
                    <delete verbose="true" includeEmptyDirs="true">
                            <fileset dir="." casesensitive="false"
                                    defaultexcludes="no">
                                    <include name="*~/CVS/*"/>
                                    <include name="*~/CVS"/>
                            </fileset>
                    </delete>
            </target>

    Pierre

    -----Original Message-----
    From: Kaj Hejer [mailto:kaj.heje..sit.uio.no]
    Sent: Monday, February 21, 2005 3:56 PM
    To: WOProject List
    Subject: How to make eclipse don't want to commit mymodel.eomodeld~ to
    cvs?

    How to make eclipse don't want to commit mymodel.eomodeld~ to cvs?

    I have tried to add both skjema.eomodeld~ and skjema.eomodeld~/* to the
    .cvsignore file in my projectdirectory, but still eclipse want to
    submit my mymodel.eomodeld~ directory to cvs. Can the reason be that
    mymodel.eomodeld~ contains a CVS directory (since it is the old
    mymodel.eomodeld)?

    Any workarounds?

    TIA!

    -Kaj :)

    **********************************************************************
    This email and any files transmitted with it are intended solely for
    the use of the individual or entity to whom they are addressed.
    If you have received this email in error please notify the sender
    of this message. (Pierre.Bernar..cl.lu)
    This email message has been checked for the presence of computer
    viruses; however this protection does not ensure this message is
    virus free.
    Banque centrale du Luxembourg; Tel ++352-4774-1; http://www.bcl.lu
    **********************************************************************



    This archive was generated by hypermail 2.0.0 : Mon Feb 28 2005 - 07:01:01 EST