-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rake svn:update git:pull fails #162
Comments
Did you issue the following command?
The '.whimsy' file should be in the parent directory, i.e. one level above where DOCKER.md is located. |
Yes, I did it according to the docs. My folder structure looks like:
The content of .whimsy is:
|
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 follows?
|
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: Line 10 in 9b25083
So it should be OK to make that change for all circumstances. |
@sebbASF - it indeed fixes the issue for me. I could successfully run the command. For your convenience I just created a PR with your proposed change. Thanks a lot for your help! |
After a succesful rake docker:update, I wanted to run:
The result is:
Looks I missed to configure something but could not find what it is from here:
https://github.com/apache/whimsy/blob/master/DOCKER.md
The text was updated successfully, but these errors were encountered: