This has been discussed before, but it's really more of a problem with 
the Rails installer than Haml... Haml uses a very common repository 
structure, but script/plugin doesn't have a way of either detecting this 
layout or manually setting the folder name. If we were to change the 
repository layout now, it would break existing checkouts, which would be 
bad.

That said, it may be a good idea to change the install instructions to 
have users use

mv vendor/plugins/{stable,haml}


- Nathan

Wincent Colaiuta wrote:
> Hi,
>
> I just installed Haml into an existing Rails app for the first time
> and I'm looking forward to trying it out.
>
> I wanted to report what looks like a bug in the installation
> instructions at <http://haml.hamptoncatlin.com/download/>.
> Specifically, they state that you install by doing the following:
>
>   script/plugin install http://svn.hamptoncatlin.com/haml/tags/stable
>
> This will check out a copy of Haml into:
>
>   vendors/plugins/stable
>
> But it seems to me that a more correct installation path would be:
>
>   vendors/plugins/haml
>
> So I installed by doing a manual export like this instead:
>
>   svn export http://svn.hamptoncatlin.com/haml/tags/stable vendor/
> plugins/haml
>
> So I think the instructions probably need to be updated and possibly
> the repository layout as well; the stable version of the plugin should
> probably live at:
>
>   http://svn.hamptoncatlin.com/haml/branches/stable/haml
>
> And specific releases should probably have paths like:
>
>   http://svn.hamptoncatlin.com/haml/tags/rel_1-5-2/haml
>
> Cheers,
> Wincent
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to