NAME
mdvsys
DESCRIPTION
Tools to import and extract rpm from a svn
SYNOPSIS
mdvsys [options] <action> ...
<action> is one of:
- import rpmfile1 [[rpmfile2] ...]
-
import one or more src.rpm directly into the svn.
- getsrpm pkgname
-
Extract a source package from the svn into current directory.
- checkout pkgname [dir]
-
Checkout from svn the "current" version of a package.
- sync [dir]
-
Find the spec file into the dir SPECS/ and perform proper add/del on sources file into the svn from a working copy.
No changes are done into the repository.
OPTIONS
- -c <configfile>
-
Use this configuration file instead /etc/repsys.conf.
- no-commit
-
Commit into the svn will not be done.
This options has effect for import action.
- r <revision>
-
Work on a specific revision.
- m <message>
-
Set this message for commiting
- noyouri
-
Get the standard srpms file, without the '@rev:' prefix.
AUTHORS
Olivier Thauvin <nanardon@mandriva.org>