User nohat - Kiln Knowledge Exchange most recent 30 from http://kiln.stackexchange.com 2013-05-21T08:57:10Z http://kiln.stackexchange.com/feeds/user/170 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://kiln.stackexchange.com/questions/514/tools-to-enable-a-smooth-transition-from-subversion Tools to enable a smooth transition from Subversion nohat 2010-02-01T20:56:34Z 2013-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-diffs Whitespace-insensitive diffs nohat 2010-02-02T00:12:20Z 2011-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>