ArchiveOrangemail archive

users.subversion.apache.org


(List home) (Recent threads) (3 other Subversion lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 16,691 messages, beginning Feb 2010
  • 10 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

Proper source/way to integration Subversion for Win32 app and MacOSX

Ad
Thuan Seah Tan 1339131720Fri, 08 Jun 2012 05:02:00 +0000 (UTC)
Hi guys,

I have been googling and couldn't seem to find anything that demonstrate how
does one obtain the subversion api required to provide subversion
integration in one's software. So far I have go things up and running for
windows by locating myself a copy of precompiled libs and headers for Win32.
On windows, I did manage to find a precompiled libs and headers for apache
portable runtime (it comes with the precompiled subversion api libs and
headers). However, on the Mac, I can't seem to find anything similar that
includes the apache libs and header. So just wonder what is the recommended
approach for getting libs and headers? Is there a source that provides me
with the libs and headers that I can know for certain is going to work with
the subversion libs and headers? 

Thuan

PS: I am not subscribed to the mailing list and would appreciate if you
could CC me the replies. Thanks.
Stephen Butler 1339140331Fri, 08 Jun 2012 07:25:31 +0000 (UTC)
On Jun 8, 2012, at 7:01 , Thuan Seah Tan wrote:

> Hi guys,
>  
> I have been googling and couldn’t seem to find anything that demonstrate how does one obtain the subversion api required to provide subversion integration in one’s software. So far I have go things up and running for windows by locating myself a copy of precompiled libs and headers for Win32. On windows, I did manage to find a precompiled libs and headers for apache portable runtime (it comes with the precompiled subversion api libs and headers). However, on the Mac, I can’t seem to find anything similar that includes the apache libs and header. So just wonder what is the recommended approach for getting libs and headers?Apache, APR and Subversion 1.6 are part of the operating system.  Headers 
are in the following directories,

  /usr/include/apache2
  /usr/include/apr-1
  /usr/include/subversion-1

and libs are in

  /usr/lib

> Is there a source that provides me with the libs and headers that I can know for certain is going to work with the subversion libs and headers?

If you want to use Subversion 1.7, you'll have to build it yourself.  I'd recommend
using Homebrew or MacPorts if you're building for use on your own computer,
or if all of your users have Xcode (or the mini command line version) installed.

Steve>  
> Thuan
>  
> PS: I am not subscribed to the mailing list and would appreciate if you could CC me the replies. Thanks.
Home | About | Privacy