Vote #64061
完了Bazaar repository browsing
0%
説明
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.
journals
Patch #1685 committed in r1994.
Thanks.
--------------------------------------------------------------------------------
If there is no any revisions, *bzr ls -r -1* has error:
<pre>
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/')
</pre>
But *bzr ls* no error:
<pre>
D:\>bzr ls bzr-test\branch
D:\>
</pre>
my Bazaar version is 1.16, I havn't test it in Redmine repository.
--------------------------------------------------------------------------------