Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Build with Docker: Image is missing the subversion package #3867

Closed 51CGO closed 4 years ago

51CGO commented 4 years ago

Hi,

I tried to build Komodo via Docker but the command bk configure -V 10.10.0-devel failed, saying that svnversion was not found. So, I added subversion to the Dockerfile.

ghost commented 4 years ago

@crigoda Does it work for you when you add subversion? I always have to specify the buildnum manually bk configure -V 12.10.0-devel --komodo-buildnum=12

51CGO commented 4 years ago

@crigoda Does it work for you when you add subversion? I always have to specify the buildnum manually bk configure -V 12.10.0-devel --komodo-buildnum=12

This simple command run well: $ bk configure -V 10.10.0-devel

No need for another argument.

51CGO commented 4 years ago

I close this PR to make a cleaner one. (Sorry, I'm discovering PR and I make mistakes...)