From maxim.va at gmail.com Tue Jul 15 14:18:18 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Tue Jul 15 14:18:27 2008 Subject: More svn 1.5 updates Message-ID: <9093a1820807151118i27ce4b23j70c49e6e9ab4ce33@mail.gmail.com> Hello, You know already that binary distribution of the subversion 1.5 win32 version has major difference from any previous releases. It contains a set of dll, which represents svn client library and dependencies (linux svn client has the same set of the shared libraries). This means that we no longer must build custom client dll in SvnDotNet project (And I prefer this way). We can simply use prebuilt binaries. I'm already perform many updates of the build files to build SvnDotNet assemblies with new set of client dlls. Fixed build of the unit tests assembly and SvnMockApp too. All unit tests run successfully. And i can commit this changes if no objections. -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080716/dfcdcc91/attachment.html From toby at etjohnson.us Tue Jul 15 14:57:38 2008 From: toby at etjohnson.us (Toby Johnson) Date: Tue Jul 15 14:57:40 2008 Subject: More svn 1.5 updates In-Reply-To: <9093a1820807151118i27ce4b23j70c49e6e9ab4ce33@mail.gmail.com> References: <9093a1820807151118i27ce4b23j70c49e6e9ab4ce33@mail.gmail.com> Message-ID: <487CF322.7080201@etjohnson.us> Maxim Abrashkin wrote: > I'm already perform many updates of the build files to build SvnDotNet > assemblies with new set of client dlls. > Fixed build of the unit tests assembly and SvnMockApp too. > > All unit tests run successfully. > > And i can commit this changes if no objections. That's great Maxim, please do go ahead and commit your changes. To be honest I haven't even downloaded the 1.5 Win32 libs since I'm at a new employer that (sadly) does not use Subversion, so I'm glad you had the time to do this. thanks, Toby