attempt to commit added files fails. added file change not recognized deep in source tree

Terrence Brannon metaperl.bzr at gmail.com
Wed Aug 9 21:36:46 BST 2006


I downloaded the primary Windows 0.82 Native Installer (the
alternative one does not seem to put bzr on your path, so I
de-installed and used the primary one).  Anyway, I went to the
directory c:\Perl and typed
bzr init
and then
bzr add

which then added a huge tree of files. But, I could not then type
bzr commit -m 'initial commit'

to commit them.

so I made a small change to one file down in the tree and then tried

bzr commit -m 'small change'

and it did not find the change - I had to manually specify it's
location down in the tree of files.

As you can see below, a ton of files are added but none are committed. So:

1 - why wasn't the modified file in C:\Perl\scripts found when I typed
bzr commit from C:\Perl

2 - what can I do to get all these added files commited?


c:\Perl>bzr commit -m 'one more try'
bzr commit -m 'one more try'

/ [                                                       ] read knit index 0/1
- [=======================================================] read knit index 2/2


/ [                                                       ] read knit index 0/1
- [=======================================================] read knit index 2/2

bzr: ERROR: no changes to commit

c:\Perl>bzr info
bzr info
Location:
  branch root: c:/Perl/

Format:
       control: Meta directory format 1
  working tree: Working tree format 3
        branch: Branch format 5
    repository: Knit repository format 1

In the working tree:
         2 unchanged
         0 modified
      9741 added
         0 removed
         0 renamed
         0 unknown
        56 ignored
      1141 versioned subdirectories

Branch history:
         1 revision
         0 days old
   first revision: Wed 2006-08-09 16:09:25 -0400
  latest revision: Wed 2006-08-09 16:09:25 -0400

Revision store:
         1 revision
         5 KiB

/ [                                                       ] read knit index 0/1
- [=======================================================] read knit index 2/2


c:\Perl>




More information about the bazaar mailing list