Am 17.01.2013 um 15:09 schrieb Marshall Schor <[email protected]>: >> If your release fails at some SVN operation like creating the tag, try >> providing "-Dusername=XXX -Dpassword=YYY" on the command line with your SVN >> credentials. > > I've never had to do this. I would be careful, in case these are sent in the > "clear" (I don't know about this).
If you local SVN setup is well configured, this should not be required. I've had some issues in the past on OS X with SVN not picking up cached passwords during a Maven release. I didn't read the code, but I expect the credentials are passed on when Maven calls the external SVN process and are sent via whatever protocol you use to communicate with the SVN server. But they do end up in the shell history of course - clearing the command from there after the process is certainly wise. -- Richard -- ------------------------------------------------------------------- Richard Eckart de Castilho Technical Lead Ubiquitous Knowledge Processing Lab (UKP-TUD) FB 20 Computer Science Department Technische Universität Darmstadt Hochschulstr. 10, D-64289 Darmstadt, Germany phone [+49] (0)6151 16-7477, fax -5455, room S2/02/B117 [email protected] www.ukp.tu-darmstadt.de Web Research at TU Darmstadt (WeRC) www.werc.tu-darmstadt.de -------------------------------------------------------------------
