This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 217947 - NullPointerException at org.tmatesoft.svn.core.internal.util.SVNPathUtil.getRelativePath
Summary: NullPointerException at org.tmatesoft.svn.core.internal.util.SVNPathUtil.getR...
Status: RESOLVED DUPLICATE of bug 212318
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 11:05 UTC by SkorpEN
Modified: 2012-09-19 10:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188945


Attachments
stacktrace (3.31 KB, text/plain)
2012-09-06 11:05 UTC, SkorpEN
Details
stacktrace (3.31 KB, text/plain)
2012-09-19 10:53 UTC, SkorpEN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SkorpEN 2012-09-06 11:05:37 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
GUEST: Updating a project from my local SVN repository.




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.util.SVNPathUtil.getRelativePath(SVNPathUtil.java:465)
   at org.tmatesoft.svn.core.javahl17.SVNClientImpl.getInfo(SVNClientImpl.java:2185)
   at org.tmatesoft.svn.core.javahl17.SVNClientImpl.access$1000(SVNClientImpl.java:159)
   at org.tmatesoft.svn.core.javahl17.SVNClientImpl$11.receive(SVNClientImpl.java:2174)
   at org.tmatesoft.svn.core.javahl17.SVNClientImpl$11.receive(SVNClientImpl.java:2171)
   at org.tmatesoft.svn.core.wc2.SvnReceivingOperation.receive(SvnReceivingOperation.java:78)
Comment 1 SkorpEN 2012-09-06 11:05:40 UTC
Created attachment 123984 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-07 13:21:22 UTC

*** This bug has been marked as a duplicate of bug 212318 ***
Comment 3 SkorpEN 2012-09-19 10:53:09 UTC
Created attachment 124566 [details]
stacktrace