~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/svn_plugin.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
Bazaar and Subversion are different tools with different capabilities
107
107
so there will always be some limited interoperability issues.
108
 
Here are some examples current as of bzr-svn 0.5.4:
 
108
Here are some examples current as of bzr-svn 0.4.10:
109
109
 
110
110
 * Bazaar doesn't support versioned properties
111
111
 
112
112
 * Bazaar doesn't support tracking of file copies.
113
113
 
 
114
 * ``bzr push`` to an existing Subversion branch works but 
 
115
   ``bzr push`` to a new Subversion branch doesn't. Until
 
116
   the relevant bug is fixed (#121875), you need to use
 
117
   ``bzr svn-push`` in the latter case.
 
118
 
114
119
See the bzr-svn web page,
115
120
http://bazaar-vcs.org/BzrForeignBranches/Subversion,
116
121
for the current list of constraints.