Plugins in extras repository have moved

1 view
Skip to first unread message

Michael C. Harris

unread,
Jun 5, 2008, 1:38:52 AM6/5/08
to Habari Users
If you don't follow discussion on the -dev mailing list, you might
have missed the fact that the -extras repository, which holds many
Habari plugins, has been reorganised.

This means that if you checked out you plugins directly with svn they
can no longer be updated with svn up.

To change your local checked out copy to the new location, change to
the directory of the plugin and run this (using defensio as an
example):

svn switch http://svn.habariproject.org/habari-extras/plugins/defensio/trunk .


--
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog

Andy C

unread,
Jun 5, 2008, 3:22:56 PM6/5/08
to habari-users
Michael

Thanks very much for posting this.

I was just starting to worry how I would update all my SVN plug-ins to
incorporate these recent FormUI changes.

Then I was absolutely staggered to discover I had 67 plug-ins. That
looked like a lot of typing and I am pretty lazy.

$ cat switch.sh
for dir in *
do
if [ -d $dir ]
cd $dir
then
svn switch http://svn.habariproject.org/habari-extras/plugins/$dir/trunk
.
cd ..
fi
done

Peace, love, empathy
--
Andy


On Jun 5, 6:38 am, "Michael C. Harris" <michael.twof...@gmail.com>
wrote:

Michael C. Harris

unread,
Jun 5, 2008, 8:07:46 PM6/5/08
to habari...@googlegroups.com
On Thu, Jun 05, 2008 at 12:22:56PM -0700, Andy Cowling wrote:
>
> Michael
>
> Thanks very much for posting this.

And thanks for sharing your laziness!

> I was just starting to worry how I would update all my SVN plug-ins to
> incorporate these recent FormUI changes.
>
> Then I was absolutely staggered to discover I had 67 plug-ins. That
> looked like a lot of typing and I am pretty lazy.

I've only got half a dozen or so, so I didn't think of scripting it.
67 is quite phenomenal. I think it's quite phenomenal there _are_ 67
plugins :)

Andy C

unread,
Jun 5, 2008, 9:44:31 PM6/5/08
to habari-users
Sorry - I just check out Habari-extras SVN and sync into user/plugins
to see what new and exciting stuff is appearing from the Habari
dashboard.

I am not actually using all 67 !

On Jun 6, 1:07 am, "Michael C. Harris" <michael.twof...@gmail.com>
wrote:

Michael C. Harris

unread,
Jun 6, 2008, 1:42:36 AM6/6/08
to habari...@googlegroups.com
On Thu, Jun 05, 2008 at 06:44:31PM -0700, Andy Cowling wrote:
>
> Sorry - I just check out Habari-extras SVN and sync into user/plugins
> to see what new and exciting stuff is appearing from the Habari
> dashboard.
>
> I am not actually using all 67 !

Ah, of course!

God, we'll probably start having those "What are your essential
plugins?" posts happening soon :(

Reply all
Reply to author
Forward
0 new messages