diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-29 12:49:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-29 12:49:11 +0100 |
commit | 501697d4089bd97f545c546a174cbda48d0ce235 (patch) | |
tree | 0e76d1c1cbc344e7aaf40a61940c6eb04f4a0c8b /README.txt | |
parent | 183a6ed68de3d34c34d38573e340c4c36a57f314 (diff) | |
download | bzr-fastimport-501697d4089bd97f545c546a174cbda48d0ce235.tar.gz |
Add some web links to documentation.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -38,10 +38,25 @@ Documentation To view the documentation after installation: bzr help fastimport + +Exporters/Importers +------------------- + +There are also fast importers / fast exporters available for other version +control tools. + + * Git: fastimport support is built-in ("git fast-import" / "git fast-export") + * Mercurial: http://mercurial.selenic.com/wiki/FastImportExtension + * Subversion: http://repo.or.cz/w/fast-export.git + * CVS: http://cvs2svn.tigris.org/cvs2bzr.html + * Perforce: https://github.com/git/git/blob/master/contrib/fast-import/git-p4 Licensing --------- +For copyright and licensing details of the exporters, see the relevant +files in the exporters/ directory. + Otherwise this plugin is (C) Copyright Canonical Limited 2008 under the GPL Version 2 or later. Please see the file COPYING.txt for the licence details. |