docs icon indicating copy to clipboard operation
docs copied to clipboard

release.sh: can we specify the user in the script?

Open benlk opened this issue 6 years ago • 0 comments

Right now, we have to go through this user-switching rigmarole:

Writing to release/svn/trunk
Committing release/svn/trunk (slow) ...
Authentication realm: <https://plugins.svn.wordpress.org:443> Use your WordPress.org login
Password for 'user': 

Authentication realm: <https://plugins.svn.wordpress.org:443> Use your WordPress.org login
Username: innlabs
Password for 'innlabs':

In that log, user is the current computer user, which SVN assumes is the default SVN user on the remote host. It would be easier if we could specify in release.sh what the user name is.

Can we specify that user name?

benlk avatar May 29 '19 17:05 benlk