missing .bzr/repository/upload/

Voelker, Bernhard bernhard.voelker at siemens-enterprise.com
Mon Dec 6 07:06:07 GMT 2010


Hi,

trying to commit to a repository not changed for a while gave me the
following error (on OpenSuSE-11.2):

berny at blackice:~/doc/xxxx> bzr ci -m 'fixed YYY'
bzr: ERROR: No such file: '8bjxsmdiax596gxit6gk.pack': [Errno 2] No such file or directory:
'/home/berny/doc/xxxx/.bzr/repository/upload/8bjxsmdiax596gxit6gk.pack'


However, creating the "upload" directory did the trick:

berny at blackice:~/doc/xxxx> mkdir .bzr/repository/upload
berny at blackice:~/doc/xxxx> bzr ci -m 'fixed YYY'
Committing to: /home/berny/doc/xxxx/


modified .bzrignore
added a-new-file.pdf
added cv.pdf
modified data-2008.html
modified img_3642.jpg
modified img_3642.orig.jpg
modified img_3642.small.jpg
modified img_3642.thumb.jpg
modified xxxx.html
Committed revision 8.


berny at blackice:~/doc/xxxx> bzr info -v
Standalone tree (format: pack-0.92)
Location:
  branch root: .

Format:
       control: Meta directory format 1
  working tree: Working tree format 4
        branch: Branch format 6
    repository: Packs containing knits without subtree support

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

Branch history:
         8 revisions
       952 days old
   first revision: Fri 2008-04-25 18:52:17 +0200
  latest revision: Fri 2010-12-03 23:48:01 +0100

Repository:
         8 revisions

Unfortunately, I don't remember by which version of bzr the repository
has been created with. The version used here was 2.2.2.

Did I anything wrong?

Have a nice day,
Berny


More information about the bazaar mailing list