> What's your experience?
I am getting hung up on the build instructions. The develepment
bootstrap rake tasks fails since there is no recurrence_descriptions
relation.
Following the alternate method for creating the fixtures, I'm running
into errors applying the patch (I know it would be simple enough to
just copy/paste the code, but if I want to contribute to the project I
know I'll have to figure out how to use patch file).
There must be something wrong with the way that I am copying the patch
file out of the wiki into a new file. I've tried it in two different
browser, two different text editors, and two different operating
systems.
In all cases I am clicking on the wiki edit button and copying out the
diff file (everything between {{{}}}). On OS X, I copy the diff file
into a new file in TextMate and save it as bootstrap.patch. From the
the connector directory, I then run
$ patch -p 0 <bootstrap.patch
patching file lib/tasks/joyent.rake
Hunk #1 succeeded at 10 with fuzz 1.
patch: **** malformed patch at line 30:
So the first difference is being applied but not the second.
On an Accelerator, I paste the diff file into a new file in vim via
Terminal. I still get an error, but it is different
$ patch -p 0 < bootstrap.patch
Looks like a unified context diff.
I can't seem to find a patch in there anywhere.
Any ideas? Is there some weird whitespace/line ending thing I am
running into?
Thanks.
- Mark
--
Mark James Adams
On Jul 16, 2:05 pm, "Pascal Belloncle" < p...@nanorails.com> wrote:
> What's your experience?
I am getting hung up on the build instructions. The develepment
bootstrap rake tasks fails since there is no recurrence_descriptions
relation.
Following the alternate method for creating the fixtures, I'm running
into errors applying the patch (I know it would be simple enough to
just copy/paste the code, but if I want to contribute to the project I
know I'll have to figure out how to use patch file).
There must be something wrong with the way that I am copying the patch
file out of the wiki into a new file. I've tried it in two different
browser, two different text editors, and two different operating
systems.
In all cases I am clicking on the wiki edit button and copying out the
diff file (everything between {{{}}}). On OS X, I copy the diff file
into a new file in TextMate and save it as bootstrap.patch . From the
Your patch file worked. Thank you.
- Mark