# Notes:

**1.** There is an unresolved problem with the SSL certificate, which I have fixed for the browser, but the command line tools (wget, svn) still don't recognize the certificate authority. If prompted it is "safe" to choose "accept permanently". Last I checked the certificate error created problems with some graphical clients (svnX) which don't know how to get past this prompt cleanly.

**2.** In-place relocate: I have done this myself with lots of uncommitted changes, and it works perfectly.

` cd cnmat`
` svn info`

... look for what is says under URL: should be something like svn+ssh://... copy that text.

`svn switch --username 'My Drupal Login' --relocate svn+ssh://(your checkout url) https://cnmat.berkeley.edu/svn/repository/cnmat`

If your checkout URL ends in /trunk (or similar) then you want the new URL to end in the same thing after /cnmat, e.g.

` svn switch --username 'My Drupal Login' --relocate svn+ssh://(your checkout url)/trunk https://cnmat.berkeley.edu/svn/repository/cnmat/trunk`

You will have to accept the certificate error at this point.
Enter the password you use with the drupal site.

Wait for a while... and then it will be done.

Run `svn info` again to check that it worked.

**3.** The repository has a "web-view", available at [https://cnmat.berkeley.edu/svn/view](https://cnmat.berkeley.edu/svn/view) -- this is controlled by the same login information.