When push can't create a working tree, some basic info should be made available
Bug #44663 reported by
Jeff Bailey
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Right now, if a repository is pushed over a transport (such as sftp) where the working tree cannot be created, there is no information placed in the directory to help a human who comes across this tree.
It would be nice if a README file were placed in that directory that contained either a generic message saying that this directory contains a bzr tree, or ideally, a commit history of some sort.
Tks,
Jeff Bailey
Changed in bzr: | |
status: | Unconfirmed → Confirmed |
tags: | added: check-for-breezy |
tags: |
added: push removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I agree; especially on HTTP trees, the "seemingly blank folder, what the hell do I do now" look is very deceiving and confusing especially to new bzr users. A simple README in the working tree would be great, something that states:
* This is a Bazaar-NG branch, stored in a bazaar repository format bazaar- vcs.org/ for more information
* The contents of this repository cannot be viewed with a web browser
* To retrieve a copy of this branch, use "bzr branch <url>"
* See http://