Another Autoupdate Error | r7320

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Another Autoupdate Error | r7320

#1 Post by midnytblu »

Code: Select all

-===================== OpenKore Auto Update tool =====================-
Checking OpenKore core files for updates...Unable to do svn status E\:\/openkore\-svn
svn: ファイル 'E\:\openkore\-svn\.svn\entries' を開けません: The filename, directory name, or volume label syntax is incorrect.
 at E:/openkore-svn/src/deps/SVN/Updater.pm line 16
        SVN::Updater::_svn_command('SVN::Updater=HASH(0x32d2ef4)', 'status') called at E:/openkore-svn/src/deps/SVN/Updater.pm line 22
        SVN::Updater::_load_status('SVN::Updater=HASH(0x32d2ef4)') called at E:/openkore-svn/src/deps/SVN/Updater.pm line 39
        SVN::Updater::load('SVN::Updater', 'HASH(0x32d2f9c)') called at autoupdate.pl line 41
        autoupdate::upgrade('E:/openkore-svn', 'OpenKore core files') called at
autoupdate.pl line 56
        require autoupdate.pl called at start.pl line 127
        main::__ANON__('autoupdate.pl') called at perlapp line 877
        PerlApp::my_require(undef, undef) called at start.pl line 127

Press ENTER to exit.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Another Autoupdate Error | r7320

#2 Post by kLabMouse »

Hmm...

Code: Select all

Unable to do svn status E\:\/openkore\-svn
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Another Autoupdate Error | r7320

#3 Post by EternalHarvest »

Windows can't handle quotemeta-escaped paths?
midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: Another Autoupdate Error | r7320

#4 Post by midnytblu »

add'l info: i tried on different PCs, same problem.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Another Autoupdate Error | r7320

#5 Post by EternalHarvest »

Removed escaping of shell arguments and quoted them instead, only for Windows. Seems to be working at least for paths like "C:/Documents and Settings/User/Desktop".
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Another Autoupdate Error | r7320

#6 Post by kLabMouse »

Working.
Closed.