Project

General

Profile

Actions

Defect #2101

closed

Bazaar repository browsing

Added by Dmitry Shaposhnik over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
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.

Actions #1

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8
  • Resolution set to Fixed

Patch #1685 committed in r1994.
Thanks.

Actions #2

Updated by Jiongliang Zhang over 14 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

Also available in: Atom PDF