<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wink Saville's Blog &#187; scm</title>
	<atom:link href="http://www.winksaville.com/blog/category/scm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 08 Sep 2009 14:45:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git &#8211; Remote branches</title>
		<link>http://www.winksaville.com/blog/scm/git-remote-branches/</link>
		<comments>http://www.winksaville.com/blog/scm/git-remote-branches/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:56:20 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/scm/git-remote-branches/</guid>
		<description><![CDATA[Learned that you can manually create remote branches. This is done having the destination refspec be refs/head. Example:git push ../git2 b2:refs/heads/b2The above will push branch b2 to  repo ../git2.I finally got the force flag (-f) do work. I&#8217;ve wanted to do a force when I did a rebase &#8211;interactive and of a branch and then [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/scm/git-remote-branches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scm &#8211; git svn connect</title>
		<link>http://www.winksaville.com/blog/linux/scm-git-svn-connect/</link>
		<comments>http://www.winksaville.com/blog/linux/scm-git-svn-connect/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 05:45:50 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/scm-git-svn-connect/</guid>
		<description><![CDATA[The following allows you to reconnect a local clone of a remote svn repo assuming a git repo exists. In my case I have a backup of the remote svn repo but its a pure git repo without any git-svn meta data. Steven Walter provided the basic instructions here.
lcl ~/ $ git clone git://srv/amc.git amc
lcl [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/scm-git-svn-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git &#8211; workflow with remote svn repositories</title>
		<link>http://www.winksaville.com/blog/programming/git-workflow-with-remote-svn-repositories/</link>
		<comments>http://www.winksaville.com/blog/programming/git-workflow-with-remote-svn-repositories/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 19:11:19 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/git-workflow-with-remote-svn-repositories/</guid>
		<description><![CDATA[I&#8217;m going to try a new git-svn workflow. Previously I did a git svn clone and also created a backup on my backup server as a remote. So pictorially something like this:

    local-git-svn-clone
           /       \
  [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/programming/git-workflow-with-remote-svn-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git &#8211; applying patches</title>
		<link>http://www.winksaville.com/blog/linux/git-applying-patches/</link>
		<comments>http://www.winksaville.com/blog/linux/git-applying-patches/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 23:49:44 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/git-applying-patches/</guid>
		<description><![CDATA[Today learned some things about git and applying patches. First when applying my trec/ace/kshmem patches to 2.6.25-rc2 they wouldn&#8217;t apply because now there only an x86 architecture (arch/x86) instead of two architectures i386 and x86_64. That was to be expected actually and there&#8217;s going to be some hand work in doing that.
To do this hand [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/git-applying-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git &#8211; getting git-svn to work</title>
		<link>http://www.winksaville.com/blog/scm/git-getting-git-svn-to-work/</link>
		<comments>http://www.winksaville.com/blog/scm/git-getting-git-svn-to-work/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 23:34:40 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/scm/git-getting-git-svn-to-work/</guid>
		<description><![CDATA[I&#8217;ve been working with the async-msgcomp svn repository by creating a single working directory with both .git and .svn directories. I then setup each to ignore the others files as well as some files Eclipse uses that should be in the scm. My .git/info/exclude file contains:

 bin
.metadata
R.java
.svn

My [miscellany] section of ~/.subversion/config [miscellany] contains:

 global-ignores = [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/scm/git-getting-git-svn-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git &#8211; Setting up a remote repo for of a local repo</title>
		<link>http://www.winksaville.com/blog/scm/eclipse-initial-pushing-to-a-new-repo/</link>
		<comments>http://www.winksaville.com/blog/scm/eclipse-initial-pushing-to-a-new-repo/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 02:01:48 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/eclipse-initial-pushing-to-a-new-repo/</guid>
		<description><![CDATA[After creating a new local repository either brand new or cloning an existing repo typically I want to push it to my server for backup purposes. To do so I create a bare repository on the server:

mkdir &#60;path-to-repo&#62;/&#60;name-of-repo.git&#62;
cd &#60;path-to-repo&#62;/&#60;name-of-repo.git&#62;
git  --bare init --shared

The repo is now created go back to the local repo and have [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/scm/eclipse-initial-pushing-to-a-new-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scm &#8211; Build ID&#8217;s</title>
		<link>http://www.winksaville.com/blog/linux/scm-build-ids/</link>
		<comments>http://www.winksaville.com/blog/linux/scm-build-ids/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:21:29 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/scm-build-ids/</guid>
		<description><![CDATA[A BuildID is being added to the gnu linker, ld, by Roland McGrath. I saw this mentioned in these instructions for building the Android kernel from source, which didn&#8217;t support the new switch and it had to be disabled.
Anyway, Roland had a problem where he wanted to identify exactly where the binaries came from when [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/scm-build-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git submodule and &#8220;how-to combine muliple git-repos&#8221;</title>
		<link>http://www.winksaville.com/blog/programming/git-submodule/</link>
		<comments>http://www.winksaville.com/blog/programming/git-submodule/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 02:47:11 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/git-submodule/</guid>
		<description><![CDATA[Ok, I leaned what git submodule is for, well at least I think so. Apparently its primary use to as a mechanism for tagging a set of repositories, see my post here, which starts here. What help the most was looking at the tutorial here.
The as it indicates in the Title my original goal was [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/programming/git-submodule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git branching</title>
		<link>http://www.winksaville.com/blog/scm/git-branching/</link>
		<comments>http://www.winksaville.com/blog/scm/git-branching/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 00:57:56 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://winksaville.com/blog/?p=6</guid>
		<description><![CDATA[Here  is a nice introduction to git. In particular the instructions for adding a branch worked quite well. For sparkrocket I wanted to create a new branch for testing. In the git-repos there was no branch so the question arises how to add a new branch and push it to the current repository.
Creating a [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/scm/git-branching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
