Symptom:
-------------------------------------------------------
$ webrev -f
No outgoing, perhaps you haven't commited.
File list from hg tstatus -mard ... Done.
Workspace: dk9-dev.2
Output to: jdk9-dev.2/webrev
Output Files:
abort: cannot follow file not in parent revision:
"src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java"
src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java
*** Error: file not in parent or child
[...]
index.html: abort: cannot follow file not in parent revision:
"src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java"
-----------------------------------------------------
The issue here is that the file path:
src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java
^^^^^
happens to contain 'corba' which is also the name of the repo in which the file is checked in.
The same error can be observed with files under src/share/classes/jdk/... in the 'jdk' repo.
- relates to
-
CODETOOLS-7900880 [webrev] abort: cannot follow file not in parent revision: <file>
-
- Open
-