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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -