Edward K. Ream wrote:
  >> The file  INSTALL.TXT still does not match what works though.
> 
> 
> Sheesh.  Please commit what you think is right.  Thanks.

bzr diff now shows:



=== modified file 'leo/doc/INSTALL.TXT'
--- leo/doc/INSTALL.TXT 2008-03-14 15:24:35 +0000
+++ leo/doc/INSTALL.TXT 2008-04-21 20:00:09 +0000
@@ -22,13 +22,14 @@
  1. You can run Leo from your home directory.
  Just add  ~/leo-4-4-8 to your path.

-2. You can install leo into \usr\local\lib and \usr\local\bin by running Leo's 
install script as follows::
-
+2. You can install leo into /opt/leo/lib and /opt/leo/bin by running Leo's 
install script as follows::
+  If desired edit script named install to change LEO_PREFIX to something else 
besides /opt/leo
      cd ~/leo-4-4-8
      chmod u+x install
-    sudo ./install
+    cd leo
+    sudo ../install

-The install script will instruct you to add \usr\local\bin to your path.
+The install script will instruct you to add ${LEO_PREFIX}/bin to your path.

  Installing the leo.py on Windows
  --------------------------------


Now I have bzr questions.

I find these docs seem to relate:
=====================
Here is an example of the second way:

bzr init-repo X-repo
cd X-repo
bzr init sftp://centralhost/srv/bzr/X-repo/X-trunk
bzr checkout sftp://centralhost/srv/bzr/X-repo/X-trunk
cd X-trunk
cp -ar ~/X .     (copy files in using OS-specific tools)
bzr add
bzr commit -m "Initial import"

Note that committing inside a working tree created using the checkout command 
implicitly commits the content to the central 
location as well as locally. Had we used the branch command instead of checkout 
above, the content would have only been committed 
locally.
=================

I can't remember how I created my repos, so not sure how to proceed.   By doing 
merges from remembered location and committing
only right after that, I think one would keep a mirror of the central repos.
But I'm not sure.   The above almost seems to say if you do a checkout, every 
change you make locally gets committed locally and
centrally same time you do any commit.

To avoid putting unwanted strange history into the central repos, I should 
probably start from scratch
as above, then commit.


I think I started my bzr repos with a pull, then used merge, commit to get more 
recent versions,
but it's still not like a mirror, since the version numbers are not the same...


John Griessen
bzr confused

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