[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-dev] Branch with switch customization : little problem

From: Lionel Hubeau <lhubeau_at_gmail.com>
Date: Wed, 11 Jul 2012 11:01:08 +0200

Hello,

     In my society, we use subclipse to manage our Maven projects in SVN.
     But now a request have been made to automatically adapt the pom.xml
just after the creation of a branch.

     I began to code a new BranchTagAction to customize the way the branch
are created.
     In this new BranchTagAction, i use the BranchTagOperation without
modification but i force the switch tho the newly created branch.

    But i have a problem because just after the call to
"branchTagOperation?run()", eclipse does not see the branch switch and so i
can not modify the pom.xml files. In fact when i began to loop through the
project in Eclipse, all the project remain on the "trunk" even the one for
wich a branch have just been created.

    As i can see, the switch is really made at the end of the execute
method of the BranchTagAction.

    So my question is : how can i code my action to be sure that the switch
is well executed before i can begin the modification of my pom.xml ?

     The development is on with Eclipse 4.2 and so with Subclipse 1.8.11

     If you need more information do not hesitate to ask.

Thank you for your answers.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2983324

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2012-07-11 15:02:52 CEST

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.