On Wed, 20 Nov 2019 at 17:25, Sam Ruby <ru...@intertwingly.net> wrote:
> On Wed, Nov 20, 2019 at 4:21 AM <s...@apache.org> wrote: > > > > +If any of the configuration files under .subversion etc contain > absolute references to > > +files (such as CA certificates), these will need to be fixed somehow > (e.g. create links on > > +the container) > > + > > Known not to work (ToDos) > > ------------------------- > > > > +* Fix up CA cert handling > > @sebb: Does https://github.com/apache/whimsy/pull/75 fix this? > > Unfortunately not. I still get the same error: svn: E170013: Unable to connect to a repository at URL ' https://svn.apache.org/repos/private/financials/Bills' svn: E125009: Invalid config: unable to load certificate file '/Users/sebb/.subversion/Thawte_Premium_Server_CA.pem' However when I checked on the container, it is there: # ls -l /Users/sebb/.subversion/Thawte_Premium_Server_CA.pem -rw-r--r-- 1 root root 1194 Dec 8 2014 /Users/sebb/.subversion/Thawte_Premium_Server_CA.pem Maybe svn does not handle soft links well? I also get errors with bundler: Retrying fetcher due to error (2/4): Bundler::PermissionError There was an error while trying to write to `/root/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/info/google-protobuf`. It is likely that you need to grant write permissions for that path. Might work better if the home directory was mounted directly as well? > - Sam Ruby >