SVN Libraries

2012-04-04 Thread Waseem Shahzad
Hi guys I want to create an application to communicate with Revision Numbers and Show Logs complete for extracting desired reports. It would emphasize on searching. Pls share. Cheers, Waseem Bukhari CMer

Re: SVN Libraries

2012-04-04 Thread vishwajeet singh
On Wed, Apr 4, 2012 at 6:29 PM, Waseem Shahzad waseem.shah...@curemd.comwrote: Hi guys I want to create an application to communicate with Revision Numbers and Show Logs complete for extracting desired reports. It would emphasize on searching. Pls share.

RE: SVN Libraries

2012-04-04 Thread Waseem Shahzad
Thanks VS I want to program in C# Cheers, Waseem Bukhari CMer - Ext: 506 From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Wednesday, April 04, 2012 9:03 AM To: Waseem Shahzad Cc: users@subversion.apache.org Subject: Re: SVN Libraries On Wed, Apr 4, 2012 at 6:29

RE: SVN Libraries

2012-04-04 Thread Cooke, Mark
-Original Message- From: Waseem Shahzad [mailto:waseem.shah...@curemd.com] Sent: 04 April 2012 14:04 To: vishwajeet singh Cc: users@subversion.apache.org Subject: RE: SVN Libraries Thanks VS I want to program in C# I just typed using subversion from c# into google

Re: SVN Libraries

2012-04-04 Thread vishwajeet singh
:* vishwajeet singh [mailto:dextrou...@gmail.com] *Sent:* Wednesday, April 04, 2012 9:03 AM *To:* Waseem Shahzad *Cc:* users@subversion.apache.org *Subject:* Re: SVN Libraries ** ** ** ** On Wed, Apr 4, 2012 at 6:29 PM, Waseem Shahzad waseem.shah...@curemd.com wrote: Hi guys

Re: Generating SVN libraries from source on Mac OSX

2011-05-22 Thread Ian Sidor
Ok thanks to all, I have my script working correctly now. Regards, Ian. On 20 May 2011, at 18:00, Blair Zajac wrote: On May 20, 2011, at 3:40 AM, Ian Sidor wrote: Oops. Thank-you for pointing that out, my mistake. However, I still cannot find any libsvn*.a files anywhere on the drive.

Re: Generating SVN libraries from source on Mac OSX

2011-05-20 Thread Ian Sidor
Oops. Thank-you for pointing that out, my mistake. However, I still cannot find any libsvn*.a files anywhere on the drive. As described in my first mail, there is a file I can see with the extension 'LA' which is a text file. It states that the libraries will be built to /usr/local/lib but

Re: Generating SVN libraries from source on Mac OSX

2011-05-20 Thread Ryan Schmidt
On May 20, 2011, at 05:40, Ian Sidor wrote: However, I still cannot find any libsvn*.a files anywhere on the drive. All I know is Subversion correctly builds both static and dynamic libraries when installed with MacPorts. $ port installed subversion The following ports are currently

Re: Generating SVN libraries from source on Mac OSX

2011-05-20 Thread Blair Zajac
On May 20, 2011, at 3:40 AM, Ian Sidor wrote: Oops. Thank-you for pointing that out, my mistake. However, I still cannot find any libsvn*.a files anywhere on the drive. As described in my first mail, there is a file I can see with the extension 'LA' which is a text file. It states that

Re: Generating SVN libraries from source on Mac OSX

2011-05-19 Thread Daniel Shahaf
Just ignore the file you don't need then? Or try --disable-shared Ian Sidor wrote on Thu, May 19, 2011 at 00:00:45 +0100: I'm building Subversion from source in order to generate static libraries to use in my own application. I can build Subversion fine but I don't seem to be getting any

Re: Generating SVN libraries from source on Mac OSX

2011-05-19 Thread Ian Sidor
I tried --disable-shared but I still didn't get any libsvn*.dylib files. Is there anything else I can try? On 19 May 2011, at 07:47, Daniel Shahaf wrote: Just ignore the file you don't need then? Or try --disable-shared Ian Sidor wrote on Thu, May 19, 2011 at 00:00:45 +0100: I'm

Re: Generating SVN libraries from source on Mac OSX

2011-05-19 Thread Blair Zajac
Static libraries end in .a, not .dylib, those are shared. Blair On May 19, 2011, at 9:23 AM, Ian Sidor wrote: I tried --disable-shared but I still didn't get any libsvn*.dylib files. Is there anything else I can try? On 19 May 2011, at 07:47, Daniel Shahaf wrote: Just ignore the

Re: Generating SVN libraries from source on Mac OSX

2011-05-19 Thread Christian Gils
Does make's output say anything about the libraries in question? You should see compilation statements scroll by while make runs. On Thu, May 19, 2011 at 05:23:51PM +0100, Ian Sidor wrote: I tried --disable-shared but I still didn't get any libsvn*.dylib files. Is there anything else I can

Generating SVN libraries from source on Mac OSX

2011-05-18 Thread Ian Sidor
I'm building Subversion from source in order to generate static libraries to use in my own application. I can build Subversion fine but I don't seem to be getting any libraries (dylib's). Here is what I type in terminal: curl -O http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz