Is this string a valid svn set of commands?
svn commit --username name folder_name -m 'initial project version'
I need to commit the specified folder without storing the username and password at svn. Just do far I can't find useful information in the manual to decide am I right. Thanks.