Re: [Radiant] problem with page_attachment

2010-04-29 Thread Horst Rischbode
Thanks! Now all works fine! john muhl schrieb: > On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode wrote: > >> Hi John, >> thanks for the quick answer. Tried to follow Your instructions but failed. >> >> git checkout... raises an error: >> fatal: git checkout: updating paths is incompatible wit

Re: [Radiant] problem with page_attachment

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode wrote: > Hi John, > thanks for the quick answer. Tried to follow Your instructions but failed. > > git checkout... raises an error: > fatal: git checkout: updating paths is incompatible with switching branches. > Did you intend to checkout 'radiant-

Re: [Radiant] problem with page_attachment

2010-04-29 Thread Horst Rischbode
Hi John, thanks for the quick answer. Tried to follow Your instructions but failed. git checkout... raises an error: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout 'radiant-0.8.0' which con not be resolved as commit? Sorry, but I'm an abso

Re: [Radiant] problem with page_attachment

2010-04-28 Thread john muhl
you need the 0.8 branch cd radiant/vendor/extensions git clone git://github.com/radiant/radiant-page-attachments-extension.git page_attachments cd page_attachments git checkout -b 0.8 radiant-0.8.0 cd ../../.. rake radiant:extensions:page_attachments:migrate rake radiant:extensions:page_attachment