I am trying to perform a migration from cvs to svn on my our new XServe server which is running Mac OSx server edition. There is a known conflict between the dbm libraries that come pre installed with mac osx and the cvs2svn. The error it gives is this "ERROR: cvs2svn uses the anydbm package, which depends on lower level dbm libraries. Your system has dbm, 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." and is docummented here : http://cvs2svn.tigris.org/faq.html
I followed all the steps in the faq to fix the issue but the error still persists. Does anyone know of an alternative to cvs2svn to accomplish this task or another website that offer a different solution to this seemingly common problem.