Invalid tag or revision number
anantagati - November 12, 2008 - 15:34
| Project: | Drupal.org infrastructure |
| Component: | CVS |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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"
#1
It'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...
#2
The same issue here:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/content_pro...
#3
And here:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/content_pro...
Even following revision tag exist.
#4
Again, 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.
#5
Automatically closed -- issue fixed for two weeks with no activity.