On Tue, 17 Apr 2007, Brian Glass wrote:
> I seem to be experiencing bug 1227, which apparently
has been fixed in SVN.
> Is there a simple way to apply just this patch until
the next release?
Looking at http://
bugs.bricolage.cc/show_bug.cgi?id=1227
it says it was fixed in revision 7760.
Assuming the patch can be applied by itself
(i.e. doesn't depend on something else;
this isn't always true, but seems to be for this one):
cd /tmp/
svn co h
ttp://svn.bricolage.cc/bricolage/branches/rev_1_10
cd rev_1_10/
svn diff -r 7759:7760 . > /tmp/rev7760.diff
Then apply it normally:
cp /tmp/rev7760.diff $BRICOLAGE_ROOT/
cd $BRICOLAGE_ROOT/
patch -p0 < rev7760.diff
Restart Bricolage, since it changes a file under lib/ .
|