On 5/28/07, <b class="gmail_sendername">Maarten Lankhorst</b> &lt;<a href="mailto:m.b.lankhorst@gmail.com">m.b.lankhorst@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
John Klehm schreef:<br>&gt; Hey Maarten and all,<br>&gt;<br>&gt; Good idea about publishing the changes.&nbsp;&nbsp;I was thinking to use<br>&gt; Google&#39;s project hosting thing for mine I think it supports SVN or<br>&gt; something though.&nbsp;&nbsp;Guess I can try and figure out a git feed on a
<br>&gt; different server too, we&#39;ll see.<br>Git is the repository system wine uses, see <a href="http://wiki.winehq.org/GitWine">http://wiki.winehq.org/GitWine</a><br><br>To set up a repo first you have to register a fork of 
wine.git, then set<br>some settings and choose &#39;Push&#39; rather then cloning a tree.<br><br>To update your git repository for it, create a file in wine-git like this:<br>Filename: .git/remotes/sound<br>--- (Begin of file) ---
<br>URL: <a href="http://git+ssh://username@repo.or.cz/srv/git/wine/sound.git">git+ssh://username@repo.or.cz/srv/git/wine/sound.git</a><br>Push: refs/heads/master:refs/heads/master<br>---(End of file)---<br><br>Then you can do something like:
<br>git push -f&nbsp;&nbsp;sound HEAD:refs/heads/master<br><br>Of course replace username with your username, and sound with how you<br>call your branch. To edit project settings, your username for it seems<br>to be something like: wine/branchname (without .git at end) and project
<br>password you set yourself. Hope this is helpful for others too.<br>&gt; Just want to say hello and good luck.&nbsp;&nbsp;I&#39;m glad to be here =)<br>As do I,<br><br>Maarten</blockquote><div><br><br>I believe most non-bug fix changes will be limited to a small part of the WINE tree (the mscoree dll), so creating an entire git fork is overkill for myself.&nbsp; I have setup a subversion repository @ [ 
<a href="http://svn.degrendel.com/soc2007">http://svn.degrendel.com/soc2007</a> ], where I will be keeping patches, notes, and so on.<br></div><br>Anyways, best of luck to everyone.<br><br>-Working on .NET/Mono.<br><br>Bryan DeGrendel
<br></div><br>