Is there a way to transfer local history from Windows 7 machine to Ubuntu 20.04 ? #5200
Unanswered
deepvision7
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can try to copy it by hand from user dir where NetBeans saves all plugins, options, etc. and paste in the other user dir of Ubuntu. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried it by exporting the file history using
Tools -> Options -> Export -> Team -> History
from the Windows 7 machine.But after importing it on Ubuntu 20.04 running in VirtualBox 7 no history appeared.
Probably because of a little bit different path for project files between Windows and Linux. Like on Windows it starts with
d:\home
and on Linux with/home
. But the rest of the path is the same.Is there any way to transfer the file history in my situation?
Beta Was this translation helpful? Give feedback.
All reactions