You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domiii
changed the title
Fix cross-platform import/exports in importExport.js
Fix cross-platform import/exports of Dbux log files in importExport.jsFeb 14, 2022
Currently, exporting on one machine and importing from another is not going to work when outside
dbux-projects
.allApplications.appRoot
.allApplications.appRoot = getProjectManager().config.projectsRoot || getCodeDirectory()
.projectsRoot
is always set (for now)._handleNewApplication
does it, which sets theprojectName
, but maybe change tobuiltInProjectName
projectsRoot
is present:projectsRoot
builtInProjectName
is not present:getAppCommonAncestorPath
instead (e.g.getAllProgramsByPackage
shows how to use it)getAppCommonAncestorPath
to generate aappPathId
(to identify whether multiple apps are actually all in the same folder)builtInProjectName
is present, resolve it as usual (projectsRoot
)Pathways
part below), first, iterate all differentappPathIds
and ask user up frontdbux-projects
and also w/ applications NOT fromdbux-projects
Pathways
import/export to also use above methodThe text was updated successfully, but these errors were encountered: