Re: anydbm problem. (probably due to Subversion Edge)
Michael Haggerty <[email protected]> Mon, 23 Mar 2015 16:57:16 +0100
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 03/23/2015 03:39 PM, Kerry, Richard wrote:
> Since I installed CollabNet Subversion Edge I've been unable to run
> cvs2svn, getting an error message as follows:
>
> "ERROR: cvs2svn uses the anydbm package, which depends on lower level dbm
> libraries. Your system has dumbdbm, with which cvs2svn is known to have
> problems. To use cvs2svn, you must install a Python dbm library other than
> dumbdbm or dbm. See http://python.org/doc/current/lib/module-anydbm.html
> for more information."
>
> I presume this has arisen as Subversion Edge installs its own Python
> which is being picked up via Windows' Path and stopping me picking up
> the correct one that cvs2svn needs.
>
> Can anyone suggest how to work around this ?
If you have a python installed that has the correct modules, you could
invoke cvs2svn explicitly using your preferred Python interpreter, which
I supposed can be done with something like
\path\to\good\python.exe cvs2svn [...]
If that doesn't work then you'll have to hope for help from somebody who
actually knows something about Windows :-)
Michael
--
Michael Haggerty
[email protected]
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3107762
To unsubscribe from this discussion, e-mail: [[email protected]].