--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
sort of off topic, but how do you make a patch?
sort of off topic, but how do you make a patch?
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
I removed the extra function that passed the array by value and call
it now inline just before the loop.
I'm having problems accessing the cvs here: http://cvs.coldspringframework.org/coldspring/
Do I have it wrong? I'm using Tortoise svn. I'd like to patch vs
the current cvs.
Here's the code anyway, insert at line 868
<!--- sort array to be sure init method is always first (if it exists)
--->
<cfloop from="1" to="#arraylen(md.functions)#" index="functionIndex">
<!--- check for method init in array --->
<cfif md.functions[functionIndex].name eq "init">
<!--- found, if first no sorting required, else swap and break --->
<cfif 1 neq functionIndex>
<cfset arraySwap(md.functions, 1, functionIndex)>
</cfif>
<!--- else break, cause its first already --->
<cfbreak>
</cfif>
</cfloop>
I could of course be completely wrong...
but I am "petty" sure that you're going to need tortiseCVS and not TortoiseSVN to access / use a CVS repository as opposed to a Subversion one.
Gavin.
> --
>
> You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
> To post to this group, send email to coldspri...@googlegroups.com.
> To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
As always, please contact me if I can be of any further assistance.