GitHub user matthiasblaesing added a comment to the discussion: Netbeans 27
with java25 and subversion problems
Thanks. Something is fishy here. My takeaway from lines 1035-1143 is that `svn
status` is invoked on `c:\myprojects` and the resulting XML indicates to me,
that it is reported as a checkout (line2 1050-1062):
```xml
<entry
path="C:\myprojects">
<wc-status
props="normal"
item="normal"
revision="13001">
<commit
revision="12995">
<author>ivan</author>
<date>2025-10-17T08:15:36.076440Z</date>
</commit>
</wc-status>
</entry>
```
That does not hold anymore when `svn info` is invoked on the same directory
then we we:
```
svn: E155007: 'C:\myprojects' is not a working copy
```
Could you please check what manually running `svn status c:\myprojects` and
`svn info c:\myprojects` yields?
My gut feeling is, that the checkout area was damaged and now the subversion
checkout is in an undefined state.
I would suggest to try to checkout into a new, clean, directory tree besides
the broken one and see if that helps. If it does, I would try to rescue all
uncommitted changes from the broken tree, remove it from disk and do a full
recheckout.
GitHub link:
https://github.com/apache/netbeans/discussions/8949#discussioncomment-14795918
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists