Donnie Thomas
Donnie Thomas

Reputation: 4038

Recovering netbeans local history

I had a Virtual Machine inside which I had my PHP project. The project was developed using Netbeans, and I used its local history extensively.

My VM Ubuntu installation got corrupted, so I ended up creating a new VM. I was able to copy over most of the files from the VDI (I attached it to the new VM), but I can't figure out where netbeans' local history is saved. I copied over the Netbeans project folder, but the history doesn't seem to be saved here.

Does anybody know how I can recover the Netbeans history?

Upvotes: 3

Views: 3091

Answers (2)

joecap5
joecap5

Reputation: 167

If you're looking for it on a Mac, the file local history is located at /Library/Application Support/Netbeans//var/filehistory.

Upvotes: 1

Jonathan Spooner
Jonathan Spooner

Reputation: 7752

Local History is kept in the .netbeans settings folder. On my Windows 7 machine that is located at <HOME>/.netbeans/<NB_VERSION>/var/filehistory where HOME is my user home and NB_VERSION is the version of NetBeans (e.g. 7.0).

Unfortunately this is an all or nothing thing. There is no way, that I can tell, to find specific projects. So, if you have local history for projects on your host machine you run the risk of overwriting these.

Upvotes: 5

Related Questions