[Adium-devl] Alternate solution to tags that don't build

Juan Manuel Palacios juan at grummel.net
Wed Apr 11 20:08:09 UTC 2007


On Apr 11, 2007, at 2:39 PM, Evan Schoenberg wrote:

>
> On Apr 11, 2007, at 2:34 PM, Peter Hosey wrote:
>
>>
>> Sounds good. I've done it a little differently:
>>
>>      http://trac.adiumx.com/changeset/19422
>>
>> I have not merged the branch to trunk yet, pending discussion of the 
>> new changeset.
>
> Clever.  all-withlocalchanges is a better name, too.
>
> -Evan


	If I'm reading the changeset correctly, there seems to be an error:

svn st $(SRC_DIR) | egrep '^C' wc -l

	Shouldn't that be "svn st $(SRC_DIR) | egrep '^C' | wc -l"? Note my 
added pipe before the wc(1) call. On a different note, wouldn't people 
producing official Adium builds also want to assert there are no 
conflicts....? I know asserting no local changes pretty much ensures 
there are no conflicts (wc would, at least in theory, be identically to 
the tag.... which is supposedly validated before being created in the 
first place), but you can never be too sure!


-jmpp





More information about the devel mailing list