From pedrocelta at gmail.com Wed Jun 4 16:04:21 2008 From: pedrocelta at gmail.com (PedroCELTA) Date: Wed Jun 4 16:04:28 2008 Subject: problem in WebProject Message-ID: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> hi, Im using SubversionSharp API, in my application (WEB APP), but when I try instantiate the SvnClient, i have the following error: "Can't determine the user's config path" I think, this error occurs because the svn_client-1 and your dependencies dont stay in correct place, but this dlls stay into the BIN Folder, in Website. when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to load DLL 'svn_client-1.dll'"). I tried to register the Bin folder, that dlls stay, in Windows Environment Variables. but this step dont work! when i use my own classes,the same that i use in WEB APP, in a WIN APP(Desktop), everything works fine. how can i resolve this issue???? * sorry for my bad english, but I dont speak very well! thanks -- Pedro Henrique Oliveira MCAD - Microsoft Certified Application Developer MCP - Microsoft Certified Professional Stefanini IT Solutions (61) 3212-7230 - (61)8402-4087 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080604/f3b106a2/attachment.html From andreas.ringdal at infofinder.no Thu Jun 5 01:32:28 2008 From: andreas.ringdal at infofinder.no (Andreas Ringdal) Date: Thu Jun 5 01:32:36 2008 Subject: problem in WebProject In-Reply-To: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> References: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> Message-ID: <19E7F4DA87DAB849A56B6F4C57B542FA198ABF3C73@if-admin.hq.infofinder.no> Try running IIS as your user account. Andreas Ringdal InfoFinder AS Tel: 98 22 18 75 From: svndotnet-users-bounces@lists.pumacode.org [mailto:svndotnet-users-bounces@lists.pumacode.org] On Behalf Of PedroCELTA Sent: 4. juni 2008 22:04 To: svndotnet-users@lists.pumacode.org Subject: problem in WebProject hi, Im using SubversionSharp API, in my application (WEB APP), but when I try instantiate the SvnClient, i have the following error: "Can't determine the user's config path" I think, this error occurs because the svn_client-1 and your dependencies dont stay in correct place, but this dlls stay into the BIN Folder, in Website. when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to load DLL 'svn_client-1.dll'"). I tried to register the Bin folder, that dlls stay, in Windows Environment Variables. but this step dont work! when i use my own classes,the same that i use in WEB APP, in a WIN APP(Desktop), everything works fine. how can i resolve this issue???? * sorry for my bad english, but I dont speak very well! thanks -- Pedro Henrique Oliveira MCAD - Microsoft Certified Application Developer MCP - Microsoft Certified Professional Stefanini IT Solutions (61) 3212-7230 - (61)8402-4087 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080605/66dccd68/attachment.html From wweems at gmail.com Thu Jun 5 12:23:49 2008 From: wweems at gmail.com (Weston Weems) Date: Thu Jun 5 12:24:06 2008 Subject: Is this project abandoned? Message-ID: I actually really have the need for a .net svn library where I can check things in and out etc. Looking at the source I cant say I see anything other than a few other libraries etc. If this project is infact not abandoned, where is the best place to get the source, and are there any samples (of say fetching x version of given file) Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080605/1fa9e035/attachment.html From pedrocelta at gmail.com Thu Jun 5 16:33:34 2008 From: pedrocelta at gmail.com (PedroCELTA) Date: Thu Jun 5 16:50:05 2008 Subject: problem in WebProject In-Reply-To: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> References: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> Message-ID: <19e5785c0806051333r166c0989tf9613b5f7717831@mail.gmail.com> Andreas, im running my application in ASP.NET DEVELOPMENT SERVER from VS2005 and the user running this server is my user. And I already deploy my app to IIS, and the error persists. the user is not the problem!! another possibility???? thanks On 6/4/08, PedroCELTA wrote: > > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > > > when i use my own classes,the same that i use in WEB APP, in a WIN > APP(Desktop), everything works fine. > > > how can i resolve this issue???? > > * sorry for my bad english, but I dont speak very well! > thanks > > > -- > Pedro Henrique Oliveira > MCAD - Microsoft Certified Application Developer > MCP - Microsoft Certified Professional > Stefanini IT Solutions > (61) 3212-7230 - (61)8402-4087 > -- Pedro Henrique Oliveira MCAD - Microsoft Certified Application Developer MCP - Microsoft Certified Professional Stefanini IT Solutions (61) 3212-7230 - (61)8402-4087 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080605/a9f9bd46/attachment.html From toby at etjohnson.us Thu Jun 5 21:43:37 2008 From: toby at etjohnson.us (Toby Johnson) Date: Thu Jun 5 21:43:31 2008 Subject: Is this project abandoned? In-Reply-To: References: Message-ID: <48489649.5070007@etjohnson.us> Weston Weems wrote: > I actually really have the need for a .net svn library where I can > check things in and out etc. > > Looking at the source I cant say I see anything other than a few other > libraries etc. If this project is infact not abandoned, where is the > best place to get the source, and are there any samples (of say > fetching x version of given file) > > Thanks in advance Hello Weston, This project isn't necessarily abandoned, but I am the primary developer for the project and since it was started I have switched jobs from one that uses Subversion heavily to one that doesn't. So I would have to say that the chances of significant progress being made are low for the time being, until/unless I have more need for such a system. As it stands, it is a very thin wrapper around the existing svn_client library. As of svn 1.4, that library was fully implemented by Svn.NET so it is definitely usable and it currently builds as-is. By thin wrapper, I mean that the libraries use "unsafe" (non-managed) structs and other features that are typically hidden deeper in .NET. My intent was to use that as a base to write fully-managed libraries that used only .NET types but that part is what's on hold for now. You can find everything you need to checkout and build the project, plus links to the svn_client documentation on the homepage, http://www.pumacode.org/projects/svndotnet. If anyone were interested in helping to fill out the existing managed libraries to be feature-complete I'd gladly welcome new committers to the project. Toby From maxim.va at gmail.com Thu Jun 5 22:50:39 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Thu Jun 5 22:50:46 2008 Subject: problem in WebProject In-Reply-To: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> References: <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> Message-ID: <9093a1820806051950h7c8ada02vd9511215eec7344a@mail.gmail.com> Hello, On Thu, Jun 5, 2008 at 3:04 AM, PedroCELTA wrote: > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > 1. Search in mailing list archives for mail with subject "Problem with SVN.NET in WebService application" from Jan 24, 2007 and read responses. May be this helps. 2. Try to move all native dlls (svn-client-1.dll and dependencies) to directory where svndotnet assembly located. -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080606/9ac92710/attachment.html From rnivash at gmail.com Fri Jun 6 04:44:48 2008 From: rnivash at gmail.com (Nivash R) Date: Fri Jun 6 04:44:56 2008 Subject: svndotnet-users Digest, Vol 20, Issue 1 In-Reply-To: <20080605160004.587146C246@cp.thetahost.com> References: <20080605160004.587146C246@cp.thetahost.com> Message-ID: Move all DLL in svndotnet_20070116_debug.zip to BIN folder , and try. On Thu, Jun 5, 2008 at 9:30 PM, wrote: > Send svndotnet-users mailing list submissions to > svndotnet-users@lists.pumacode.org > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > or, via email, send a message with subject or body 'help' to > svndotnet-users-request@lists.pumacode.org > > You can reach the person managing the list at > svndotnet-users-owner@lists.pumacode.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of svndotnet-users digest..." > > > Today's Topics: > > 1. problem in WebProject (PedroCELTA) > 2. RE:problem in WebProject (Andreas Ringdal) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 4 Jun 2008 17:04:21 -0300 > From: PedroCELTA > Subject: problem in WebProject > To: svndotnet-users@lists.pumacode.org > Message-ID: > <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > > > when i use my own classes,the same that i use in WEB APP, in a WIN > APP(Desktop), everything works fine. > > > how can i resolve this issue???? > > * sorry for my bad english, but I dont speak very well! > thanks > > > -- > Pedro Henrique Oliveira > MCAD - Microsoft Certified Application Developer > MCP - Microsoft Certified Professional > Stefanini IT Solutions > (61) 3212-7230 - (61)8402-4087 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080604/f3b106a2/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 5 Jun 2008 07:32:28 +0200 > From: Andreas Ringdal > Subject: RE: problem in WebProject > To: 'SvnDotNet Users' > Message-ID: > < > 19E7F4DA87DAB849A56B6F4C57B542FA198ABF3C73@if-admin.hq.infofinder.no> > Content-Type: text/plain; charset="us-ascii" > > Try running IIS as your user account. > > > > Andreas Ringdal > InfoFinder AS > Tel: 98 22 18 75 > > From: svndotnet-users-bounces@lists.pumacode.org [mailto: > svndotnet-users-bounces@lists.pumacode.org] On Behalf Of PedroCELTA > Sent: 4. juni 2008 22:04 > To: svndotnet-users@lists.pumacode.org > Subject: problem in WebProject > > > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > > > when i use my own classes,the same that i use in WEB APP, in a WIN > APP(Desktop), everything works fine. > > > how can i resolve this issue???? > > * sorry for my bad english, but I dont speak very well! > thanks > > > -- > Pedro Henrique Oliveira > MCAD - Microsoft Certified Application Developer > MCP - Microsoft Certified Professional > Stefanini IT Solutions > (61) 3212-7230 - (61)8402-4087 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080605/66dccd68/attachment-0001.html > > ------------------------------ > > _______________________________________________ > svndotnet-users mailing list > svndotnet-users@lists.pumacode.org > > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > End of svndotnet-users Digest, Vol 20, Issue 1 > ********************************************** > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080606/0fe60241/attachment-0001.html From rnivash at gmail.com Fri Jun 6 04:56:49 2008 From: rnivash at gmail.com (Nivash R) Date: Fri Jun 6 04:56:54 2008 Subject: problem in WebProject Message-ID: Move all DLL in svndotnet_20070116_debug.zip to BIN folder , and try. On Thu, Jun 5, 2008 at 9:30 PM, wrote: > Send svndotnet-users mailing list submissions to > svndotnet-users@lists.pumacode.org > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > or, via email, send a message with subject or body 'help' to > svndotnet-users-request@lists.pumacode.org > > You can reach the person managing the list at > svndotnet-users-owner@lists.pumacode.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of svndotnet-users digest..." > > > Today's Topics: > > 1. problem in WebProject (PedroCELTA) > 2. RE:problem in WebProject (Andreas Ringdal) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 4 Jun 2008 17:04:21 -0300 > From: PedroCELTA > Subject: problem in WebProject > To: svndotnet-users@lists.pumacode.org > Message-ID: > <19e5785c0806041304g2f318f15qf2ceecf9c7cda3e1@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > > > when i use my own classes,the same that i use in WEB APP, in a WIN > APP(Desktop), everything works fine. > > > how can i resolve this issue???? > > * sorry for my bad english, but I dont speak very well! > thanks > > > -- > Pedro Henrique Oliveira > MCAD - Microsoft Certified Application Developer > MCP - Microsoft Certified Professional > Stefanini IT Solutions > (61) 3212-7230 - (61)8402-4087 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080604/f3b106a2/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 5 Jun 2008 07:32:28 +0200 > From: Andreas Ringdal > Subject: RE: problem in WebProject > To: 'SvnDotNet Users' > Message-ID: > < > 19E7F4DA87DAB849A56B6F4C57B542FA198ABF3C73@if-admin.hq.infofinder.no> > Content-Type: text/plain; charset="us-ascii" > > Try running IIS as your user account. > > > > Andreas Ringdal > InfoFinder AS > Tel: 98 22 18 75 > > From: svndotnet-users-bounces@lists.pumacode.org [mailto: > svndotnet-users-bounces@lists.pumacode.org] On Behalf Of PedroCELTA > Sent: 4. juni 2008 22:04 > To: svndotnet-users@lists.pumacode.org > Subject: problem in WebProject > > > hi, > > Im using SubversionSharp API, in my application (WEB APP), but when I try > instantiate the SvnClient, i have the following error: > "Can't determine the user's config path" > > I think, this error occurs because the svn_client-1 and your dependencies > dont stay in correct place, but this dlls stay into the BIN Folder, in > Website. > when this dlls dont stay in BIN folder, the usualy error occurs ("Unable to > load DLL 'svn_client-1.dll'"). > I tried to register the Bin folder, that dlls stay, in Windows Environment > Variables. but this step dont work! > > > when i use my own classes,the same that i use in WEB APP, in a WIN > APP(Desktop), everything works fine. > > > how can i resolve this issue???? > > * sorry for my bad english, but I dont speak very well! > thanks > > > -- > Pedro Henrique Oliveira > MCAD - Microsoft Certified Application Developer > MCP - Microsoft Certified Professional > Stefanini IT Solutions > (61) 3212-7230 - (61)8402-4087 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080605/66dccd68/attachment-0001.html > > ------------------------------ > > _______________________________________________ > svndotnet-users mailing list > svndotnet-users@lists.pumacode.org > > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > End of svndotnet-users Digest, Vol 20, Issue 1 > ********************************************** > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080606/d84e283f/attachment.html From irodriguez at aelogic.net Tue Jun 17 17:49:31 2008 From: irodriguez at aelogic.net (Abe Rodriguez) Date: Tue Jun 17 17:49:47 2008 Subject: "Can't determine the user's config path" Message-ID: <02f201c8d0c4$06df8b20$149ea160$@net> Hi all, I've got a little problem with a web application using SVN.NET. The context is an ASP.NET 2.0 application with IIS 6 is set up to use Integrated Windows Authentication, identity/@impersonate is set to true in web.config and valid credentials are being passed when making a request. Whenever calling the constructor, I get: [SvnException: Can't determine the user's config path] PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure(AprPool pool) +76 PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure() +36 PumaCode.SvnDotNet.SubversionSharp.SvnClient..cctor() +5 Any help would be greatly appreciated! -Abe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080617/95a4b45c/attachment.html From maxim.va at gmail.com Tue Jun 17 22:08:46 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Tue Jun 17 22:08:55 2008 Subject: "Can't determine the user's config path" In-Reply-To: <02f201c8d0c4$06df8b20$149ea160$@net> References: <02f201c8d0c4$06df8b20$149ea160$@net> Message-ID: <9093a1820806171908j56c262aere0ceab1dea0a5864@mail.gmail.com> On Wed, Jun 18, 2008 at 4:49 AM, Abe Rodriguez wrote: > Hi all, > > > > I've got a little problem with a web application using SVN.NET. The > context is an ASP.NET 2.0 application with IIS 6 is set up to use > Integrated Windows Authentication, identity/@impersonate is set to true in > web.config and valid credentials are being passed when making a request. > Whenever calling the constructor, I get: > > > > [SvnException: Can't determine the user's config path] > > PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure(AprPool pool) +76 > > PumaCode.SvnDotNet.SubversionSharp.SvnConfig.Ensure() +36 > > PumaCode.SvnDotNet.SubversionSharp.SvnClient..cctor() +5 > > > > Any help would be greatly appreciated! > Please read mailing list archives thread at http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/2007-March/000221.html -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080618/cc4134f7/attachment.html From daniel at danielgrunwald.de Fri Jun 20 16:51:17 2008 From: daniel at danielgrunwald.de (Daniel Grunwald) Date: Fri Jun 20 16:51:31 2008 Subject: Subversion 1.5 Message-ID: <485C1845.7040604@danielgrunwald.de> I need Svn.Net compiled against Subversion 1.5 because the working copy format has changed and SVN 1.4 clients cannot access it anymore. I tried changing the getversion-svn property in default.build, but the build is broken. Why does Svn.Net use custom build files instead of invoking the downloaded Makefiles? This makes the build rather fragile. Here the build problems and what I did to (hopefully) fix them: First change was of course: Then trying to build: - bdb.win32.build succeeds - apr.win32.build fails with: [cl] epoll.c [cl] d:\Net\svndotnet\ext\subversion\apr\poll\unix\epoll.c(17) : fatal error C1083: Cannot open include file: 'apr_arch_poll_private.h': No such file or directory [cl] kqueue.c [cl] d:\Net\svndotnet\ext\subversion\apr\poll\unix\kqueue.c(17) : fatal error C1083: Cannot open include file: 'apr_arch_poll_private.h': No such file or directory [cl] poll.c [cl] d:\Net\svndotnet\ext\subversion\apr\poll\unix\poll.c(17) : fatal error C1083: Cannot open include file: 'apr_arch_poll_private.h': No such file or directory [cl] port.c [cl] d:\Net\svndotnet\ext\subversion\apr\poll\unix\port.c(17) : fatal error C1083: Cannot open include file: 'apr_arch_poll_private.h': No such file or directory [cl] select.c [cl] d:\Net\svndotnet\ext\subversion\apr\poll\unix\select.c(28) : fatal error C1083: Cannot open include file: 'apr_arch_poll_private.h': No such file or directory I don't know why we're trying to build the unix version of poll (but using the win32 headers), but I can get it compiling like this: Next try to build apr.win32.build fails with: [link] Linking 65 files. [link] Creating library .\release_win32/libapr.lib and object .\release_win32/libapr.exp [link] apr_pools.obj : error LNK2019: unresolved external symbol _apr_atomic_init@4 referenced in function _apr_pool_initialize@0 [link] d:\Net\svndotnet\ext\subversion\apr\release_win32\libapr.dll : fatal error LNK1120: 1 unresolved externals So I'm adding Now apr.win32.build succeeds - apriconv.win32.build succeeds - aprutil.win32.build fails with: gen_uri_delims: [mkdir] Creating directory 'd:\Net\svndotnet\ext\subversion\apr-util\uri\obj_win32'. [link] Linking 0 files. [link] LINK : warning LNK4001: no object files specified; libraries used [link] LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 [link] LINK : fatal error LNK1561: entry point must be defined I don't know where gen_uri_delims went, but I think it's not required anymore, so I commented it out. Next try, aprutil.win32.build fails with: [link] Linking 44 files. [link] Creating library .\release_win32/libaprutil.lib and object .\release_win32/libaprutil.exp [link] apr_ldap_init.obj : error LNK2019: unresolved external symbol __imp__ldap_err2string referenced in function _apr_ldap_ssl_init@16 [link] apr_ldap_option.obj : error LNK2001: unresolved external symbol __imp__ldap_err2string [link] apr_ldap_init.obj : error LNK2019: unresolved external symbol __imp__ldap_sslinit referenced in function _apr_ldap_init@24 [link] apr_ldap_option.obj : error LNK2019: unresolved external symbol __imp__ldap_get_option referenced in function _apr_ldap_get_option@20 [link] apr_ldap_option.obj : error LNK2019: unresolved external symbol __imp__ldap_set_option referenced in function _option_set_tls [link] d:\Net\svndotnet\ext\subversion\apr-util\release_win32\libaprutil.dll : fatal error LNK1120: 4 unresolved externals So I added wldap32.lib to the end of the . Next try, aprutil.win32.build succeeds - openssl.win32.build succeeds - zlib.win32.build succeeds - neon.win32.build succeeds - subversion.win32.build fails: libsvn_client OK libsvn_delta OK libsvn_diff OK libsvn_fs OK libsvn_fs_base: [mkdir] Creating directory 'd:\Net\svndotnet\ext\subversion\release_win32\libsvn_fs_base'. [cl] Compiling 29 files to 'd:\Net\svndotnet\ext\subversion\release_win32\libsvn_fs_base'. [cl] bdb-err.c [cl] d:\net\svndotnet\ext\subversion\apr-util\include\apu.h(92) : warning C4005: 'APU_HAVE_DB' : macro redefinition [cl] command-line arguments : see previous definition of 'APU_HAVE_DB' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(77) : error C2016: C requires that a struct or union has at least one member [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(77) : error C2061: syntax error : identifier 'DB_ENV' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(84) : error C2059: syntax error : '}' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(124) : error C2143: syntax error : missing ')' before '*' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(124) : error C2143: syntax error : missing '{' before '*' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(125) : error C2059: syntax error : 'type' [cl] d:\net\svndotnet\ext\subversion\subversion\libsvn_fs_base\bdb/env.h(127) : error C2059: syntax error : ')' .... tons of additional syntax errors, caused by the fact that the "DB_ENV" type does not exist. Running D:\Net\svndotnet\ext\subversion\apr-util\build>perl w32locatedb.pl dll ..\..\..\bdb\build_win32 ..\..\..\bdb\build_win32\Release gives: Using BDB version 4.4.20 No 'libdb44d.lib' in ..\..\..\bdb\build_win32\Release at w32locatedb.pl line 42. Looking at subversion.win32.build, libdb44d.lib is only created in debug builds - I don't want a debug build. D:\Net\svndotnet\ext\subversion\apr-util\build>copy ..\..\..\bdb\build_win32\Release\libdb44.lib ..\..\..\bdb\build_win32\Release\libdb44d.lib D:\Net\svndotnet\ext\subversion\apr-util\build>perl w32locatedb.pl dll ..\..\..\bdb\build_win32 ..\..\..\bdb\build_win32\Release (obviously subversion.win32.build will have to do this, but for now I'm happy with a manual build) And next try at compiling: libsvn_fs_base OK libsvn_fs_fs OK libsvn_fs_util OK libsvn_ra OK libsvn_ra_local OK libsvn_ra_neon OK libsvn_ra_svn OK libsvn_repos OK libsvn_subr OK libsvn_wc OK svn FAILS: [echo] now linking [link] Linking 39 files. [link] LINK : fatal error LNK1181: cannot open input file 'release_win32\libsvn_ra_dav.lib' Subversion does not have libsvn_ra_dav anymore? So I'm removing it from the linker options. (am I losing any feature by doing this???) Next try: [echo] now linking [link] Linking 39 files. [link] libsvn_subr.lib(win32_xlate.obj) : error LNK2019: unresolved external symbol __imp__CoCreateInstance@20 referenced in function _get_page_id_from_name [link] libsvn_subr.lib(win32_xlate.obj) : error LNK2019: unresolved external symbol __imp__CoUninitialize@0 referenced in function _svn_subr__win32_xlate_open [link] libsvn_subr.lib(win32_xlate.obj) : error LNK2019: unresolved external symbol __imp__CoInitializeEx@8 referenced in function _svn_subr__win32_xlate_open [link] libsvn_fs_fs.lib(fs.obj) : error LNK2019: unresolved external symbol _svn_fs__check_fs referenced in function _fs_create [link] libsvn_fs_fs.lib(fs_fs.obj) : error LNK2001: unresolved external symbol _svn_fs__check_fs [link] libsvn_fs_fs.lib(lock.obj) : error LNK2001: unresolved external symbol _svn_fs__check_fs [link] libsvn_fs_fs.lib(tree.obj) : error LNK2001: unresolved external symbol _svn_fs__check_fs [link] libsvn_fs_fs.lib(lock.obj) : error LNK2019: unresolved external symbol _svn_fs__canonicalize_abspath referenced in function _svn_fs_fs__allow_locked_operation [link] libsvn_fs_fs.lib(tree.obj) : error LNK2001: unresolved external symbol _svn_fs__canonicalize_abspath [link] libsvn_fs_fs.lib(tree.obj) : error LNK2019: unresolved external symbol _svn_fs__next_entry_name referenced in function _open_path [link] d:\Net\svndotnet\ext\subversion\release_win32\svn.exe : fatal error LNK1120: 6 unresolved externals So probably some .c files don't get compiled or I'm missing a .lib or something. I've spend enough hours on this today. Should I continue to try to fix the build tomorrow or am I going in a completely wrong direction? Daniel Grunwald -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 186 bytes Desc: OpenPGP digital signature Url : http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080620/cfe8d201/signature.bin From maxim.va at gmail.com Fri Jun 20 22:11:44 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Fri Jun 20 22:11:51 2008 Subject: Subversion 1.5 In-Reply-To: <485C1845.7040604@danielgrunwald.de> References: <485C1845.7040604@danielgrunwald.de> Message-ID: <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> Hello, On Sat, Jun 21, 2008 at 3:51 AM, Daniel Grunwald wrote: > I need Svn.Net compiled against Subversion 1.5 because the working copy > format has changed and SVN 1.4 clients cannot access it anymore. > > > So probably some .c files don't get compiled or I'm missing a .lib or > something. > > I've spend enough hours on this today. > Should I continue to try to fix the build tomorrow or am I going in a > completely wrong direction? Good effort. Thanks for patches. There many changes in different places in apr libraries and in subversion code that made our build script unusable in it current state. Moreover apr.dsp project file does not build correctly too. It requires small correction. I will fix build scripts on this weekend. I will trying to build subversion using build tools included into Windows SDK 6.1. -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080621/d3e1a9ce/attachment.html From toby at etjohnson.us Sat Jun 21 11:51:35 2008 From: toby at etjohnson.us (Toby Johnson) Date: Sat Jun 21 11:51:13 2008 Subject: Subversion 1.5 In-Reply-To: <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> References: <485C1845.7040604@danielgrunwald.de> <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> Message-ID: <485D2387.2020602@etjohnson.us> Maxim Abrashkin wrote: > Hello, > > On Sat, Jun 21, 2008 at 3:51 AM, Daniel Grunwald > > wrote: > > I need Svn.Net compiled against Subversion 1.5 because the working > copy format has changed and SVN 1.4 clients cannot access it anymore. > > > > > So probably some .c files don't get compiled or I'm missing a .lib > or something. > > I've spend enough hours on this today. > Should I continue to try to fix the build tomorrow or am I going > in a completely wrong direction? > > > Good effort. Thanks for patches. > > There many changes in different places in apr libraries and in > subversion code that made our build script unusable in it current > state. Moreover apr.dsp project file does not build correctly too. It > requires small correction. > I will fix build scripts on this weekend. > > I will trying to build subversion using build tools included into > Windows SDK 6.1. > > -- > Maxim Thanks Maxim, I have switched from Windows to Ubuntu Linux on my home machine and so I don't have much ability to work on these for the time being (although I'll soon have a VmWare session set up for Windows work). Daniel, to answer your question as to why the upstream makefiles aren't used, those are typically very difficult to get working on Windows, especially in an automated environment. The Subversion one has gotten better but it's still not as simple as "configure; make; make install" as it is on *nix. toby -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080621/e89621ee/attachment.html From maxim.va at gmail.com Sat Jun 21 13:06:39 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Sat Jun 21 13:06:48 2008 Subject: Subversion 1.5 In-Reply-To: <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> References: <485C1845.7040604@danielgrunwald.de> <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> Message-ID: <9093a1820806211006xe7c7694j2595a943be3445a5@mail.gmail.com> Hello, I've just commit improved build scripts to build native svn client library from subversion 1.5.0 sources. Build was successfull and self-compiled svn.exe seems to work. But no test was performed (may be later...). So, please build and test svn.net with subversion 1.5.0 release. -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080622/ed29ee25/attachment.html From daniel at danielgrunwald.de Sat Jun 21 13:58:50 2008 From: daniel at danielgrunwald.de (Daniel Grunwald) Date: Sat Jun 21 13:59:04 2008 Subject: Subversion 1.5 In-Reply-To: <9093a1820806211006xe7c7694j2595a943be3445a5@mail.gmail.com> References: <485C1845.7040604@danielgrunwald.de> <9093a1820806201911v6268cc35v692a6c91477a17d0@mail.gmail.com> <9093a1820806211006xe7c7694j2595a943be3445a5@mail.gmail.com> Message-ID: <485D415A.6010402@danielgrunwald.de> The build fails for me (doing nant bootstrap, failure is when building the SvnTest application): [csc] d:\Net\svndotnet\SvnMockApp\Add.cs(35,14): error CS0234: The type or namespace name 'AprSharp' does not exist in the namespace 'Softec' (are you missing an assembly reference?) But Svn.Net was compiled successfully and seems to work so far. Thanks! Daniel Maxim Abrashkin wrote: > Hello, > > I've just commit improved build scripts to build native svn client > library from subversion 1.5.0 sources. > Build was successfull and self-compiled svn.exe seems to work. > But no test was performed (may be later...). > > So, please build and test svn.net with subversion > 1.5.0 release. > > -- > Maxim -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 186 bytes Desc: OpenPGP digital signature Url : http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080621/001b2744/signature.bin From tiago.matias at gmail.com Thu Jun 26 06:30:06 2008 From: tiago.matias at gmail.com (Tiago) Date: Thu Jun 26 06:30:15 2008 Subject: Quick question about compiling against SVN.NET Message-ID: <26ba25660806260330k4d3ba0f3n300a5fbd6e9d4954@mail.gmail.com> Hello, I'm having a silly problem compiling a small test app against SVN.NET. It gives a runtime exception saying that the runtime is unable to find libapr.dll. I have already copied all of the DLL's to the aplication output directory. To be more specific, the error message is: "Unable to load DLL 'libapr': This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)" Does anyone have an ideia on what might be wrong? I don't know why it faills to find the DLL on the directory where the main .EXE is being executed. Thanks in advance! tiago -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080626/cd64a3a2/attachment.html