#440345 please provide a way to run "darcs changes" in predist

Package:
darcs
Source:
darcs
Description:
distributed, interactive, smart revision control system
Submitter:
Date:
2014-11-09 17:57:22 UTC
Severity:
wishlist
#440345#5
Date:
2007-08-31 18:33:27 UTC
From:
To:
It would be nice if it were possible to generate a ChangeLog
for tarball distribution by including "darcs changes > ChangeLog" in the
predist pref.  This is not currently possible:

ajk@kukkaseppele:~/src/darcs-monitor$ darcs setpref predist "darcs changes > ChangeLog"
Changing value of predist from '' to 'darcs changes > ChangeLog'
ajk@kukkaseppele:~/src/darcs-monitor$ darcs dist

darcs failed:  Not a repository
Created dist as /home/ajk/src/darcs-monitor/darcs-monitor.tar.gz
ajk@kukkaseppele:~/src/darcs-monitor$

There is a related upstream bug report asking for the ability to
have darcs dist generate a manifest; I cannot currently look it up as
bugs.darcs.net is not responding for me.  However, the upstream report
suggests a workaround which does not appeal to me, as it requires the
tarball generating human to do something more than just "darcs dist".

The upstream report logs include the suggestion of having darcs dist export
the repository path in the predist command's environment.  I find that a
good idea.

#440345#8
Date:
2008-07-05 09:47:10 UTC
From:
To:
Below is a bug report from a Debian user.  The associated Debian BTS
ticket is http://bugs.debian.org/440345.  Please ensure that
440345@bugs.debian.org remains in the nosy list for this roundup
ticket.

#440345#11
Date:
2008-07-24 10:21:02 UTC
From:
To:
Eric Kow <eric.kow@gmail.com> added the comment:

I think there may be a more general issue here with wanting to include stuff in
darcs dist that isn't strictly speaking in the darcs repository.

Seems like such a feature would be a useful (the more general one), but we would
have to work out a reasonable user interface to it.  The reason we would want to
push for more general ideas is to avoid an explosion of switches and options.
---------- nosy: +kowey priority: -> wishlist status: unread -> chatting title: Wish for auto-generated "darcs changes >ChangeLog" in darcs dist -> wish: auto-generated "darcs changes >ChangeLog" in darcs dist
#440345#12
Date:
2008-07-24 14:00:58 UTC
From:
To:
Doesn't seem to me like any new switches or options are required for
this feature.