You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experienced the following error when extracting GNOME's gbook using last CVSAnalY version:
> git clone git://git.gnome.org/archive/gbook
>cd gbook
> cvsanaly2 -u <user> -p <pass> -d <db>
Parsing log for gbook (git)
Traceback (most recent call last):
File "/usr/local/bin/cvsanaly2", line 5, in<module>
pkg_resources.run_script('cvsanaly2==2.1.0', 'cvsanaly2')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 505, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1245, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/cvsanaly2-2.1.0-py2.7.egg/EGG-INFO/scripts/cvsanaly2", line 37, in<module>
retval = pycvsanaly2.main.main (sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/cvsanaly2-2.1.0-py2.7.egg/pycvsanaly2/main.py", line 344, in main
parser.end ()
File "/usr/local/lib/python2.7/dist-packages/cvsanaly2-2.1.0-py2.7.egg/pycvsanaly2/Parser.py", line 61, in end
self.handler.end ()
File "/usr/local/lib/python2.7/dist-packages/cvsanaly2-2.1.0-py2.7.egg/pycvsanaly2/DBProxyContentHandler.py", line 67, in end
self.db_handler.repository (self.repo_uri)
File "/usr/local/lib/python2.7/dist-packages/cvsanaly2-2.1.0-py2.7.egg/pycvsanaly2/DBContentHandler.py", line 137, in repository
raise CacheFileMismatch (msg)
pycvsanaly2.DBContentHandler.CacheFileMismatch: Cache file ~/.cvsanaly2/cache/git:__git.gnome.org_archive_gbook is not up to date or it's corrupt: Cache file cannot be foundIt's not possible to continue, the database should be cleaned up
´´´
The text was updated successfully, but these errors were encountered:
Experienced the following error when extracting GNOME's gbook using last CVSAnalY version:
The text was updated successfully, but these errors were encountered: