History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1623
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Removing a svn:property in a working directory will trigger an NPE when running a personal build.

Created: 28/Aug/08 05:17 AM   Updated: 28/Aug/08 05:22 AM
Component/s: Scm, Local build
Affects Version/s: 1.2.35
Fix Version/s: 2.0.12, 1.2.56


 Description  « Hide
It appears that if we remove an 'executable' property from a file and do not check it in, then we try to do a personal build, the personal build will fail with an exception.

% /home/pulse-dev-1.2.35/bin/pulse personal
Pulse password: Updating working copy...
 Updated to revision 6200
Update complete.
Getting working copy status...
java.lang.NullPointerException
       at com.zutubi.pulse.scm.svn.SvnWorkingCopy.getProperties(SvnWorkingCopy.java:251)
       at com.zutubi.pulse.scm.svn.SvnWorkingCopy.getStatus(SvnWorkingCopy.java:195)
       at com.zutubi.pulse.scm.svn.SvnWorkingCopy.getLocalStatus(SvnWorkingCopy.java:166)
       at com.zutubi.pulse.personal.PersonalBuildClient.getStatus(PersonalBuildClient.java:290)
       at com.zutubi.pulse.personal.PersonalBuildClient.preparePatch(PersonalBuildClient.java:251)
       at com.zutubi.pulse.personal.PersonalBuildCommand.execute(PersonalBuildCommand.java:157)
       at com.zutubi.pulse.personal.PersonalBuildCommand.execute(PersonalBuildCommand.java:183)
       at com.zutubi.pulse.command.PulseCtl.process(PulseCtl.java:64)
       at com.zutubi.pulse.command.PulseCtl.main(PulseCtl.java:229)
Error: null

 All   Comments   Change History      Sort Order:
Daniel Ostermeier - 28/Aug/08 05:22 AM
resolved in revision 4734, 4735