On Tue, Sep 23, 2008 at 9:22 PM, yarko <[EMAIL PROTECTED]> wrote:

> Is it still possible to run directly from trunk?  Or do you need to
> install now?

I basically only run from the trunk, or from other bzr branches.  For
example, from a console:

  trunk
  s

cd's to the trunk, then executes leoPy.leo

As another example

  trunk
  t

executes test.leo from the trunk.

The real point is that t or s will work from the top level folder of
any bzr branch:

  r
  cd branch-name
  t

r gets to the leo.repo folder containing all my branches.

Here are the scripts involved.

r.bat:
cd c:\leo.rep

trunk.bat:
cd c:\leo.repo\trunk

leo.bat:
c:\python25\python.exe leo\core\runLeo.py %1 %2 %3 %4

t.bat:
leo leo\test\test.leo

s.bat:
leo leo\core\leoPy.leo

Exactly the same aliases work on Linux.

Edward

--~--~---------~--~----~------------~-------~--~----~
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