bitnami / vms

Bitnami VMs
https://bitnami.com
Other
200 stars 44 forks source link

[Bitnami/ReviewBoard 5.0.0-3]We think that is a big bug--Can't add Repository. #431

Open xuri422 opened 1 year ago

xuri422 commented 1 year ago

Name and Version

bitnami/reviewboard 5.0.0-3

What steps will reproduce the bug?

  1. We use the bitnami/ReviewBoard 5.0.0-3 VM, and the web server can run normally.
  2. When in the web server, we want to [Add Repositories]. the [Repository typle] is: Subversion.
  3. When we click the Save button, show the error message: The Python module "subvertpy" is not insatlled. You may need to restart the server after installing it.
  4. So, when we go to the server install 'subvertpy', use the command 'pip install subvertpy', the error message is:
    .........
      raise Exception("Subversion development files not found." Exception: Subversion development files not found. Please set SVN_PREFIX or (SVN_LIBRARY_PATH and SVN_HEADER_PATH) environment variable.
    Error: Could not find a version that satisfies the requirement subvertpy(From versions: 0.9.3.linux-x86_64, 0,9.1, 0.9.2, 0.10.0, 0.10.1, 0.11.0) ERROR: No matching distrubution found for subvertpy

    5.We can't setup this module and can't create repository, and can't use ReviewBoard.

Are you using any custom parameters or values?

No response

What is the expected behavior?

No response

What do you see instead?

none

Additional information

No response

mdhont commented 1 year ago

Did you follow the steps in this guide?

https://docs.bitnami.com/google/apps/reviewboard/configuration/configure-use-svn-repository/

xuri422 commented 1 year ago

Did you follow the steps in this guide?

https://docs.bitnami.com/google/apps/reviewboard/configuration/configure-use-svn-repository/

I din't use this guide. All my operating is in the website. In the old version, we can create repository in the admin page normally.

mdhont commented 1 year ago

Could you try following the steps in the guide? If it doesn't work I will try to reproduce the issue.

moellney-IGI commented 1 year ago

I have the same problem with the newest (1 hour old) 5.0.1 version (https://bitnami.com/redirect/to/2225218/bitnami-reviewboard-5.0.1-0-linux-vm-debian-11-x86_64-nami.ova)

I try to add a repository to a free public svn hosting server. I can use the server with TortoiseSVN (see screenshot) but ReviewBoard gives me an error. SVN - ReviewBoard Error

So it looks, as if the subversion support is not configured / installed correctly.

mdhont commented 1 year ago

I've reproduced the issue, we will look into it. Unfortunately I can't offer a workaround at the moment.

github-actions[bot] commented 1 year ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

moellney-IGI commented 1 year ago

@mdhont Do see a chance that this issue will be fixed?

mdhont commented 1 year ago

I will look into it and update this thread with further information.

github-actions[bot] commented 1 year ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 1 year ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

mdhont commented 1 year ago

An update. The subvertpy module needs Python version 3.5 which has been deprecated. The pysvn module is recommended as an alternative but installing it does not solve it. I've opened an issue for this upstream, unfortunately I can't provide you with a timeline for it to be fixed.

david265d commented 1 month ago

Ohhh that's how. massgeneralbrigham