-
Notifications
You must be signed in to change notification settings - Fork 54
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
mr.developer fail to checkout from SVN when client is 1.8 or above (--non-interactive) #177
Comments
Is |
Not simple to find that answer. I manually added
|
checkoutmanager has an info command which is only meant for svn: when you have installed a new svn version, the svn command has to ask for authentication again each repo. You do |
DId anyone make any progress on this issue? I got mr.developer to work locally by storing my credentials in cache. However when I attempt to run buildout via SSH (read: from a Jenkins job on a slave node), the same issue occurs where mr.developer has no clue where the SVN credentials are |
From SVN 1.8 the default for the interactive behavior has been changed:
So when you don't have a stored auth+password locally, mr.developer is not asking for username+password anymore.
If should add the
--force-interactive
someway.The text was updated successfully, but these errors were encountered: