We need to checkout the HEAD revisions from a few SVN repos for one Jenkins project. One of the repos has two subtrees (somewhere deep inside) for which we need to checkout a fixed revision.
Our current solutions is this one: http://source1/trunk -> source1 http://source2/trunk -> source2 http://source3/trunk -> source3 http://source3/trunk/dir1/subdirA@666 -> source3/dir1/subdirA http://source3/trunk/dir1/subdirB@666 -> source3/dir1/subdirB The problem with that solution is that now the poll trigger hits everytime because the workspace revision of source3/dir1/subdirA and source3/dir1/subdirB are 666 and not HEAD. :( Any suggestions? Steffen Sledz -- DResearch Fahrzeugelektronik GmbH Otto-Schmirgal-Str. 3, 10319 Berlin, Germany Tel: +49 30 515932-237 mailto:[email protected] Fax: +49 30 515932-299 Geschäftsführer: Dr. Michael Weber, Werner Mögle; Amtsgericht Berlin Charlottenburg; HRB 130120 B; Ust.-IDNr. DE273952058 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
