I'm trying to replace the calculation of the url for emeritus from 'private/documents/emeritus' to ASF::SVN.svnurl('emeritus') but nothing is returned. The code is in the browser www/roster/views/person/forms.js.rb. Is this intended to be used in the browser or only in the back end?
The form is intended to display a clickable URL which is composed of the svn url plus the file name. Previous code used a string concatenation https://svn.apache.org/repos/private/documents plus emeritus plus file name. I suspect that this code needs to remain as is, because ASF::SVN is not even available in the browser. So should I try to pass the urls as elements of the Person class? Thanks, Craig Craig L Russell c...@apache.org