I&#39;d suggest to do svn update, get the latest version (so as little as possible can be changed), add your files localy, compile and check it works, do the diff, zip the diff, put it on a disk on key and send it from someone who has a good connection if possible (or wait for monday)<br>
<br>as Martin said, thank you for the hard work<br><br><div class="gmail_quote">On Fri, Jul 4, 2008 at 11:32 AM, José Ignacio Romero &lt;<a href="mailto:jose.cyborg@gmail.com">jose.cyborg@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Martin Poirier escribió:<br>
<div class="Ih2E3d">&gt; --- On Fri, 7/4/08, <a href="mailto:echelon@infomail.upr.edu.cu">echelon@infomail.upr.edu.cu</a> &lt;<a href="mailto:echelon@infomail.upr.edu.cu">echelon@infomail.upr.edu.cu</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; &nbsp;I have a question: In order to make the patch if I dont<br>
&gt;&gt; have Internet<br>
&gt;&gt; conection, how can I make an SVN diff from my local source?<br>
&gt;&gt; or I should<br>
&gt;&gt; do it by hand? in that case explain me the conventions.<br>
&gt;&gt;<br>
&gt;<br>
&gt; If you have a full svn checkout, base revisions are stored in the .svn folders, so doing diff operation doesn&#39;t require a network connection.<br>
&gt;<br>
&gt; First, you&#39;ll need to add your new files. (this is also a local operations) If you don&#39;t do that, they won&#39;t show up in the diff.<br>
&gt;<br>
&gt; svn add filename1 filename2 ...<br>
&gt;<br>
&gt; Then, create the patch with diff<br>
&gt;<br>
&gt; svn diff &gt; patch_filename<br>
&gt;<br>
&gt; That&#39;s basically it.<br>
&gt;<br>
&gt; Thanks for the hard work.<br>
&gt;<br>
&gt; Martin<br>
&gt;<br>
</div>by the way, check that your local revision isn&#39;t too old, or the patch<br>
may not apply because the files you modified might have been modified by<br>
someone else since your last checkout/update, in that case you have to<br>
merge the files by hand.<br>
<font color="#888888"><br>
--<br>
Q: &nbsp; &nbsp; &nbsp;What is purple and concord the world?<br>
A: &nbsp; &nbsp; &nbsp;Alexander the Grape.<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Bf-committers mailing list<br>
<a href="mailto:Bf-committers@blender.org">Bf-committers@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-committers" target="_blank">http://lists.blender.org/mailman/listinfo/bf-committers</a><br>
</div></div></blockquote></div><br>