wordpress - SVN credentials from command line..? -


i've never used svn except push updates wordpress plugins. of plugins i've ever worked under same account @ wordpress.org. don't remember how setup svn credentials first time ever did one, ever since then, i've never had enter them again. new plugin create works me.

now, though, i've got new plugin created on different wordpress.org account. able check out new plugin repo wordpress, when try check in plugin files authentication error.

i'm assuming because somewhere has primary account's credentials saved , that's it's trying use here, won't work of course. it's never asking me credentials of kind.

i tried specify different credentials @ command line this...

svn ci -m "adds files 1.0.0 release" --username myusername --password mypassword 

the thing is, password has )'s in it, , when try command error back:

bash: syntax error near unexpected token `)'

so @ point i'm stuck , don't know do. info on appreciated. thanks!

update: changed password more basic, , when use --username , --password options works fine. guess 1 thing figure out how can use passwords special characters in them command line without getting syntax error..??

you can omit --password option. subversion asks password.

this saver password not stored in cleartext in history


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -