Added by Rick Veenstra almost 12 years ago
Hi all,
I'm trying to run the following script:
$ ./script/rails runner "Repository.fetch_changesets" -e production
But it complains it can't find the username / password of SVN:
C:/Apache/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in `block in require ': iconv will be deprecated in the future, use String#encode instead. svn: Can't get username or password svn: Can't get username or password
Redmine itself has no problem going into SVN (the repository menus work) so I was wondering how I can tell the script what username / password to user?
Cheers,
Rick