> > Agreed. But you should realise that so far, you have only > been talking about a read-only usage of Git history. The > interesting part is to devise a way of adding to it. I don't > think I know good FS metaphors for all the things I need > there. >
Why don't just let the user write to the tree? If you write to a version that is a leaf it could add to that branch. If you write to a version that is not a leaf it could create a branch. When you want to make something that is not the default you could perhaps do by renaming the root dir (naming the version?) so that the new name describes the new version. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Plan 9 Google Summer of Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/plan9-gsoc?hl=en -~----------~----~----~----~------~----~------~--~---
