Just a little heads up for Mac OS X developers who are using the new
XCode 3. I haven't seen this appear on the lists yet, apologies if it
has already been covered.
I've been building a framework that wraps the Subversion libraries and
I have also just installed Leopard and XCode 3. Unfortunately, the
installation broke one of my test scripts. After poking around trying
to fix it, I found that svnadmin seemed to have forgotten what a bdb
repository was. Further poking about revealed that this was because
XCode developer tools includes svn 1.4.4 which was appearing in my
path ahead of my own compiled from source svn.
jeremyp@miranda:tmp $which svn
/usr/bin/svn
jeremyp@miranda:tmp $svn --version
svn, version 1.4.4 (r25188)
compiled Sep 23 2007, 22:32:34
Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/
).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
In summary:
Moc OS X 10.5 XCode 3 includes Subversion 1.4.4 (minus local BDB
support) and all the Subversion headers and libraries are part of the
official 10.5 SDK.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 6 11:23:18 2007