~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-04-29 19:56:21 UTC
  • mfrom: (1.1.52 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20090429195621-601ojne4y8005km2
* New upstream release.
  + Fixes default format for upgrade command. (Closes: #464688)

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.4.10:
 
108
Here are some examples current as of bzr-svn 0.5.4:
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
 
 
119
114
See the bzr-svn web page,
120
115
http://bazaar-vcs.org/BzrForeignBranches/Subversion,
121
116
for the current list of constraints.