Your message dated Thu, 24 Jan 2008 19:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462408: fixed in mr 0.21
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mr
Version: 0.20
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
here is a configuration snippet that provides support for git-svn
tracked repositories. The changed required overloading the "git_test"
detection since in both repository types a ".git" directory exists.
It would be nice to have the git-svn functionality either as an example,
or directly integrated in mr.
Regards,
Bastian
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23treasure4 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHmNKOeBwlBDLsbz4RAu3CAKC4f8WSXzhs7kR9NhmoyWz3cVLd1ACghxR7
YybvfrSQugz8fe6H483ipkI=
=QLiw
-----END PGP SIGNATURE-----
git_test =
test -d "$MR_REPO"/.git &&
test -z "`git config --get svn-remote.svn.url`"
gitsvn_test =
test -d "$MR_REPO"/.git &&
test -n "`git config --get svn-remote.svn.url`"
gitsvn_register =
url="`LC_ALL=C git config --get svn-remote.svn.url`" || true
if [ -z "$url" ]; then
error "cannot determine gitsvn url"
fi
echo "Registering gitsvn url: $url in $MR_CONFIG"
mr -c "$MR_CONFIG" config "`pwd`" checkout="git-svn clone '$url'
'$MR_REPO'"
gitsvn_update = git-svn rebase
gitsvn_status = git status "$@" || true
gitsvn_commit = git-svn dcommit "$@"
gitsvn_record = git commit -a "$@"
gitsvn_diff = git diff "$@"
gitsvn_log = git-svn log "$@"
--- End Message ---
--- Begin Message ---
Source: mr
Source-Version: 0.21
We believe that the bug you reported is fixed in the latest version of
mr, which is due to be installed in the Debian FTP archive:
mr_0.21.dsc
to pool/main/m/mr/mr_0.21.dsc
mr_0.21.tar.gz
to pool/main/m/mr/mr_0.21.tar.gz
mr_0.21_all.deb
to pool/main/m/mr/mr_0.21_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated mr package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 24 Jan 2008 13:45:05 -0500
Source: mr
Binary: mr
Architecture: source all
Version: 0.21
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
mr - a Multiple Repository management tool
Closes: 462408
Changes:
mr (0.21) unstable; urgency=low
.
* Add a git-svn file, which can be included to add support for git-svn
repositories. Thanks to Clifford W. Hansen and Bastian Kleineidam
for implementations. Closes: #462408
Files:
dfa1258e8f26405801b493a0c6286adc 563 utils optional mr_0.21.dsc
692d8afe89139c6886847a5d822f90d8 30076 utils optional mr_0.21.tar.gz
bf2f639cecef0cb73e3fa3645e1cc60f 26252 utils optional mr_0.21_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHmN0E2tp5zXiKP0wRAoNdAJ9a/EiIcEppoVjv2zjaESd8Kih0zwCeIkxf
fh6dd9kqrdrsOIER0rTJ6/k=
=8kNp
-----END PGP SIGNATURE-----
--- End Message ---