On 2010-08-13, at 09:13, André Bargull wrote:
> The link to the changeset points to your changes for LPP-9272 (Add xscale any
> yscale attributes to view). Did you overwrite the changes or is this just a
> side-effect of using too few wildcards in mktemp?
>
> tools/trunk/svn/svn-bash.sh
>> function svn-newchange() {
>> CREATEDATE=`date +"%Y%m%d"`
>> OL_CHANGE_DIR=`mktemp -d $SVNCHANGES/${CREATEDATE}-${USER}-X`
>
> I needed to change the last line in my local environment otherwise mktemp was
> complaining:
>> OL_CHANGE_DIR=`mktemp -d $SVNCHANGES/${CREATEDATE}-${USER}-XXX`
I've been wanting to change this for a while. I think it would be more useful
to have USER first, then the CREATEDATE, so that when I download these for
review the sort by user.
If no one objects, I'll make that change and fix the wildcard spec.