I don't know if this problem has been brought to anyones attention...I would think it has since I've actually noticed this problem for quite a while, just didn't bother to post. I figured it'd be fixed with time but..
Whenever I'm in SVN Web, when I try to view the "Change" file in the trunk I get this error message:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3470, in main
request.run_viewcvs()
File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 388, in run_viewcvs
self.view_func(self)
File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 1895, in view_log
options)
File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 648, in itemlog
revs = _fetch_log(self, path, rev, options, self.scratch_pool)
File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 355, in _fetch_log
history_set = _get_history(svnrepos, full_name, which_rev, options)
File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 253, in _get_history
1, rev, cross_copies, svnrepos.pool)
SubversionException: ('Revision file lacks trailing newline', 160004)
Any ideas as to what is up with that?