When I am trying to see some files from this address:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/node_import/?pathrev=DRUPAL-6--1
for example
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/node_import/README?view=log&pathrev=DRUPAL-6--1
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/node_import/import_cck.inc?view=log&pathrev=DRUPAL-6--1
...
it writes this error:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/viewvc/viewvc.py", line 3665, in main
request.run_viewvc()
File "/usr/lib64/python2.4/site-packages/viewvc/viewvc.py", line 388, in run_viewvc
self.view_func(self)
File "/usr/lib64/python2.4/site-packages/viewvc/viewvc.py", line 1882, in view_log
options)
File "/usr/lib64/python2.4/site-packages/viewvc/vclib/ccvs/__init__.py", line 96, in itemlog
sink.default_branch, rev)
File "/usr/lib64/python2.4/site-packages/viewvc/vclib/bincvs/__init__.py", line 816, in _file_log
raise vclib.Error('Invalid tag or revision number "%s"' % filter)
Error: Invalid tag or revision number "DRUPAL-6--1"
Comments
Comment #1
dave reidIt's because those files don't exist in the DRUPAL-6--1 branch and would need to be re-added to that branch in CVS.
See
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/node_import...
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/node_import...
Comment #2
kenorb commentedThe same issue here:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/content_pro...
Comment #3
kenorb commentedAnd here:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/content_pro...
Even following revision tag exist.
Comment #4
dave reidAgain, those files were not tagged with "DRUPAL-6--1-0-BETA2" hence the error message. If you go to http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/content_pro... you see there have been no tags assigned to the files in that folder and those two files are 'dead' to CVS. I do admit the error screen could be improved, but that's not something I have the power to change.