.svn/tmp directory missing or corrupt

2010-09-03 Thread Timothy Mcginnis
I am trying to release a project using release:perform. When it is checking out the project from subversion I get the error svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again svn: Can't open file

Re: .svn/tmp directory missing or corrupt

2010-09-03 Thread Olivier Lamy
Hi, It looks there is probably an issue with handling spaces in the cli. Which version are u using of release and scm ? Can you try with changing your -Djava.io.tmpdir= in MAVEN_OPTS env var ? Perso, I have changed this on my windows box to something without spaces. MAVEN_OPTS=-Xms512m -Xmx512m