Bo Berglund <bo.bergl...@gmail.com> writes: > How can I revert this? Is there a client svn command to un-accept a > certificate? All I find when googling is the opposite, i.e. how to > accept a certificate...
Use svn auth to see all the stored credentials. Use svn auth SOMEPATTERN to show just those matching SOMEPATTERN. Use svn auth --remove SOMEPATTERN to remove those matching SOMEPATTERN. -- Philip