Subjects
Home
Xalan extension functions
Fomatting question serializing DOM with pretty print
xalan with pull parser
Cannot find the declaration
Apache Xalan drop support to run on JRE 1 1 x
Why does Doctype change processing of a document
Node set to XML string via Java extensions in Xalan J: possible?
Templates/Transformers + thread safety???
Problem evaluating xpath with muliple prefix with different namespace
remove an arbitrary attribute from xsl output
Xalan3 XSLT 2 0 XPath 2 0 support?
Problem using compiled translets with Xalan !!
Xalan and jstl 1 1 problem with transform tag
NullPointer in DOM2DTM getLocalName
URIResolvers base parameter with xsltc and cascaded imports
Performance problem for Xalan J on intel dual core
Standard libraries in JAXP?
Serializing a DOM tree to XML file, customize entities replacement
Library Conflict Involving BCEL Library
A question on how users are using <xsl:message >
Kevin Cormier as a new Apache Xalan J committer
Struggling to iterate over tokenized string
Xalan count() trouble
Problem with recursive xpath
Error when switching to java 1 5
document( ' ')
Problem with Xalan2 7 0 transformation
cr/lf options
entity encoded XML
can xalan transform 2 xml using one xslt?
Xalan J JIRA defect review Monday October 16, 2006 from 2:00 to 3:30 pm ED
xsl transform with cdata section elements
xslt parameters not expanded
Weird behavior of XPath evaluate()
How to avoid <xsl:message > instruction prints stylesheet file informations ?
Cannot find SimpleTransform subdirectory after installing Xalan J
recover from document not found exceptions
jdk1 5 and Xalan jar differences?
Performance Issue
Error/Bug adding floating point numbers
XPathAPI: eval exp using nodes with default namespace
modifying xalan to output invalid XML
NullPointerException
mege two separate xml nodes into one
Is this a XALAN document identification bug?
is StylesheetRoot really java io Serializable ?
transform() fails for DOMSource but succeeds for StreamSource
Thoughts on Transformer parameter passing
HELP, Xalan and jstl 1 1 problem with transformer
Problem with XPath namespace axis?
string utils:replace deleting search string if replacement string is an HTML
help with enumeration values pls
xalan 2 5 1 vs 2 7 performance question
How to insert/update in XML document
HTML Serialization and Handling of Ampersands in HREF Attributes
XHTML link tag stripping
SystemId Unknown; Line #24; Column #49; java lang NullPointerException
xpath text() help
Apostrophe problem with xalan 2 7 0
How to set variables in XML document?
Links
Home
Oracle database error code ...
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xalan migration from CVS to Subversion

Xalan migration from CVS to Subversion

2005-10-27       - By Brian Minchau


The Xalan committers have voted to move from CVS to Subversion as the code
repository.

This will most likely happen early to mid next week (Nov. 1 or 2).  There
is a Subversion test repository that should look like the code when
migrated (thanks to Henri Yandell). Please have a look (especially Xalan
committers) and post to xalan-dev@(protected) if you have concerns, or
even if it looks OK.

Thanks,
- Brian
- - - - - - - - - - - - - - - - - - - -
Brian Minchau
Apache Xalan PMC

----- Forwarded by Brian Minchau/Toronto/IBM on 10/27/2005 12:08 PM -----
                                                                         
            Henri Yandell                                                
            <bayard@(protected)                                            
            g>                                                         To
                                      Brian Minchau/Toronto/IBM@(protected)    
            10/11/2005 11:50                                           cc
            PM                                                            
                                                                  Subject
                                      Re: Xalan migration...              
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         





Okay, here you go, test migration:

http://svn.apache.org/repos/test/xalan/

svn co https://svn.apache.org/repos/test/xalan/java/trunk xalan-java
svn co https://svn.apache.org/repos/test/xalan/c/trunk xalan-c
svn co https://svn.apache.org/repos/test/xalan/test/trunk xalan-test

Should give you something to look at. I had to add the following flags:

cvs2svn --dump-only --dumpfile=java.dump --force-branch=XSLTC_DOMImpl
xml-xalan/java

cvs2svn --dump-only --dumpfile=c.dump --force-branch=LotusXSL4C_1_3_0-390
--force-branch=LotusXSL4C_1_3_0 --force-branch=LotusXSL4C_1_0_0
--force-branch=LotusXSL4C_1_3_1 xml-xalan/c

cvs2svn --dump-only --dumpfile=test.dump --encoding=latin1 xml-xalan/test

The --force-branches are because CVS gets a bit confused sometimes and
you end up with a tag-name which is a tag in N files and a branch in a
few; or a branch in N files and a tag in a few. The xalan-c ones were tags
which had been modified a few times, so I went ahead and let them become
branches. The xalan-java one was a branch that had never been edited and
was a tag in a few files, so I let it stay a branch. Safest course of
action.

The --encoding is because xalan-test has some odd characters in the
filenames. So checking any obscure filenames you have would be a very good
thing to do; it should stay the same provided they fit within latin1.

If there are problems, I think we can do other encoding things, I've just
not had to yet.

Let me know how it all looks,

Hen

On Tue, 11 Oct 2005, Brian Minchau wrote:

> Henri,
> the Xalan committers just voted to move to SVN last week.  We are waiting
> for a Xalan-C release 1.10, which should come out within the week.  After
> that we will move to SVN.
>
> I'll have a closer look at what you did. At first glance it seems to be
> very close to what the team has agreed to.
>
> Here is what the Xalan committers think should be migrated:
>
===============================================================================
==========

>
> In the existing structure under xml-xalan in CVS, the following are dead,
> and will not be migrated:
> * xml-xalan/bin
> * xml-xalan/docs
> * xml-xalan/samples
> * xml-xalan/src
> * xml-xalan/xdocs
>
> In the existing structure under xml-xalan in CVS, the following be
> migrated:
> * xml-xalan/c
> * xml-xalan/java
> * xml-xalan/test
>
> https://svn.apache.org/repos/asf/xalan
>
>
>
> Under this I propose these "directories"
> * /java/branches (Xalan-j branches)
> * /java/tags (Xalan-j tags)
> * /java/trunk (Xalan-j HEAD)
>
> * /c/branches (Xalan-C branches)
> * /c/tags (Xalan-C tags)
> * /c/trunk (Xalan-C HEAD)
>
>
> * /test/branches (Xalan branches)
> * /test/tags  (Xalan tags)
> * /test/trunk  (Xalan HEAD)
>
>
> - Brian
> - - - - - - - - - - - - - - - - - - - -
> Brian Minchau
> Apache Xalan PMC Chairperson
>
>
>
>
>
>             Henri Yandell
>             <bayard@(protected)
>             g>                                                         To
>                                       pmc@(protected),
>             10/10/2005 01:57          minchau@(protected)
>             PM                                                         cc
>
>                                                                   Subject
>                                       Xalan migration...
>
>
>
>
>
>
>
>
>
>
>
> I went ahead and did a standard-style cvs->svn test migration for
> xml-xalan. No idea if it's what you want, but there's a good chance it
is:
>
> http://svn.apache.org/repos/test/xalan
>
> svn co https://svn.apache.org/repos/test/xalan/trunk xml-xalan
>
> Assuming that a branches/tags/trunk strategy is what you'd like, how does
> that look?
>
> Hen
>
>