Web services are XML data transfer.  The problem with xml is that it is wordy for data (size) but good for parsing.  What I mean by that is that its not the most efficient way to transfer data ( ok thats obvious) but its a defined format and easy to parse just about anywhere.. just slow.
<br><br>If you are keeping a copy of the current versions locally then diffing and sending only the diffs would be easy... but to my knowledge svn only keeps the diffs between versions at the repository. Someone who knowns please correct me.&nbsp; If I understand what you are saying and based on my knowledge...
<br>You either keep an old version for diffing purposes and replace it with the current version when you do the commit.&nbsp; All changes happen to the original not the &quot;old copy&quot;<br><br>OR<br><br>You would have to have the repository local and commit the changes locally but that doesn't help with the storage part.&nbsp; The only way to sync up would be through the dock.
<br><br>My understanding of svn is that it transmits the entire file and the svn server does the diff and only stores the differences between the files at the repository.&nbsp; I could be wrong about that though.<br><br>If you don't keep a repository locally then one way or another you will have to obtain a copy of the old version in order to just sync changes somehow..
<br><br>Its an interesting thought.. does anyone know for sure if SVN sends back only the changes and how it does that if it doesn't fetch the previous version for comparison?<br><br>--Tim<br><br>btw.. I tend to over explain things so if I don't go far enough please ask me (I am trying to cut back)&nbsp; ;-)
<br>Also, feel free to correct me if I state something wrong.. I like to be correct in my understanding and if I don't have all the necessary information I would like to know what I am missing out on.&nbsp; ;-)<br><br><br><br>
<div><span class="gmail_quote">On 11/29/06, <b class="gmail_sendername">Jeff Andros</b> &lt;<a href="mailto:whitedrought@gmail.com">whitedrought@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="gmail_quote"><br></span>&lt;snip&gt;<div><span class="q"><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Without thougths like that you will have an incredible GPRS traffic =
<br>
costs.<br><br>&gt; ICS is really simple so<br>&gt; we could host that from the device as well. If Apache isn't small enough,<br>&gt; even stripped down, there are several server apps that are optimised for<br>&gt; this kind of environment
</blockquote></span></span><div><br>I don't do a lot of data on my phone at the moment mostly I use bluetooth for this kind of thing, so I hadn't thought about costs... the other thing we could try is an XML transfer of just the data, offloading the formatting onto another server... the cool thing about this is we could run both directly from the phone or from an intermediary depending on preferences and the particular situation.&nbsp; 
<br><br>When you use an intermediary server, that will handle the heavy lifting on building the page and you could have a nice ajax-y interface, direct from the phone you could remotely store an XSL-T stylesheet to give you the frontend.&nbsp; this minimizes the data that needs to go back and forth.&nbsp; sending files back and forth I'd rather use something else, but in a pinch we could use an svn client which does send only the file diffs back and forth, plus storing the whole machine's drive on subversion gives us a nice backup in case someone throws you into the pool with your phone in your pocket (it's all fun and games until someone loses thier {email | phonebook | files | blackmail photos of drunk friends})&nbsp; you could also use this like so:
<br><br>{user to phone} request update/commit cycle from phone to repository<br>{user on desktop} update local copy of phone filesystem<br>{user on desktop} make appropriate changes to files<br>{user on desktop} commit to repository
<br>{user to phone} request update from repository<br></div><br>where you are not on your phone, and are making commands from a browser<br><br><br>Apache/whichever servers we're running handles the encryption, and now you can get to the current version of your system through websvn from anywhere
<br></div><span class="sg"><span><br>--Jeff

</span><br clear="all"> 

</span><br>_______________________________________________<br>OpenMoko community mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:community@lists.openmoko.org">community@lists.openmoko.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.openmoko.org/cgi-bin/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/cgi-bin/mailman/listinfo/community</a><br><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-- Tim