None of the above. I have a custom plugin that is used to train an NLP model from a bunch of corpora. The corpora are stored in svn. They are big, so I don't want to refetch on each training. So, in generate-resources I want to check them out if they aren't checked out, and update them if they are.
I set up a profile with two executions: one for checkout and one for update, and set the skipIfExists property to true for the checkout. It seems to be doing the right thing, but I am worry about how to ensure the correct order. 2009/7/8 Martin Gainty <[email protected]>: > > which tree you are setting up dependency for? > src tree, classes tree, resources, oak, tree,cactus? > > thanks, > Martin > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger > sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung > oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich > dem Austausch von Informationen und entfaltet keine rechtliche > Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen > wir keine Haftung fuer den Inhalt uebernehmen. > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Wed, 8 Jul 2009 21:49:01 -0400 >> Subject: scm plugin - checkin or update as needed? >> From: [email protected] >> To: [email protected] >> >> I'm strugging to use the scm plugin in the seemingly obvious scenario >> of 'use update if the tree is there, otherwise run checkout'. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > _________________________________________________________________ > Lauren found her dream laptop. Find the PC that’s right for you. > http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
