Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthordelia
     
    hi all,
    i can't install any plugin with the command >php.exe ./script/plugin install plugin_name.

    I am getting this error: svn: Error de cliente analizando parámetros

    Any idea?

    Thanks in advance
    Delia
    •  
      CommentAuthorbermi
     

    Hi Delia,

    What is your the result for you when running

    svn --version
    

    on the console?

    • CommentAuthordelia
     
    versión 1.4.5

    i think is something with the svn repository , isn`t it?
    • CommentAuthordelia
     
    what version must i install to get it installed?
    • CommentAuthordelia
     
    hi,
    i have installed the svn client version 1.5.2, and i get the same error: Error analizando parámetros.
    Is there any other way of installing the plugins? Please, help!
    •  
      CommentAuthorbermi
     

    It seems that the problem is on AkPlugin/AkPluginManager.php method canUseSvn(). Can you try to find out and tell us why it can't execute the command correctly?

    Besides weird error, if you update your working copy and add in your config/development.php

    define('AK_BEST_PLUGIN_INSTALL_METHOD', 'http');
    

    You should have no problems installing plugins by using simple http instead of svn.

    • CommentAuthordelia
     
    thanks, Bermi. I installed the plugin without any problem using http instead of svn, but i havent had time to investigate the problem with the svn connection... I have it in my to-do list :)