Notice: this is a static mirror for historical purposes.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
214Source IntegrationWebSVNpublic2011-09-05 05:342011-10-10 09:34
Reporteryanual 
Assigned To 
PriorityhighSeveritymajorReproducibilityalways
StatusnewResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary214: WebSVN import failed : APPLICATION ERROR #0 -> 254 - - trigger_error ( <string>'0', <integer>256 )
DescriptionMantis 1.2.6 on WINXP platform
WAMP : Version 1.7.3
PHP : 5.2.4
MySQL : 5.0.45

Repository on a linux SERVER with Collabnetsvn : 1.6.3-2


Source Control Integration : 0.16.3
Subversion integration : 0.16
Subversion integration/WebSVN: 0.16
WebSVN : 2.3.3

I can browse my repository with WebSVN but I can't "Import latest data" or "Import everything".

I read the issue 213 but even I set php_svn on my wamp configuration I can't import neither search on repositories dialog box.

Additional InformationSome debug informations :

C:\wamp\www\ANO-EVO-1-2-6\plugins\SourceSVN\SourceSVN.php
              254 - - trigger_error ( <string>'0', <integer>256 )
 
C:\wamp\www\ANO-EVO-1-2-6\plugins\SourceSVN\SourceSVN.php
              210 SourceSVNPlugin -> check_svn -
- - SourceSVNPlugin -> import_full ( <Object><SourceRepo> ( [id] => '7', [type] => 'websvn', [name] => 'Import 2011-09-05 14:29:07', [url] => 'svn://10.6.2.104/bac_a_sable/MANTIS/Mantis-Delta', [^] [info] => <Array> { ['websvn_url'] => 'http://localhost/websvn-2.3.3/', [^] ['websvn_name'] => 'bac_a_sable', ['websvn_path'] => '/MANTIS/Mantis-Delta/Sources-Modif/', ['svn_username'] => 'XXXXXX', ['svn_password'] => 'xxxxxx', ['standard_repo'] => false, ['trunk_path'] => '', ['branch_path'] => '', ['tag_path'] => '', ['ignore_paths'] => true }, [branches] => <Array> { }, [mappings] => <Array> { } ) )
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (307)
yanual (reporter)
2011-09-05 05:50

Sorry I forgot the version of the Subversion Client on my mantis platform : 1.6.17
User avatar (323)
yanual (reporter)
2011-10-08 02:54

If I comment the error trigger in the check_svn function the import process can continue and work well.
I don't know why the command "$svn help" return an error.

private function check_svn() {
    $svn = self::svn_binary();
    if ( is_blank( shell_exec( "$svn help" ) ) ) {
// trigger_error( ERROR_GENERIC, ERROR );
    }
}
User avatar (325)
Raul Baldner Junior (reporter)
2011-10-10 03:49

Check if your path to your svn binaries is properly set.
User avatar (328)
yanual (reporter)
2011-10-10 09:34

I thought the same thing.
But if it was wrong the import_full function couldn't work well too, and yet it work.

- Issue History
Date Modified Username Field Change
2011-09-05 05:34 yanual New Issue
2011-09-05 05:50 yanual Note Added: 307
2011-10-08 02:54 yanual Note Added: 323
2011-10-10 03:49 Raul Baldner Junior Note Added: 325
2011-10-10 09:34 yanual Note Added: 328


Copyright © 2000 - 2012 MantisBT Group
Time: 0.1586 seconds.
memory usage: 8,365 KB
Powered by Mantis Bugtracker

hosted with
Linode