|
I am stuck with the Template::process() error with the latest SVN-Web version 0.53. I tried SVN-Web 0.51 and I am getting the same error.
In previous attempt, I was successful in getting SVN-Web version 0.48 with cgi to work.
I compared the en.po file in version 0.48 with 0.53's; I replaced the following text in version 0.53's to correct another maketext error: "maketext doesn't know how to say: (browse listing)"
msgid "(browse directory)"
msgstr "Browse directory"
to
#: ../Template/trac/browse:18
msgid "(browse listing)"
msgstr "File and directory listing"
However, now I am still getting maketext error for every (%1 week), (%1 month), (%1 year), ...
I am using Linux Redhat Enterprise, Apache 2.0.59 and Subversion 1.4.4. Is SVN:Web 0.53 simply not supporting SVN 1.4.4?
At the moment, I am only able to use SVN-Web 0.48 with cgi. SVN-Web 0.49 which is supposed to support mod_perl2 completely have a problem with Makefile.PL i.e. "INSTALL_BASE" and "destdir" option do not work such that I can use a different directory to install the lib.
I want to use the latest version with Apache 2.0 using mod_perl2.
I am wondering if anybody is able to use SVN-Web 0.53.
Thanks.
-Indra |