FYI, I added the ability for us to communicate with the Subversion repository over https, instead of plain http. This isn't earth-shattering, as we are an open-source project, but if you want to be cool and protect your password from going over the wire in plaintext, issue:
cd dabo svn switch --relocate http://svn.dabodev.com https://svn.dabodev.com svn up You'll most likely get prompted that the certificate couldn't be verified: choose 'p' to accept the certificate permanently. The drawback is that the file transfers will be, if anything, slower than you are used to due to the SSL layer. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
