This is a hand-made mail after an abortion of Vcs (a fresh install on a machine where my GPG key was missing...). I tried to send this mail using `vcs-svn mail' afterwards, but `mail' looks like an inner method according to Vcs' sources (even if it's mentioned by `vcs-svn help'). Is there any plan to support `mail' as a Vcs user command in the future?
https://svn.lrde.epita.fr/svn/havm/trunk
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Rename config/ as build-aux/.
* configure.ac: Bump to 0.23a. (AC_CONFIG_AUX_DIR): s/config/build-aux/.
configure.ac | 4 ++-- 1 files changed, 2 insertions, 2 deletions
Index: configure.ac --- configure.ac (revision 159) +++ configure.ac (working copy) @@ -16,8 +16,8 @@ # MA 02111-1307, USA.
AC_PREREQ([2.59]) -AC_INIT([HAVM], [0.23], [tiger-patches@lrde.epita.fr]) -AC_CONFIG_AUX_DIR([config]) +AC_INIT([HAVM], [0.23a], [tiger-patches@lrde.epita.fr]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 dist-bzip2])
AC_CHECK_TOOL([GHC], [ghc], [no])
On 3/6/06, Roland Levillain roland@lrde.epita.fr wrote:
This is a hand-made mail after an abortion of Vcs (a fresh install on a machine where my GPG key was missing...). I tried to send this mail using `vcs-svn mail' afterwards, but `mail' looks like an inner method according to Vcs' sources (even if it's mentioned by `vcs-svn help'). Is there any plan to support `mail' as a Vcs user command in the future?
It was before and it should works so it's probably a bug.
Thanks for the report.
https://svn.lrde.epita.fr/svn/havm/trunk
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Rename config/ as build-aux/. * configure.ac: Bump to 0.23a. (AC_CONFIG_AUX_DIR): s/config/build-aux/.
configure.ac | 4 ++-- 1 files changed, 2 insertions, 2 deletions
Index: configure.ac --- configure.ac (revision 159) +++ configure.ac (working copy) @@ -16,8 +16,8 @@ # MA 02111-1307, USA.
AC_PREREQ([2.59]) -AC_INIT([HAVM], [0.23], [tiger-patches@lrde.epita.fr]) -AC_CONFIG_AUX_DIR([config]) +AC_INIT([HAVM], [0.23a], [tiger-patches@lrde.epita.fr]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 dist-bzip2])
AC_CHECK_TOOL([GHC], [ghc], [no])
Projects mailing list Projects@lrde.epita.fr https://www.lrde.epita.fr/mailman/listinfo/projects
-- Nicolas Pouillard aka Ertai ertai@feydakins.org http://uttk.org Uttk -- Unified Test Tool Kit
"Nicolas" == Nicolas Pouillard nicolas.pouillard@gmail.com writes:
Nicolas> On 3/6/06, Roland Levillain roland@lrde.epita.fr wrote:
This is a hand-made mail after an abortion of Vcs (a fresh install on a machine where my GPG key was missing...). I tried to send this mail using `vcs-svn mail' afterwards, but `mail' looks like an inner method according to Vcs' sources (even if it's mentioned by `vcs-svn help'). Is there any plan to support `mail' as a Vcs user command in the future?
Nicolas> It was before and it should works so it's probably a bug.
Nicolas> Thanks for the report.
Ok. By the way, is Vcs still maintained within the lrde-tools repository? Or do you use another one?
On 3/7/06, Roland Levillain roland@lrde.epita.fr wrote:
"Nicolas" == Nicolas Pouillard nicolas.pouillard@gmail.com writes:
Nicolas> On 3/6/06, Roland Levillain roland@lrde.epita.fr wrote:
This is a hand-made mail after an abortion of Vcs (a fresh install on a machine where my GPG key was missing...). I tried to send this mail using `vcs-svn mail' afterwards, but `mail' looks like an inner method according to Vcs' sources (even if it's mentioned by `vcs-svn help'). Is there any plan to support `mail' as a Vcs user command in the future?
Nicolas> It was before and it should works so it's probably a bug.
Nicolas> Thanks for the report.
Ok. By the way, is Vcs still maintained within the lrde-tools repository? Or do you use another one?
Yes and no, since I use SVK and I havn't "svk push" my changes from a long time ago.
I you want, I can make a "svk push" in a Quick&Dirty mode, because I have no time to split this patch.
Regards,
-- Nicolas Pouillard aka Ertai ertai@feydakins.org http://uttk.org Uttk -- Unified Test Tool Kit
"Nicolas" == Nicolas Pouillard nicolas.pouillard@gmail.com writes:
Nicolas> On 3/7/06, Roland Levillain roland@lrde.epita.fr wrote:
Ok. By the way, is Vcs still maintained within the lrde-tools repository? Or do you use another one?
Nicolas> Yes and no, since I use SVK and I havn't "svk push" my Nicolas> changes from a long time ago.
Nicolas> I you want, I can make a "svk push" in a Quick&Dirty mode, Nicolas> because I have no time to split this patch.
As you want. But note that as `svk push' is a mere alias for `svk smerge -If .', it applies each change individually; hence, you don't need to split your patch (unless, of course, you did not write a ChangeLog entry at each commit to your local repository).
Anyway, don't bother with SVK: I just wanted to know if Vcs' sources were available, but I didn't mean I wanted them right soon. :)