Defect #825
closedRemote Subversion repositories are not refreshed by the application
0%
Description
All my subversion repositories are held online. I have to manually run "Repository.fetch_changesets" from the command line
in order to see the latest commits. That's very bothersome.
I wonder if it should be configurable to include the "Repository.fetch_changesets" command everytime
I click on the repository tab, or offer a refresh button that does exactly that.
The remote Subversion servers are in version 1.3 and 1.4.
I was hoping that ticket #816 would fix it, but it did not. Now it's back to square one; no refresh of the remote subversion repositories. :(
Related issues
Updated by Jean-Philippe Lang over 16 years ago
Creating a new ticket doesn't help much.
Please, tell me what you get in the log after having added 2>&1 to the svn list command ?
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Affected version (unused) deleted (
0.6.3)
Reopen if needed.
Updated by Péter Major over 15 years ago
- Status changed from Closed to Reopened
Jean-Philippe Lang wrote:
Reopen if needed.
We were added the '2&>1' to the cmd but it's still not working.
The log contains:
Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list> /usr/local/lib/ruby/1.8/rexml/parsers/treeparser.rb:28:in `parse' /usr/local/lib/ruby/1.8/rexml/document.rb:227:in `build' /usr/local/lib/ruby/1.8/rexml/document.rb:43:in `initialize' /var/lib/redmine/lib/redmine/scm/adapters/subversion_adapter.rb:85:in `new' /var/lib/redmine/lib/redmine/scm/adapters/subversion_adapter.rb:85:in `entries' /var/lib/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:177:in `call' /var/lib/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:177:in `shellout' /var/lib/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:175:in `popen' /var/lib/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:175:in `shellout' /var/lib/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:165:in `shellout' /var/lib/redmine/lib/redmine/scm/adapters/subversion_adapter.rb:82:in `entries' /var/lib/redmine/app/models/repository.rb:63:in `entries'
We are using filesystem SVN and Redmine 0.8.4.
We also checked the svn list --xml output, but it looks like valid XML...
Updated by Péter Major over 15 years ago
It looks like we just had some ACL issues with the files. It's working now, sorry for bothering. (Although the error message could be more informative)
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from Reopened to Closed
- Resolution set to Invalid
Thanks for the feedback.