Can not work well with subversion through SSL

I want to get code from subversion, but the finalbuilder gave me the following error message. My OS is windows XP simplified Chinese. 

Failed to execute program "C:\Program Files\VisualSVN Server\bin\svn.exe" export --no-auth-cache --non-interactive --password pass --revision HEAD --username test  https://testcode/ D:\Temp\build as user test. Error : 登录失败: 未知的用户名或错误密码。

Svn.exe failed with return code -999

The -999 error code usually means the user terminated the action, or it timed out. Did you try the command from the dos prompt?

I found the reason:
We should leave the "Subversion Export/Command Options/File and Folder options/Destination" empty.
I don't know what "Subversion Export/Command Options/File and Folder options/Destination" does mean.
Thanks.