
| Key: |
CIB-1623
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Daniel Ostermeier
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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
|
|
Description
|
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 |
Show » |
|