You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/31 05:17:38 UTC

[Xerces Wiki] Update of "XercesjRepositoryAccess" by Michael Glavassevich

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change notification.

The following page has been changed by Michael Glavassevich:
http://wiki.apache.org/xerces/XercesjRepositoryAccess

The comment on the change is:
Shameless copy of the page Boris setup for Xerces-C.

New page:
The SVN repository is public and everyone has read access. The repository uses a standard SVN layout of:

{{{
 xerces/java/
        |
        | -  branches/
        |
        | -  tags/
         \
           - trunk/
}}}

In short: 

1) to check out the trunk of xerces/java:

  svn co https://svn.apache.org/repos/asf/xerces/java/trunk

2) to check out the code tagged with the Xerces-J_2_9_0 tag:

  svn co https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_9_0/

3) to check out the code in the stax-dev/ branch:

  svn co https://svn.apache.org/repos/asf/xerces/java/branches/stax-dev/

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org