svn commit --username folder_name -



svn commit --username folder_name -

is string valid svn set of commands?

svn commit --username name folder_name -m 'initial project version'

i need commit specified folder without storing username , password @ svn. far can't find useful info in manual decide right. thanks.

the ordering should fine you've written here (if it's not, you'll error message tell you got wrong, seek it).

if don't want credentials cached, utilize --no-auth-cache switch documented in svn help commit.

you can't commit repository anonymously if repository requiring provide credentials.

svn

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -