Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVN repo browser is busted #2

Open
AaronDMarasco opened this issue May 20, 2020 · 2 comments
Open

SVN repo browser is busted #2

AaronDMarasco opened this issue May 20, 2020 · 2 comments

Comments

@AaronDMarasco
Copy link
Owner

I swear it worked before, but when I migrated one of my trac setups to it, I'm getting weird problems.

The button is missing and if I force the URL:

Unsupported version control system "svn": No module named svn

Everything I've found online says that subversion-python is missing. I can only find that for CentOS7, not 8.

Found this and was hopeful - http://opensource.wandisco.com/centos/8/svn-1.10/RPMS/x86_64/

I switched pulling subversion from CentOS to that but then I get the "other" infamous version of the error where it cannot import _fs. I screwed around with the path in my WSGI configuration but got nowhere with it.

I'm not going down the whole route of rebuilding subversion RPMs myself. I did that years ago (APR, NEON, etc, etc) and there's no way I'm doing that again.

Open for suggestions / ideas if anybody stumbles on this.

@AaronDMarasco
Copy link
Owner Author

AaronDMarasco commented May 21, 2020

Switching to WANdisco's svn 1.9 RPMs gave me a different error:

Unsupported version control system "svn": /usr/lib64/libsvn_swig_py-1.so.0: undefined symbol: PyUnicode_FromFormat

https://www.svnforum.org/forum/opensource-subversion-forums/general-setup-and-troubleshooting/80933-centos-8-python-bindings implies these RPMs might not be what I thought it was. Which is odd because they install into the python2.7 site-packages but seem to be precompiled with python3...

@AaronDMarasco
Copy link
Owner Author

Moved to Fedora 31 for now - left behind a branch https://github.com/AaronDMarasco/trac-docker/tree/ubi_base_aborted_until_trac_on_py3 that I'd like to restore some day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant