It looks like these were moved during one of the reorgs.
From here:
https://svn.apache.org/repos/asf/myfaces/legacy/tags/
... I see 2 tags that might hold what you want.
# before_maven_reorg/
# before_maven_reorg_v2/
Both have a 1_1_1 tag, but _v2 has a 'commons' and a 'current', which
the 'current' directory has misconfigured svn:externals that point
back to the main trunk of each component. The likely place that the
url you mention is supposed to pull (svn:externals) it's directories
from is the first one I listed, however there is no 'current' on that
tag so it will need to added and have the svn:externals applied to it.
If any of the committers can verify this, I'll take a crack at fixing
this for the tag you need.
HTH
--
James Mitchell
On Apr 19, 2006, at 7:33 AM, Steve McCoole wrote:
It seems as if there is no way to check out the 1.1.1 source from
SVN. When the client (linux or windows) proceeds to the api
external it fails all the time with a bad url. I'm trying to check
out the following: https://svn.apache.org/repos/asf/myfaces/
release/tags/1_1_1/
Is there something that I'm missing here or can this be looked into
in the respository configuration?
Thanks,
Steve