On Fri, Oct 31, 2008 at 1:27 PM, Kent Tenney <[EMAIL PROTECTED]> wrote:

> It's all I can do to study bzrlib, but now that you mention
> alternatives, 'git' claims speed records, might be very well suited to
> the kind of
> simple, constant demands that Leo would put on a version management
> engine.

The problem with git is that there is no python lib for it. If it's ok
to use an external program, it might indeed be handy.

Here's an intersting side project for someone: node-specific local
history. It can be done with something simple like rcs.

Use case: Do lots of modification to entire outline, only want to
commit mods to a few nodes back to upstream (when you think only part
of the outline is "ready")

1 Revert the entire outline to the upstream version. This does not
discard the local history.
2 Choose a subtree that you want to commit to upstream, select "update
to latest"
3 Commit to upstream
4 Choose root node, select "update to latest", continue working
5 repeat as necessary.

-- 
Ville M. Vainio
http://tinyurl.com/vainio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" 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/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to