File: control

package info (click to toggle)
svn-load 1.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 92 kB
  • ctags: 162
  • sloc: python: 822; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 819 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
Source: svn-load
Section: devel
Priority: extra
Maintainer: dann frazier <dannf@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.1

Package: svn-load
Architecture: all
Depends: python, python-svn, ${misc:Depends}
Description: An 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.