[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "me too" changelog feature?

From: Peter Münster <pmlists_at_free.fr>
Date: 2005-04-15 17:08:02 CEST

On Wed, 13 Apr 2005, Andrew Thompson wrote:

> In another list I'm subscribed to, they are talking
> Linus/BitKeeper/alternative version control. One project that came up
> was Monotone.
>
> This feature was listed in their most recent changelog:
>
> - new file "MT/log" can be edited while you work,
> sets default changelog. (no change in behaviour if
> you do not edit it.) Thanks to Jeremy Cowgar
> <jeremy@cowgar.com>.
>
> I had to read it twice, but after that I was like "sweet".

Perhaps a script like this will do it (I named it "svn-commit"):

#!/bin/bash

if [ -s ChangeLog ]; then
        svn commit -F ChangeLog && echo -n >ChangeLog
else
        echo Error: no ChangeLog found.
        exit 1
fi

Cheers, Peter

-- 
email: pmrb at free.fr
http://pmrb.free.fr/contact/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 17:19:16 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.