[kepler-dev] [Bug 5342] ant update hangs if the svn certificate changes (and possibly always hangs the first time)

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Aug 2 16:18:55 PDT 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5342

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
           Severity|normal                      |minor

--- Comment #3 from Christopher Brooks <cxh at eecs.berkeley.edu> 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.


More information about the Kepler-dev mailing list