Giter VIP home page Giter VIP logo

Comments (2)

elleFlorio avatar elleFlorio commented on May 25, 2024

Hi @credel
This error again... I will investigate, thank you for reporting! 😉

from svn-docker.

elleFlorio avatar elleFlorio commented on May 25, 2024

Hi @credel,
Sorry for the long time it took me to get back to you! 🙏
I don't know if this is still useful but after some unsuccessful investigation I noticed a couple of details in the issue you raised:

  • The first one is that probably you are not using the latest image I pushed on the Docker Hub. To solve the Segmentation Fault issue I had to downgrade the Alpine Linux version to 3.7 (see #12 for details). That version can run only svn version 1.9.7, while in your issue I just noticed that your image is running version 1.12.2. Please run the following command:
docker pull elleflorio/svn-server

and try again.

  • You are creating the folder in the wrong path. You should create it under /home/svn/. So the correct command would be:
docker exec -t subversion svnadmin create /home/svn/Test

Hope this can be helpful, and sorry again for letting you wait so long. 😅

from svn-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.