Re: GUI interface to Subversion via web browser?

Yasuhito FUTATSUKI <[email protected]>
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <[email protected]>
Hello,

On 2024/05/22 19:05, Bo Berglund wrote:
> On Wed, 22 May 2024 10:14:36 +0200, Daniel Sahlberg
> <[email protected]> wrote:

>> ViewCVS evolved to ViewVC
>>
>> https://viewvc.org
>>
>> A prominent user is the Apache Software Foundation, see
>>
>> http://svn.apache.org/viewvc
>>
> 
> Thanks for that!
> 
> I think I will test this first. I located its sources on GitHub!!!
> 
> https://github.com/viewvc/viewvc/
> 
> Seems to be modified last on 2023-01-04 (rev 1.2.3)
> 
> Latest release as of now:
> https://viewvc.org/downloads/viewvc-1.2.3.tar.gz
> or here
> https://github.com/viewvc/viewvc/releases/tag/1.2.3
> 
> 
> So I will download it and see if I can get it running on my local svn server
> (Ubuntu) requirements seem to be:
> 
> Python 3.6+
>   $ python3 --version
>   Python 3.8.10
> 
> Subversion 1.14.0+ 
>   $ svn --version
>   svn, version 1.13.0 (r1867053)
>   Oops! My Ubuntu 20.04 LTS has only svn 1.13.0 !!
> 
> How can I fix that svn problem?

ViewVC 1.2.3 does not support Python 3. It runs on Python 2 and
it needs Subversion Python 2 bindings. If you are using Subversion
installed by apt, it might be available as python-subversion.

https://packages.ubuntu.com/focal/python-subversion


If you want to run ViewVC on Python 3.x, you need to use snapshot
on master branch (unreleased 1.3-dev) from https://viewvc.org/nightly/
or get it from git repo. In the case, you need Subversion >= 1.14
because of Python 3 bindings support.

Cheers,
-- 
Yasuhito FUTATSUKI <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.