http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5342
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 Severity|normal |minor --- Comment #3 from Christopher Brooks <[email protected]> 2011-08-02 16:18:54 PDT --- Good point. When the user first checks out build-area, they will be asked if they want to accept the certificate. This will add the certificate as a file to ~/.subversion/auth/svn.ssl.server The bug is that if the kepler tree is accessed from an account that does not have the certificate saved, then "ant update" hangs. The mysterious thing is that it hangs towards the end of the "ant update" process, apparently the certificate is not needed earlier. To replicate this, go to ~/.subversion/auto/svn.ssl.server/ and find the file that contains "https://code.kepler-project.org:443" and remove the file. Then, cd build-area svn update The build process will hang towards the end. The fix is to run svn command by hand. -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
