|
From: Daniel P. <dan...@gm...> - 2006-09-18 16:07:04
|
Hi Martin,
I would prefer the enum, more from a conceptual standpoint than anything
else. If you added them as bool properties, it would generally be expected
that you can mix them and everything would work, where the enum would give
you a set of proven configs that can be tested. As I've discovered with our
user base, the less invalid configurations you can give them, the better.
-Dan
On 9/18/06, Martin Aliger <mar...@go...> wrote:
>
> Hi,
>
> I found bug in this concept.
>
> Change line 209 in svn.cs to (NewHistoryProcessInfo function):
> buffer.AppendArgument(string.Format("-r{0}:HEAD", GetRevision(from)));
> ^^^^^
>
> Anyway - how you like it overall. I dont have any responses after Owen
> one. Do you prefer SvnAutogetMode enum or set of bool attributes?
> (ClearCopy, UseExport, AutoCheckout)
>
> Martin Aliger
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Ccnet-devel mailing list
> Ccn...@li...
> https://lists.sourceforge.net/lists/listinfo/ccnet-devel
>
>
>
|