Actions
Patch #236
closedPatch for remote cvs server and non-English cvs environment
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hello.
I made a patch for cvs_adapter.rb
1. patch for remote cvs server
We installed Redmine to a server and this is not a cvs repository server.
so the cvsroot value is like below
:pserver:username@yourdomain.com:/home/cvsroot
so we should slice string before '/' in the line 145 of cvs_adapter.rb
this is not obliged to a user for local cvs repository, but is useful for user like me. :-)
2. patch for non-English User
When I want to insert the revision data to MySQL database, I should encode the non-English commit message to UTF-8.
This may be the problem of my environment(Korean), so please check the code !!
Thank you for reading.
Files
Related issues
Actions