User nohat - Kiln Knowledge Exchangemost recent 30 from http://kiln.stackexchange.com2013-05-21T08:57:10Zhttp://kiln.stackexchange.com/feeds/user/170http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://kiln.stackexchange.com/questions/514/tools-to-enable-a-smooth-transition-from-subversionTools to enable a smooth transition from Subversionnohat2010-02-01T20:56:34Z2013-04-18T03:37:56Z
<p>We have a subversion repository, and we'd like to try out Kiln. We imported the repository using the Kiln import tool, but we are not yet ready to have a hard switchover to Mercurial for the entire team. Is it possible to import changes checked in to Subversion since the import? Is it possible to push changes from Mercurial back to the Subversion repository? Eventually we'll want to migrate the whole team to using Mercurial and Kiln, but while we iron out the details and migrate our Subversion-based deployment tools, are there any tools we can use to keep things synchronized?</p>
http://kiln.stackexchange.com/questions/519/whitespace-insensitive-diffsWhitespace-insensitive diffsnohat2010-02-02T00:12:20Z2011-02-22T15:55:14Z
<p>Are there any plans to make whitespace-insensitive diffs (<code>diff --ignore-space-change</code> and <code>diff --ignore-all-space</code>) available? A lot of code reviews we do are essentially impossible unless whitespace-insensitive diffs (diff -b or diff -w) are available due to re-indenting and automatic newline normalization.</p>