The problem with accessing some repositories yesterday has been fixed.
The old URL http://svn.openehr.org has been turned off. If you have an
error when doing an SVN operation on a local repository, check if this
is the initial part of the URL. If it is, just do a Subversion
'relocate' operation - in TortoiseSVN, this is very easy - right click
on the repository root > Tortoise SVN > Relocate. You can then enter the
new URL, according to the following:
if the old URL was http://svn.openehr.org/repo_name[/some_path...]
then change it to:
http://www.openehr.org/svn/repo_name[/some_path...]
i.e.:
1. change the leading 'svn' to 'www'
2. insert '/svn' after 'www.openehr.org'
based on tests so far, this should resolve any access problems.
- thomas beale