[zim 0.28] Svn undefined subroutine on windows
Bug #340381 reported by
M Olliver
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Fix Released
|
Low
|
Unassigned | ||
Perl-zim |
Fix Released
|
Low
|
Unassigned |
Bug Description
I have installed Zim 0.28 via the windows installer on to windows XP.
I have also installed putty and subversion which i can use to access my svn repo via ssh and the command line fine doing a svn+ssh://user@host command. However when i try to link Zim to subversion i get the following error message:
Could not initialize version control
Undefined subroutine &Zim::FS:
Any ideas what the problem may be, as I think this is a useful tool and I use it a lot on linux but I would like my windows counterparts to also be able to edit my notes.
Thanks
Mark
summary: |
- Svn undefined subroutine on windows + [zim 0.28] Svn undefined subroutine on windows |
Changed in zim: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ok, I forgot to import the translation method there, my bad.
However patching this will not fix your problem as the bug happens in the exception hook after trying to enable SVN. If this happens for some reason zim could not execute "svn --version --quiet > devnull". Please double check svn is in the PATH when zim is running.