Matt wrote:
One issue with moving workspaces between computers is that ReefMaster expects sonar log files to be in the original location from which they were imported. Whilst it is possible to locate each file individually when prompted, it is usually easier to copy sonar logs to the new PC in the same location that they were originally stored - e.g. if your sonar logs were in C:\sonar_logs, then create the same folder on the new PC and put the existing logs there.
Matt
I am running ReefMaster Pro in a VirtualBox guest from a Linux host. I plan
to put my workspace folders on a shared host folder and use git as a change
management tool. I think it would be good to keep the tracks and any other
asset files in the workspace folder along side the rmdb file.
/my_workspace/
/my_workspace/.gitignore # file for git
/my_workspace/.git/ # local git repository folder
/my_workspace/my_workspace.rmdb
/my_workspace/sonar_logs/
/my_workspace/sonar_logs/t1.sl2
/my_workspace/sonar_logs/t2.sl2
Can you think of any issues is this scheme?