On Thu, 2009-11-05 at 20:34 +1100, Ashley Maher wrote: > I have been pushing to a remote repo using bzr when the adsl link dropped.
> sftp://[email protected]/pathtorepo/ > [email protected]'s password: > bzr: ERROR: No such file: '/pathtorepo/.bzr/repository/pack-names': > [Errno 2] No such file sftp [email protected] cd /pathtorepo/.bzr/repository there will be two temporary files there, the old pack-names, and the new one. mv the new one to pack-names then you can run 'bzr break-lock sftp://[email protected]/pathtorepo/' and finally push again. Cheers, Rob
signature.asc
Description: This is a digitally signed message part
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
