As previously discussed: the classes in org.apache.tomcat.jni inside
native/branches/1.1.x were at the end identical to the ones in TC trunk.
To reduce maintenance effort I replaced the ones in native with an
svn:external to TC trunk.

Note 1: The svn:externals is given in absolute peg revision syntax. For
instance when doing a native release the RM needs to decide whether he
wants to update the revision.

Use

svn propedit svn:externals java/org/apache/tomcat

to edit it. The syntax currently used is:

^/tomcat/trunk/java/org/apache/tomcat/jni@1444300 jni

The "^" is the base of the repos, so it will automatically work with
http and https.

Note 2: Some java classes remained in native:

- Apr.java (and apr.properties) at org.apache.tomcat
- test classes in the test directory
- example classes in the examples directory

I added a check to the release script, but it will only ouput a warning
if the externals revision looks outdated.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to