This needs to be fixed before more people check it out and think they're working in the JSF 1.2 branch when they're really in myfaces/core/trunk.
As far as I know only core and shared have branched for JSF 1.2, and these should be the only things in the svn:externals definition: core https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12 shared https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0 Thanks, -- Wendy On 6/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: mmarinschek Date: Sat Jun 10 02:59:08 2006 New Revision: 413278 URL: http://svn.apache.org/viewvc?rev=413278&view=rev Log: added one-stop checkout for 1.2 Modified: myfaces/current12/ (props changed) Propchange: myfaces/current12/ ------------------------------------------------------------------------------ --- svn:externals (added) +++ svn:externals Sat Jun 10 02:59:08 2006 @@ -0,0 +1,7 @@ +core https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12 +core https://svn.apache.org/repos/asf/myfaces/core/trunk +maven https://svn.apache.org/repos/asf/myfaces/maven/trunk +site https://svn.apache.org/repos/asf/myfaces/site/trunk +tomahawk https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk +shared https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0 +tobago https://svn.apache.org/repos/asf/myfaces/tobago/trunk
