After my small changes in a repo of mine, I have: > 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 . . . . I think maybe this file started out as LEO_PREFIX=\usr\local and I changed it to get my install to work on linux. I never thought I was changing anything anywhere but here on my machine. The above diff is from after my recent merge and commit that makes diff show nothing -- the merge was default, from remembered location, the first location... I can't remember how I did it though, and the above diff shows that as of earlier today, the central repos had LEO_PREFIX=/opt/leo. I think that came from me, and that I inadvertently changed the central repos by ignorance and guesses.
Could be trouble... other reported bzr mysteries could be result of features of bzr misused... If you follow the below instructions, you commit to two places at once...and by default, you get little comment from bzr as it does it... > > 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. > ================= > John Griessen a little less bzr confused, but needing to start over now... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
