File: control

package info (click to toggle)
svn-all-fast-export 1.0.18%2Bgit20221225-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 524 kB
  • sloc: cpp: 3,192; sh: 95; makefile: 12
file content (34 lines) | stat: -rw-r--r-- 1,258 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
27
28
29
30
31
32
33
34
Source: svn-all-fast-export
Section: devel
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libsvn-dev,
 qtbase5-dev,
Build-Conflicts:
 libqt4-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/svn-all-fast-export/svn2git
Vcs-Browser: https://salsa.debian.org/debian/svn-all-fast-export
Vcs-Git: https://salsa.debian.org/debian/svn-all-fast-export.git
Rules-Requires-Root: no

Package: svn-all-fast-export
Architecture: any
Depends:
 git,
 ${misc:Depends},
 ${shlibs:Depends}
Description: fast-import based converter to convert repos from Subversion to git
 svn-all-fast-export is a tool to convert Subversion repositories to git.
 .
 This tool takes a copy of the Subversion repository (not just a checkout)
 plus a rules file that specifies how the conversion should be performed and
 produces a bare git repository. Using regular expressions, the rules file
 specifies how the Subversion branches and tags should be created in the git
 repository. Example rule files are included in
 /usr/share/doc/svn-all-fast-export/examples
 .
 An authors file that maps the old svn accounts to the full authors names and
 email addresses can also be provided to make the history look much prettier.