[viewvc-users] viewvc not displaying modifier name in author column
trevor obba <[email protected]> Mon, 12 Mar 2012 11:55:45 +0000 (GMT)
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <1331553345.46533.YahooMailNeo__18323.0250528597$1331560353$gmane$org@web29010.mail.ird.yahoo.com> |
I installed Viewvc version 1.0.9 on Ubuntu lucid with svn 1.6.6, apache 2.2.14, libapache2-svn and module authnz_ldap for ldap authication, I am able to commit repository. The problem is when I enable viewvc it display the repository but does not display the modifier name in the author column. Here is my viewvc.conf svn_roots = svnroot: /unl/svn/projects default_root = svnroot root_as_url_component = 1 Here is how I enable viewvc in apache ScriptAlias /viewvc "/usr/lib/cgi-bin/viewvc.cgi" <Location /viewvc> Options +ExecCGI AuthType Basic AuthName "viewvc" AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPBindDN "o=unl" AuthLDAPURL ldap://x.x.xx:389/ NONE Require valid-user </Location> But with apache and svn only, and update the repository then enable viewcv and restart apache it displays the modifier name in the Author column. Here is how svn is enabled in apache <Location /svn> DAV svn SVNParentPath /unl/svn SVNListParentPath On AuthType Basic AuthName "viewvc" AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPBindDN "o=unl" AuthLDAPURL ldap://x.x.xx:389/ NONE Require valid-user </Location> What am I doing wrong, why can I update repository with viewvc enabled and have the modifier name display in the author column? Can please you help in configuration viewvc properly? ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2934428 To unsubscribe from this discussion, e-mail: [[email protected]].