Field

Ticket #3 (closed defect: fixed)

Opened 1 year ago

Last modified 3 months ago

Need export and import from workspace filesystem

Reported by: marc Assigned to: marc
Priority: blocker Milestone: beta
Component: core Version:
Keywords: Cc:

Description (Last modified by marc)

Right now there's an assumption that all of the 'sheets' opened by Field will be part of the workspace --- which is a Mercurial repository. This means that you can't just load any .field "file" (actually OS X package), it has to be a file in the special workspace directory. We need ways of exporting and importing files.

The simplest thing is for export delete the hg special files (and maybe produce a .zip file or something) and import needs to (perhaps unpack the .zip) and 'hg add' it to the repository.

While this is enough for people to start sharing code, it's probably worth thinking about 'hg pull', 'hg serve' or 'hg push' based solutions as well.

Change History

01/20/2008 11:46:57 AM changed by marc

  • status changed from new to assigned.
  • description changed.
  • component set to core.
  • priority set to blocker.
  • milestone set to beta.
  • owner set to marc.
  • type set to defect.

10/18/2008 10:17:23 AM changed by marc

  • status changed from assigned to closed.
  • resolution set to fixed.
  • description changed.