You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by "Henning P. Schmiedehausen" <ma...@hometree.net> on 2001/08/28 13:14:09 UTC

CVS messup? [Was: Re: cvs commit: jakarta-turbine/xdocs/services intake-service.xml]

henning@apache.org writes:

>  Index: intake-service.xml
>  ===================================================================
>  RCS file: /home/cvs/jakarta-turbine/xdocs/services/intake-service.xml,v
>  retrieving revision 1.7
>  retrieving revision 1.8
>  diff -u -r1.7 -r1.8

Hm. I checked this into CVS on 2001/06/13.

As of today, the jakarta-turbine-2 repository contains a version 1.3
which is not only vastly out of date but also missing all of these
changes. Why?

According to the Changelog, it was branched off on 2001-08-16 by
jvanzyl. 

The current intake docs are plain wrong. They e.g. still talk about

        <rule minLength="1">Please enter an email address</rule>
        <rule mask=".+@.+\..+">Please enter a valid email address</rule>

which should be 

a) 

        <rule name="minLength" value="1">Please enter an email address</rule>
        <rule name="mask" value=".+@.+\..+">Please enter a valid email address</rule>

and 

b)

        <rule name="required" value="true">Please enter an email address</rule>
        <rule name="mask" value=".+@.+\..+">Please enter a valid email address</rule>

as minLength does not work with 'required=false'.

Could someone please check? This seems to be a screwup when the tree
was split into jakarta-turbine-2 and jakarta-turbine-3

	Regards
		Henning
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: CVS messup? [Was: Re: cvs commit: jakarta-turbine/xdocs/services intake-service.xml]

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"Henning P. Schmiedehausen" <ma...@hometree.net> writes:

> Could someone please check? This seems to be a screwup when the tree
> was split into jakarta-turbine-2 and jakarta-turbine-3

Were you checking into the HEAD of the old tree (jakarta-turbine), or
into the tip of the stable branch?  What used to be the HEAD of the
jakarta-turbine module is now the HEAD of the jakarta-turbine-3
module.  The tip of the old stable branch is now the jakarta-turbine-2
module.  If this is the case, you may be able to just port from the
jakarta-turbine-3 module to the jakarta-turbine-2 module.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org