You have to use https for commits. Perhaps re-checkout completely with https first, though an "svn switch" might do the trick also.
If you're in your working copy you can run the command
$ svn switch --relocate http:// https://
That'll switch your working copy from http to https. Note that when you're doing a switch between branches in a repository (the usual use) you don't want the --relocate flag, that's only used when the base URL of the repository has changed for some reason, like when switching between http and https.
-garrett
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]