I found out two things today.
- The XSD for this XML:
<someElement anAttribute="aValue">someValue</someElement>
goes a little something like this:
<xs:element name="someElement" type="some-element-def" minOccurs="1" maxOccurs="1" /> ... <xs:complexType name="some-element-def"> <xs:simpleContent> <xs:extension base="xs:integer"> <xs:attribute name="someAttribute" type="xs:boolean" use="optional" /> </xs:extension> </xs:simpleContent> </xs:complexType> - To get bzr 1.5 running on Ubuntu Hardy Heron add a couple of entries to
/etc/apt/sources.listand re-run synaptic.deb-src http://ppa.launchpad.net/bzr/ubuntu hardy main deb http://ppa.launchpad.net/bzr/ubuntu hardy main
- To compile PHP4 with MySQL support other than the archaic bundled 3.x use
--with-mysql=/usr


August 8th, 2008 at 7:47 am
Hi, the launchpad hardy repository does NOT have bzr 1.5. I fyou want bzr 1.5, you have to build it yourself.
August 8th, 2008 at 3:30 pm
Ah crap, it looks like it’s been dropped in the last 3 weeks, or perhaps it’s been temporarily unpublished.
https://launchpad.net/~bzr/+archive doesn’t list it at all for hardy, but does have bzrtools.
You can get 1.6 beta: https://launchpad.net/~bzr-beta-ppa/+archive
August 8th, 2008 at 8:40 pm
A guy I work with says that they accidentally pushed 1.6b to the PPA repository and have since deleted 1.5 and not reinstated it.
It’s an occupational hazard of the PPAs.
I’d suggest trying 1.6b because it’s going to be released before long anyway.