Rev 287: Update documentation. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
jelmer at samba.org
Mon Dec 25 01:50:22 GMT 2006
------------------------------------------------------------
revno: 287
revision-id: jelmer at samba.org-20061225014959-j4quf4kpduscvf74
parent: jelmer at samba.org-20061225002158-2c0x8r1h6i1qng7e
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Mon 2006-12-25 02:49:59 +0100
message:
Update documentation.
modified:
README README-20051120210643-bd274a2fef9aed6a
=== modified file 'README'
--- a/README 2006-12-19 02:05:43 +0000
+++ b/README 2006-12-25 01:49:59 +0000
@@ -67,10 +67,6 @@
but the number of corner cases is wide, so support for this
has not been enabled by default yet.
- Those brave enough can test the current support out by
- registering SvnRenamingRepository instead of
- SvnRepository in __init__.py.
-
* "True" push. This requires storing the Bazaar
inventory and revision in Subversion revision properties.
@@ -96,10 +92,6 @@
* implement svn_ra_get_dir_revs() in Subversion to fetch the properties set on a specific directory all at once.
- * Creating native Subversion working copies. This
- would mostly be supported for completeness' sake, there are not
- a lot of advantages in supporting it.
-
Some Subversion properties can currently not be represented in Bazaar
and are therefore ignored for the time being:
@@ -127,6 +119,8 @@
are quite large and it would therefore be nice to be able to limit
the amount of history that needs to be retrieved during checkouts.
+ Spec at https://launchpad.net/products/bzr/+spec/shallow-checkouts
+
* Tracking copies.
Spec at https://launchpad.net/products/bzr/+spec/filecopies
@@ -152,15 +146,3 @@
Simply place this directory in ~/.bazaar/plugins and you should be able
to check out branches from Subversion using bzr.
-
-== License ==
-
-GNU General Public License, v2 or later.
-
-== Unit testing ==
-
-Simply run 'bzr selftest svn'
-
-== Author ==
-
-Jelmer Vernooij <jelmer at samba.org>
More information about the bazaar-commits
mailing list