Actions
Defect #2101
closedBazaar repository browsing
Start date:
2008-10-27
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When you are using bzr like svn (checkout, commit/update) you get just .bzr folder on server, no project files within.
That's why you should use not bzr ls, but bzr ls -r -1. In such way it will list files from latest revision stored in repository.
I posted patch some time ago (#1685), but it isn't accepted yet.
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
Updated by Jiongliang Zhang over 15 years ago
If there is no any revisions, bzr ls -r -1 has error:
D:\>bzr ls bzr-test\branch -r -1 bzr: ERROR: Requested revision: u'-1' does not exist in branch: BzrBranch6('file:///D:/bzr-test/branch/')
But bzr ls no error:
D:\>bzr ls bzr-test\branch D:\>
my Bazaar version is 1.16, I havn't test it in Redmine repository.
Actions