CLR Projects: Ticket Query http://support.softec.st/trac/clr/query?status=new&status=assigned&status=reopened&verbose=1 Common Language Runtime open-source projects en-us Trac v0.10.3 CLR Projects http://support.softec.st/images/softec.png http://support.softec.st/trac/clr/query?status=new&status=assigned&status=reopened&verbose=1 http://support.softec.st/trac/clr/ticket/7 http://support.softec.st/trac/clr/ticket/7 #7: Add SvnConfig.Set to allow changing config from SVN# <p> Allow setting the configuration from <a class="wiki" href="http://support.softec.st/trac/clr/wiki/SubversionSharp">SubversionSharp</a>. This permit the support of --diff-cmd argument of svn client and the like. </p> Tickets http://support.softec.st/trac/clr/ticket/7#changelog http://support.softec.st/trac/clr/ticket/1 http://support.softec.st/trac/clr/ticket/1 #1: Realease current version <p> My thoughts are: </p> <ul><li>Provide a tarball of source code and MD prjx </li><li>Provide a compiled assembly signed and strongly named </li></ul><p> Later: </p> <ul><li>Add a better build solution than MD prjx, probably a working make file generated per MD may do it well </li></ul> Tickets http://support.softec.st/trac/clr/ticket/1#changelog http://support.softec.st/trac/clr/ticket/2 http://support.softec.st/trac/clr/ticket/2 #2: Release current version <p> My thoughts are: </p> <ul><li>Provide a tarball of source code, <i>also containing <a class="wiki" href="http://support.softec.st/trac/clr/wiki/AprSharp">AprSharp</a> source ?</i> and MD prjx </li><li>Provide a compiled assembly signed and strongly named for both <i><a class="wiki" href="http://support.softec.st/trac/clr/wiki/AprSharp">AprSharp</a>?</i> and <a class="wiki" href="http://support.softec.st/trac/clr/wiki/SubversionSharp">SubversionSharp</a> </li></ul><blockquote> <p> Later: </p> </blockquote> <ul><li>Add a better build solution than MD prjx, probably a working make file generated per MD may do it well </li></ul> Tickets http://support.softec.st/trac/clr/ticket/2#changelog http://support.softec.st/trac/clr/ticket/3 http://support.softec.st/trac/clr/ticket/3 #3: Write some documentations <p> Even, if we have mostly try to use similar function and names than original API, we have to write some documentation: </p> <ul><li>How to checkout/get the source ? (README rst in sources) </li><li>How to compile ? (INSTALL rst in sources) </li><li>What is the general stucture, the philosophy used to map the API? How did we deal with the managed/unmanaged gap ? (dunno) </li><li>Complete class documentation (generated from code by msc or doxygen?) </li></ul> Tickets http://support.softec.st/trac/clr/ticket/3#changelog http://support.softec.st/trac/clr/ticket/4 http://support.softec.st/trac/clr/ticket/4 #4: Write some documentations <p> Even, if we have mostly try to use similar function and names than original API, we have to write some documentation: </p> <ul><li>How to checkout/get the source ? (README rst in sources) </li><li>How to compile ? (INSTALL rst in sources) </li><li>What is the general stucture, the philosophy used to map the API? How did we deal with the managed/unmanaged gap ? (dunno) </li><li>Complete class documentation (generated from code by msc or doxygen?) </li></ul> Tickets http://support.softec.st/trac/clr/ticket/4#changelog http://support.softec.st/trac/clr/ticket/6 http://support.softec.st/trac/clr/ticket/6 #6: Enhance SvnClient.Log method <p> Implement support for a mixed target AprArray containing one URL and zerp or more path, by exposing a separate URL argument from the target ICollection. </p> Tickets http://support.softec.st/trac/clr/ticket/6#changelog http://support.softec.st/trac/clr/ticket/9 http://support.softec.st/trac/clr/ticket/9 #9: Support the .NET 2.0 framework denisg@eguilde <p> Toby Johnson has branched our project to better support .NET 2.0. Toby have set up its own project named <a class="ext-link" href="http://www.pumacode.org/projects/svndotnet/"><span class="icon">Svn.NET</span></a>. Of course we expect to merge this project with our sources anytime soon, but we need to find ways that keep full compatibility with older .NET releases and Linux at the same time. So visit <a class="ext-link" href="http://www.pumacode.org/projects/svndotnet/"><span class="icon">Toby's site</span></a> in the meantime. </p> Tickets http://support.softec.st/trac/clr/ticket/9#changelog http://support.softec.st/trac/clr/ticket/5 http://support.softec.st/trac/clr/ticket/5 #5: Upgrade wrapper to use new C API of the latest Subversion built <p> The library currently support most useful function from the 1.0.x API branch. We need to upgrade our support to the latest subversion built. </p> Tickets http://support.softec.st/trac/clr/ticket/5#changelog http://support.softec.st/trac/clr/ticket/8 http://support.softec.st/trac/clr/ticket/8 #8: Question: Sharpdevelop Dave Lewis (d.a.lewis@talk21.com) <p> I am trying to setup for an application that will store test cases and requirement traceablility, using sharpdevelop and subversion but I get the following error message when I attempt to compile. (I also get the same error whe attempting to compile with visual studio 2005 </p> <p> Build started. Compiling <a class="wiki" href="http://support.softec.st/trac/clr/wiki/AprSharp">AprSharp</a> Compiling <a class="wiki" href="http://support.softec.st/trac/clr/wiki/SubversionSharp">SubversionSharp</a> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3089,13) : error MSB3073: The command ""C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\ildasm.exe" /TEXT "" | "..\..\..\..\<a class="wiki" href="http://support.softec.st/trac/clr/wiki/CallConvHack">CallConvHack</a>\hack\bin\Release\<a class="wiki" href="http://support.softec.st/trac/clr/wiki/CallConvHack">CallConvHack</a>.exe" /TEXT /UTF8 ".il" "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ilasm.exe" /DLL /QUIET /OUT:"" ".il"" exited with code 255. Build failed. </p> <p> Any help would be appreciated. </p> Tickets http://support.softec.st/trac/clr/ticket/8#changelog