[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion in Embedded Devices

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-25 19:30:18 CET

On Feb 25, 2005, at 11:48 AM, Davis Ford wrote:

> a) How portable is the SVN command line client code to other
> architectures (e.g. PPC, ARM)?
>

All of Subversion's portability comes from APR, the Apache Portable
Runtime library. If APR builds an an OS, then Subversion will work
there (as well as apache httpd!)

Last I heard, APR runs on QNX and WinCE. Don't know about other
embedded OSes. You'd have to ask on dev@apr.apache.org.

My recommendation is that you would want to access the server via
svn://, since that's a protocol which is "built in" to the core SVN
libraries, and uses APR network api. If you wanted to access via
http://, then you'd have an extra dependency: the neon library, which
provides HTTP client functionality to the svn. Neon may not be as
portable as APR.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 19:32:53 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.