Ticket #34 (new task)

Opened 1 year ago

Last modified 1 year ago

Wiki unsuitable for windows users

Reported by: rails Assigned to: jcm
Priority: trivial Milestone:
Component: doc Version:
Keywords: Cc:

Description

Although the wiki page is short and to the point, you might want to add the command for windows users.

When I used

script/plugin install svn://rubyforge.org/var/svn/betternestedset/tags/stable/betternestedset

It obviously didn't work.

And when I tried

ruby script\\plugin install svn://rubyforge.org/var/svn/betternestedset/tags/stable/betternestedset

All it did was a blank line and then nothing. I believe it's because windows doesn't have its default wrapper for "svn".

So I just ran this command and everything worked out alright:

ruby script\\plugin install http://betternestedset.rubyforge.org/svn/trunk/

(Taken from the SCM in your rubyforge project: http://rubyforge.org/scm/?group_id=2290)

I just think this is a great tool/addon for people to know and use, and just because of this small thing "windows" users wouldn't have a clue on what to do.

Change History

09/05/07 13:53:05 changed by rails

  • type changed from enhancement to task.

09/26/07 05:22:48 changed by rails

Hi,

Look at "Browse source" : there's no tags, only a dev. version (trunk) ;)

Try this (works well on *indows):

 script/plugin source svn://rubyforge.org/var/svn/betternestedset/trunk

When it's ok, try linux ;)

Regards