apt-get can't find python-svn or svn-workbench
pysvn is the pythonic interface to subversion
Brought to you by:
barry-scott
I was attempting to use the commands found at https://pysvn.sourceforge.io/downloads.html to install pysvn on an Ubuntu 20.04.4 machine. However, apt-get is unable to locate either of the specified packages. Are these package names out of date?
I think its called python3-svn now.
Not sure about svn-workbench. I moved on to scm-workbench that I do not think they package.
I can undate the docs to reflect the python3-svn name.
Please let me know if that works.
Apologies for the delayed response.
python3-svn works! I was able to get my application running on an Ubuntu machine. Many thanks.