tags:

views:

711

answers:

4

Anyone know of a Subversion client for Android OS? Same goes for a syntax highlighting text editor on there.

A: 

It's an odd request. Going to say it doesn't exist. You might be able to port Eclipse's native-java based SVN client but it would be a hack.

If the SVN server is hosted via HTTP, you could write some Delta-V\WebDav calls to access it without a lot of work.

Zac Bowling
+1  A: 

I was just thinking today that I'd like a text editor and an SVN client for Android! I couldn't find the latter, but I do know that http://svnkit.com/ would probably be a pretty good place to start.

Alex Cruise
Yeah the svkkit codebase does look promising, just not something I can manage porting at this time.
A: 

why not, iPhone has a SVN client, iVersion :)

Techy
A: 

The only text editor I have found that has any kind of syntax highlighting is SilverEdit. It only does html, css and xml though, and seems generally buggy.

Alex