When I install the module into sites/all/modules/ (where non-core modules are supposed to go - according to http://drupal.org/node/70151) - I get a php syntax error on line 395 of autopilot_svn.module

This line assigns the value of a form array key as => t('The 'friendly name' of this repository.')

so...after escaping the single quotes...i get another syntax error on line 406...more quotes needing escaping...then line 461...query phrase is also full of single-quotes (and enclosed in them)...

then i get a Fatal Error regarding a file 'xmltoarray.php', which doesn't seem to exist anywhere.

Am I doing something wrong here? I'm untar/gzipping using IZArc on my windows box - onto my linux machine - over samba - same way I've installed every other contributed module.

I'm extremely excited about this project - just get the feeling that the dev source might've been released prematurely.

I'm running Drupal 5.2 on CentOS

Comments

sotzing’s picture

Priority: Critical » Normal
senpai’s picture

Status: Active » Fixed

This problem has been addressed by the 2.0 version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.