On Mon, Aug 08, 2005 at 03:13:11PM +1000, Rob Weir said
> On Sun, Aug 07, 2005 at 12:22:40PM -0600, Vagrant Cascadian said
> > i created a branch of an archive, and have been making commits on
> > existing files regularly. then i tried to add files...
> > 
> > baz add debian/TODO.Debian
> > 
> > seems to work.
> > 
> > baz status shows me:
> > 
> > A   debian/.arch-ids/TODO.Debian.id
> > A   debian/TODO.Debian
> > 
> > but then i try to commit the file...
> > 
> > baz commit -s 'TODO file for debian' -- debian/TODO.Debian
> > make-changeset-files: file missing from ORIG tree (debian/TODO.Debian)
> > 
> > i've also tried the same thing on a clean checkout, but doing all the
> > commands in the same directory as the file, with the same results.
> > 
> > this is my first experience using baz, so it's likely i've done
> > something wrong.  but heck if i can figure out what.
> 
> This is a missing feature (aka bug) in bazaar, that's (aiui) fixed in
> the upcoming 1.5 release.  The only real work around is to use "baz
> undo" to undo all changes to the working tree, then re-add the files and
> do a bare "baz commit" to commit the add, then use patch or baz redo to
> replay the other changes to the tree.  So, yeah, sorry for now, but
> it'll be fixed soon :)

I had a look at backporting this change to 1.4.2, but it looks too big
to safely use, unfortunately; I don't know when 1.5 is scheduled.

-rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to