[GitHub] [whimsy] sebbASF commented on issue #162: rake svn:update git:pull fails

2022-05-22 Thread GitBox
sebbASF commented on issue #162: URL: https://github.com/apache/whimsy/issues/162#issuecomment-1133881030 The Rakefile assumes that it will be run from the directory in which it appears. Indeed it looks for the library sources (which include config) here: https://github.com/apache/whimsy

[GitHub] [whimsy] sebbASF commented on issue #162: rake svn:update git:pull fails

2022-05-22 Thread GitBox
sebbASF commented on issue #162: URL: https://github.com/apache/whimsy/issues/162#issuecomment-1133879021 The problem is that the Rakefile is expecting to find the config under /srv/whimsy/lib; however /srv/whimsy is only set up under docker. Can you please try editing Rakefile as fol

[GitHub] [whimsy] sebbASF commented on issue #162: rake svn:update git:pull fails

2022-05-18 Thread GitBox
sebbASF commented on issue #162: URL: https://github.com/apache/whimsy/issues/162#issuecomment-1130642750 Did you issue the following command? `echo ":root: ." >.whimsy` The '.whimsy' file should be in the parent directory, i.e. one level above where DOCKER.md is located. --