File: control

package info (click to toggle)
svn-load 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 124 kB
  • sloc: python: 861; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
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
Source: svn-load
Section: devel
Priority: optional
Maintainer: dann frazier <dannf@debian.org>
Build-Depends: debhelper (>= 11~),
 python3,
 python3-pexpect,
 python3-svn,
 subversion
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/dannf/svn-load
Vcs-Git: https://salsa.debian.org/dannf/svn-load.git

Package: svn-load
Architecture: all
Depends: python3, python3-svn, ${misc:Depends}
Description: Enhanced import facility for Subversion
 svn-load is a free replacement for svn_load_dirs, an enhanced import
 facility for Subversion.
 .
 This utility will commit a single changeset that alters a repository
 subtree to match a local directory. It detects filenames that have been
 removed or created, and uses this knowledge to prompt the user about file
 and directory movements within the subtree. An automatic tagging option
 is also supported.
 .
 svn-load is well suited for vendor branch maintenance, where external
 source is routinely imported and merged.