I've had piston choke on Rails as well once before. svn delete and
recommitting is the easiest solution.

RSL

On 7/8/07, wolfmanjm <[EMAIL PROTECTED]> wrote:
>
>
> I guess that would work, but I did this before I read your post.
>
> > svn export svn://hamptoncatlin.com/haml/tags/stable /tmp/haml
> > cp -a /tmp/haml vendor/plugins/
>
> Then added any new files to svn and checkin
>
> However I suspect piston is now borked for that directory.
>
> Maybe I'll try your method to start piston from scratch.
>
> Thanks
>
> On Jul 8, 10:55 am, Jeffrey Hardy <[EMAIL PROTECTED]> wrote:
> > Why will it bork your repository to remove Haml and start clean?
> >
> > $ svn rm vendor/plugins/haml
> > $ svn ci vendor/plugins/haml -m 'Removed Haml'
> > $ piston import ...
> >
> > I'm sure you've just hit a strange bug. I'm using piston for Haml,
> > and I've had no problems.
> >
> > /Jeff
> >
> > On 8-Jul-07, at 2:19 AM, wolfmanjm wrote:
> >
> >
> >
> > > Thought I'd create another thread for this one.
> >
> > > Piston is the tool of choice for maintaining plugins (at least my
> > > choice ;)
> >
> > > However something went wrong this time around and at least one file
> > > did not get added.
> >
> > > this is what piston does...
> >
> > > first chcks out a clean version of what it currently has...
> > > svn checkout --ignore-externals --quiet --revision 496
> > > svn://hamptoncatlin.com/haml/tags/stable vendor/plugins/haml.tmp
> >
> > > the  updates to  remote repository to r545
> > > svn update --ignore-externals --revision 545 vendor/plugins/haml.tmp
> > > svn update --ignore-externals --revision 545 vendor/plugins/haml.tmp
> > > U    vendor/plugins/haml.tmp/test/haml/helper_test.rb
> > > U    vendor/plugins/haml.tmp/test/haml/results/just_stuff.xhtml
> > > U    vendor/plugins/haml.tmp/test/haml/results/helpful.xhtml
> > > U    vendor/plugins/haml.tmp/test/haml/results/
> > > whitespace_handling.xhtml
> > > U    vendor/plugins/haml.tmp/test/haml/engine_test.rb
> > > U    vendor/plugins/haml.tmp/test/haml/template_test.rb
> > > U    vendor/plugins/haml.tmp/test/haml/templates/helpful.haml
> > > U    vendor/plugins/haml.tmp/test/haml/templates/
> > > whitespace_handling.haml
> > > U    vendor/plugins/haml.tmp/test/haml/templates/just_stuff.haml
> > > D    vendor/plugins/haml.tmp/test/sass/tmp
> > > U    vendor/plugins/haml.tmp/test/sass/plugin_test.rb
> > > U    vendor/plugins/haml.tmp/test/sass/results/constants.css
> > > A    vendor/plugins/haml.tmp/test/sass/results/alt.css
> > > A    vendor/plugins/haml.tmp/test/sass/results/subdir
> > > A    vendor/plugins/haml.tmp/test/sass/results/subdir/subdir.css
> > > A    vendor/plugins/haml.tmp/test/sass/results/subdir/nested_subdir
> > > A    vendor/plugins/haml.tmp/test/sass/results/subdir/nested_subdir/
> > > nested_subdir.css
> > > U    vendor/plugins/haml.tmp/test/sass/results/parent_ref.css
> > > U    vendor/plugins/haml.tmp/test/sass/results/complex.css
> > > U    vendor/plugins/haml.tmp/test/sass/engine_test.rb
> > > U    vendor/plugins/haml.tmp/test/sass/templates/complex.sass
> > > U    vendor/plugins/haml.tmp/test/sass/templates/constants.sass
> > > A    vendor/plugins/haml.tmp/test/sass/templates/alt.sass
> > > A    vendor/plugins/haml.tmp/test/sass/templates/subdir
> > > A    vendor/plugins/haml.tmp/test/sass/templates/subdir/subdir.sass
> > > A    vendor/plugins/haml.tmp/test/sass/templates/subdir/nested_subdir
> > > A    vendor/plugins/haml.tmp/test/sass/templates/subdir/nested_subdir/
> > > nested_subdir.sass
> > > U    vendor/plugins/haml.tmp/test/sass/templates/parent_ref.sass
> > > U    vendor/plugins/haml.tmp/TODO
> > > U    vendor/plugins/haml.tmp/lib/haml/helpers/action_view_mods.rb
> > > U    vendor/plugins/haml.tmp/lib/haml/helpers.rb
> > > U    vendor/plugins/haml.tmp/lib/haml/engine.rb
> > > U    vendor/plugins/haml.tmp/lib/haml/buffer.rb
> > > U    vendor/plugins/haml.tmp/lib/haml/template.rb
> > > U    vendor/plugins/haml.tmp/lib/haml.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/tree/attr_node.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/tree/node.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/tree/rule_node.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/plugin.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/engine.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/constant/literal.rb
> > > U    vendor/plugins/haml.tmp/lib/sass/constant.rb
> > > U    vendor/plugins/haml.tmp/lib/sass.rb
> > > U    vendor/plugins/haml.tmp/MIT-LICENSE
> > > Updated to revision 545.
> >
> > > However during that update haml/helpers/action_view_extensions.rb does
> > > not get added as you can see.
> >
> > > I can only think that the subversion repository is out of whack
> > > between rev 496 and 545, in a way that caused this file to not get
> > > updated.
> >
> > > Did something get done to rev 496 that could cause this? if it is a
> > > one off problem I can work around it, but not using piston for haml
> > > would be a real chore!
> >
> > > I guess for now I can wipe my haml directory and do a fresh checkout,
> > > but that will screw up my repository in a nasty way.
> >
> > > Any ideas anyone??
> >
> > > Thanks
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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