By oarana on
Hi,
I am integrating the subversion module in drupal-5.3. Drupal can recognize it and I can create repositories, but I have problems with the users of subversion, in SVN Accounts. The list hasn´t got any user, and when I do the import I have this error:
warning:call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'subversion_account_import' was given in /var/www/html/drupal-5.3/includes/form.inc
I try to insert the users directly in the database, but it doesn´t work. What can I do?
Please help me
Comments
See....
http://groups.drupal.org/issue-tracking-and-software-releases
Specifically see the series by jpetso@drupal.org who spent the summer on Google SoC doing an abstraction layer for just what you are doing. Are you re-inventing the wheel?