Anonymous | Login | Signup for a new account | 2012-09-13 19:33 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
214 | Source Integration | WebSVN | public | 2011-09-05 05:34 | 2011-10-10 09:34 | ||||||
Reporter | yanual | ||||||||||
Assigned To | |||||||||||
Priority | high | Severity | major | Reproducibility | always | ||||||
Status | new | Resolution | open | ||||||||
Product Version | |||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 214: WebSVN import failed : APPLICATION ERROR #0 -> 254 - - trigger_error ( <string>'0', <integer>256 ) | ||||||||||
Description | Mantis 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 Information | Some 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> { } ) ) | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
![]() |
|
yanual (reporter) 2011-09-05 05:50 |
Sorry I forgot the version of the Subversion Client on my mantis platform : 1.6.17 |
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 ); } } |
Raul Baldner Junior (reporter) 2011-10-10 03:49 |
Check if your path to your svn binaries is properly set. |
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. |
![]() |
|||
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 |