https://defect.opensolaris.org/bz/show_bug.cgi?id=16611
Knut Anders Hatlen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CAUSEKNOWN --- Comment #1 from Knut Anders Hatlen <[email protected]> 2010-07-21 16:38:35 UTC --- When I run svn info in the working copy, I see this output: Path: . URL: svn://anonsvn.kde.org/home/kde/trunk/playground/network Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da Revision: 561994 Node Kind: directory Schedule: normal Last Changed Author: scripty Last Changed Rev: 549986 Last Changed Date: 2006-06-10 16:57:08 +0200 (Sat, 10 Jun 2006) There should have been a line that said Repository Root: svn://anonsvn.kde.org/home/kde If I run svn update and then svn info, the line is included. SubversionRepository.setDirectoryName() needs the repository root to initialize the field reposPath. It's because this field is null SubversionHistoryParser ends up throwing a NullPointerException. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
