File: control

package info (click to toggle)
svn-all-fast-export 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: cpp: 2,471; makefile: 22
file content (26 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: svn-all-fast-export
Section: devel
Priority: extra
Maintainer: José Manuel Santamaría Lema <panfaust@gmail.com>
Build-Depends: debhelper (>= 9), libqt4-dev, libsvn-dev
Build-Conflicts: qt3-dev-tools
Standards-Version: 3.9.3
Homepage: http://gitorious.org/svn2git
DM-Upload-Allowed: yes
Vcs-Browser: http://git.debian.org/?p=collab-maint/svn-all-fast-export.git
Vcs-Git: git://git.debian.org/collab-maint/svn-all-fast-export.git

Package: svn-all-fast-export
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fast-import based converter to convert repos from svn to git
 svn-all-fast-export is a tool to convert your svn repositories to git.
 .
 You will need to have a copy of your svn repository and to write some rules to
 specify how the conversion will be done, for instance, you can manage how the
 tags and branches will be managed writing the appropriate rules. You have
 examples in /usr/share/doc/svn-all-fast-export/samples
 .
 Also, you can provide a file mapping the old svn accounts to the authors names
 in the format "Author Name <email>" so will not need to use git filter-branch
 to amend the commiters' names.