<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using Git and SVN at the same time</title>
	<atom:link href="http://coliveira.net/software/using-git-and-svn-at-the-same-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/</link>
	<description>by Carlos Oliveira</description>
	<lastBuildDate>Tue, 15 May 2012 01:46:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: coliveira</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1873</link>
		<dc:creator>coliveira</dc:creator>
		<pubDate>Sat, 14 Jan 2012 04:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1873</guid>
		<description>You can always have git along with svn in the same directory, but they won&#039;t be synchronized. Git uses its .git directory, while svn uses the .svn dir. I have done this before, but it would be better to use git as an interface to svn, so that they are synchronized. Try to learn about git-svn and you&#039;ll see how it works.</description>
		<content:encoded><![CDATA[<p>You can always have git along with svn in the same directory, but they won&#8217;t be synchronized. Git uses its .git directory, while svn uses the .svn dir. I have done this before, but it would be better to use git as an interface to svn, so that they are synchronized. Try to learn about git-svn and you&#8217;ll see how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1872</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1872</guid>
		<description>Hi Carlos,
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT. 
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo if the common cms as well.
Can I do this?

Thank you very much for your help!</description>
		<content:encoded><![CDATA[<p>Hi Carlos,<br />
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT.<br />
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo if the common cms as well.<br />
Can I do this?</p>
<p>Thank you very much for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coliveira</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1591</link>
		<dc:creator>coliveira</dc:creator>
		<pubDate>Thu, 28 Apr 2011 02:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1591</guid>
		<description>Hi Ninad, the only issue is keeping git synchronized. Every time I commit on svn I do the same on git, and use the revision number in the comments to help identify the changes.</description>
		<content:encoded><![CDATA[<p>Hi Ninad, the only issue is keeping git synchronized. Every time I commit on svn I do the same on git, and use the revision number in the comments to help identify the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ninad</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1562</link>
		<dc:creator>Ninad</dc:creator>
		<pubDate>Mon, 25 Apr 2011 06:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1562</guid>
		<description>Carlos,

Even I started using git on svn the same way. Assuming you have been using this method since long time, let me know if there are any hick-ups you faced.

I am guessing your answer s gonna be NONE! :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Carlos,</p>
<p>Even I started using git on svn the same way. Assuming you have been using this method since long time, let me know if there are any hick-ups you faced.</p>
<p>I am guessing your answer s gonna be NONE! :)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

