[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846189#action_12846189 ]
Uwe Schindler edited comment on LUCENE-2326 at 3/16/10 11:01 PM: ----------------------------------------------------------------- Here the patch, before applying do the following (in main checkout folder): {noformat} ant clean-backwards svn mkdir ./backwards svn cp https://svn.apache.org/repos/asf/lucene/java/branches/lucene_3_0_back_compat_tests/src backwards/src svn propset svn:externals "-r500 svn://svn.tartarus.org/snowball/trunk/data data" contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball svn propdel svn:ignore contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball {noformat} Then apply patch and run svn up. was (Author: thetaphi): Here the patch, before applying do the following (in main checkout folder): {noformat} ant clean-backwards svn mkdir ./backwards svn cp https://svn.apache.org/repos/asf/lucene/java/branches/lucene_3_0_back_compat_tests/src . svn propset svn:externals "-r500 svn://svn.tartarus.org/snowball/trunk/data data" contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball svn propdel svn:ignore contrib/analyzers/common/src/test/org/apache/lucene/analysis/snowball {noformat} Then apply patch and run svn up. > Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards > branch and linking snowball tests by svn:externals > ------------------------------------------------------------------------------------------------------------------------------- > > Key: LUCENE-2326 > URL: https://issues.apache.org/jira/browse/LUCENE-2326 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Uwe Schindler > Assignee: Uwe Schindler > Fix For: Flex Branch, 3.1 > > Attachments: LUCENE-2326.patch > > > As we often need to update backwards tests together with trunk and always > have to update the branch first, record rev no, and update build xml, I would > simply like to do a svn copy/move of the backwards branch. > After a release, this is simply also done: > {code} > svn rm backwards > svn cp releasebranch backwards > {code} > By this we can simply commit in one pass, create patches in one pass. > The snowball tests are currently downloaded by svn.exe, too. These need a > fixed version for checkout. I would like to change this to use svn:externals. > Will provide patch, soon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org