Luke,<br><br>We could take it to that level if you want but I don&#39;t exactly see the need for that level of complexity here.&nbsp; As long as our commits are explicit about which revision in <a href="http://svn.python.org">svn.python.org</a> we are merging from, that should be enough.&nbsp; I think the most important question is how you all wish to treat 2.4 / 2.5.&nbsp; If they are strictly for maintenance (as <a href="http://svn.python.org">svn.python.org</a>) then all we have to do is start out by placing them in their own branch and then tag releases appropriately.&nbsp; From 2.6 on out, we could develop in trunk and branch when necessary.<br>
<br>Joseph Armbruster<br><br><div class="gmail_quote">On Tue, Mar 18, 2008 at 9:56 AM, Luke Dunstan &lt;<a href="mailto:coder_infidel@hotmail.com">coder_infidel@hotmail.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;">
<div class="Ih2E3d">--------------------------------------------------<br>
From: &quot;Joseph Armbruster&quot; &lt;<a href="mailto:josepharmbruster@gmail.com">josepharmbruster@gmail.com</a>&gt;<br>
</div>Sent: Tuesday, March 18, 2008 9:14 PM<br>
To: &quot;Luke Dunstan&quot; &lt;<a href="mailto:coder_infidel@hotmail.com">coder_infidel@hotmail.com</a>&gt;; &lt;<a href="mailto:pythonce@python.org">pythonce@python.org</a>&gt;<br>
<div class="Ih2E3d">Subject: Re: [PythonCE] trunk merge?<br>
<br>
&gt; Luke,<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; Cool, I was able to see it this morning. &nbsp;Quite empty indeed :-) &nbsp;I can go<br>
&gt; ahead and do the initial imports (if everyones ok with that). &nbsp;However,<br>
&gt; before I do so I would like to talk structure a bit.<br>
&gt;<br>
&gt; Currently, there are a few sources available from sf, 2.4/2.5 focused.<br>
&gt; How do you / others feel about having a layout like this:<br>
&gt;<br>
&gt; /external<br>
&gt; &nbsp; .. third party libs go here ..<br>
&gt; /pythonce<br>
&gt; &nbsp; /branches<br>
&gt; &nbsp; &nbsp; /release24-maint<br>
&gt; &nbsp; &nbsp; /release25-maint<br>
&gt; &nbsp; /tags<br>
&gt; &nbsp; /trunk &nbsp;(2.6 merge will go here)<br>
&gt;<br>
&gt;<br>
&gt; It parallels the python svn repository on purpose.<br>
&gt;<br>
&gt; Your thoughts?<br>
&gt; Joseph Armbruster<br>
<br>
</div>I have not had a lot of experience with Subversion yet, but I was reading<br>
the manual section on &quot;vendor branches&quot;, and they suggest to have both the<br>
original source (e.g. Python trunk) and patched source (PythonCE trunk for<br>
2.6) in the repository in separate directories. That way, to update our own<br>
source we first update our copy of the Python trunk source, and then use the<br>
Subversion merge command to automatically merge the changes into our branch.<br>
For example:<br>
<br>
/python<br>
 &nbsp;/trunk &lt;- (1) update to latest Python source<br>
/pythonce<br>
 &nbsp;/trunk &lt;- (2) merge /python/trunk into here<br>
<br>
If there are other source control tools that make it easier though, then go<br>
for it.<br>
<font color="#888888"><br>
Luke<br>
</font><div class="Ih2E3d"><br>
&gt;<br>
&gt;<br>
&gt; Luke Dunstan wrote:<br>
&gt;&gt;<br>
&gt;&gt; --------------------------------------------------<br>
&gt;&gt; From: &quot;Joseph Armbruster&quot; &lt;<a href="mailto:josepharmbruster@gmail.com">josepharmbruster@gmail.com</a>&gt;<br>
&gt;&gt; Sent: Tuesday, March 18, 2008 7:57 AM<br>
&gt;&gt; To: &quot;Luke Dunstan&quot; &lt;<a href="mailto:coder_infidel@hotmail.com">coder_infidel@hotmail.com</a>&gt;<br>
&gt;&gt; Subject: Re: [PythonCE] trunk merge?<br>
&gt;&gt;<br>
&gt;&gt;&gt; Luke,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m having a hard time finding the Sourceforge Subversion Repository.<br>
&gt;&gt;&gt; The only thing I can seem to find is a cvs repo linked from the project.<br>
&gt;&gt;&gt; Am I missing something?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank You,<br>
&gt;&gt;&gt; Joseph Armbruster<br>
&gt;&gt;<br>
&gt;&gt; No, there is no source in Subversion yet. I have now enabled it. Let me<br>
&gt;&gt; know if any other settings need to be changed.<br>
&gt;&gt;<br>
&gt;&gt; Luke<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
PythonCE mailing list<br>
<a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonce" target="_blank">http://mail.python.org/mailman/listinfo/pythonce</a><br>
</div></div></blockquote></div><br>