Hi Jim!

> Drop the = in the -R option.  One of the following options will work:
>
>     rake -Rc:\utils\rake -T
>     rake -R c:\utils\rake -T
>     rake --rakelib=c:\utils\rake -T
>
>   

Indeed, they seem to work, however only if I run rake from a path on the 
same drive. See below:

C:\>rake -R c:\utils\rake -f c:\utils\rake\rakefile -T
(in C:/)
rake svn:tag  # Tag the trunk as VERSION=n
C:\>d:
D:\>rake -R c:\utils\rake -f c:\utils\rake\rakefile -T
(in D:/)

D:\>

Greetings,

Esad
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to