A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4902 ====================================================================== Reported By: joeymukherjee Assigned To: dam ====================================================================== Project: pysvn Issue ID: 4902 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-02-21 20:09 CET Last Modified: 2014-03-24 00:49 CET ====================================================================== Summary: pysvn and/or pythonsvn not functional Description: In the Solaris 9 build, the pysvn and pythonsvn do not have core.py with them. This makes the SVN python libs useless. The command I am trying to get working is:
>>> from svn import core Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/csw/lib/python/site-packages/svn/core.py", line 19, in <module> File "/opt/csw/lib/python/site-packages/libsvn/core.py", line 7, in <module> ImportError: No module named _core ====================================================================== ---------------------------------------------------------------------- (0010776) maciej (manager) - 2014-03-24 00:49 https://www.opencsw.org/mantis/view.php?id=4902#c10776 ---------------------------------------------------------------------- There is no point in waiting for this bug to be fixed. If you want it fixed, you (yes, you the reader) need to fix it yourself. If you're not already a package maintainer at OpenCSW, you can look at the 35 minute long tutorial[1] to get started - then you can offer your patch to package maintainers. You can find OpenCSW people on the users mailing list[2] and on the #opencsw channel on IRC on Freenode[3]. [1] Packaging tutorial http://youtu.be/JWKCbPJSaxw [2] OpenCSW users mailing list https://lists.opencsw.org/mailman/listinfo/users [3] #opencsw on Freenode http://www.opencsw.org/support/irc-channel/
