Subversion 1.0.0 packages
I've built Subversion and all of the packages it depends on, and updated the packages in my public iDisk (wsanchez). They are all built for Mac OS X 10.3.
Note that you can't get to my iDisk using a web browser unless you know the paths to each of the files, which is unlikely. That's a drag, but not something i can fix.
Mount my public iDisk in Finder. In Panther, thats: Go -> iDisk -> Other User's Public Folder…, then enter wsanchez in the dialog. On older Mac OS X versions (or Windows), use iDisk Utility.
Comments
Thanks for packaging this!
Posted by: Chris Pavicich | February 24, 2004 06:22 PM
Has your public idisk gone missing or is it me?
Posted by: metafeather | February 25, 2004 06:51 AM
That was fast, Fred. You rule! :)
Posted by: Travis Cripps | February 25, 2004 09:27 AM
metafeather: I think it's just you. :-)
Posted by: Wilfredo Sanchez | February 25, 2004 02:07 PM
great....what packages need to be installed just for a command line version of subversion (no server)
Posted by: hangon | February 29, 2004 07:59 AM
You need subversion and all of its dependancies:
subversion
apr
apr-util
db
expat
httpd
neon
libxml
swig
It's a lot of stuff, but svn uses a lot of libraries. You might get away without httpd if you aren't using the server, and you might get away without swig if you aren't using anything developed on the svn library.
Posted by: Wilfredo Sanchez | March 1, 2004 01:38 PM
Very cool. I downloaded the subversion source last week and was annoyed at how many dependencies it had, and decided to wait until someone else packaged it up. Looks like someone did. :-)
Posted by: Tim Buchheim | March 1, 2004 08:46 PM
Oh man!!! my friend dom tels me subversion was great but it ROCKS!!!!
too bad it's not integrated in Xcode.
CVS is a dinosaur
perforce is better but incredibly slow (particullary in Xcode)
i'll ask santa for subversion in the next revision of Xcode
Posted by: hangon | March 8, 2004 10:52 AM
It seems Santa has already granted your wish. The next version of Mac OS X ("Tiger") will include a new version of Xcode that supports Subversion.
Posted by: Justin | July 17, 2004 08:42 PM
Hi, I've downloaded all the packages from above. But when i call svnadmin I get the following error message:
dyld: svnadmin can't open library: /usr/lib/libiconv.2.dylib (No such file or directory, errno = 2)
Trace/BPT trap
What lib is missing? Under linux I is necessary to call ldconfig to make the the new libs known to the OS. Could this be the problem - wrong libpath ...?
Posted by: Peter Mueller | August 25, 2004 12:57 AM
Peter- what version of OS X are you running? I'm building for 10.3.x.
Posted by: Wilfredo Sanchez | September 8, 2004 11:46 AM
any plans to create a server package for verison 1.1.1?
Posted by: john r. durand | November 17, 2004 11:35 AM
John: In fact, I just did that today.
Posted by: Wilfredo Sanchez | November 17, 2004 04:47 PM