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

Re: Subversion & FAT failures

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-06-27 20:28:02 CEST

Carl Karsten wrote:

> Branko Čibej wrote:
>
>> You're assuming that scripted clients aren't a realistic useage
>> scenario, and I think the assumption is just a trifle naïve.
>
> Fill me (and perhaps Erik) in - What is the use case for a script that
> would be impacted by this bug?

    cd $INTEGRATION_WC
    buildnumber="$((`cat ./build_number` + 1))"
    echo $buildnumber > ./build_number
    svn ci ./build_number \
        -m "Bump build number for integration build $buildnumber."
    make clean all

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 27 20:32:34 2005

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

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