Using svn with Textmate - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T20:12:19Zhttp://stackoverflow.com/feeds/question/405850http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/405850/using-svn-with-textmate1Using svn with TextmateAbdullah Jibaly2009-01-02T01:56:19Z2009-01-29T15:24:00Z
<p>Coming from IDEs with full-blown svn support such as Eclipse and Netbeans, I'm wondering what is the recommended way to use svn with Textmate? Is it all manual, ie using the command line, or are there features that allow you to diff/checkin/merge/etc in Textmate itself?</p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/405854#4058544Answer by Filip Ekberg for Using svn with TextmateFilip Ekberg2009-01-02T01:59:39Z2009-01-02T01:59:39Z<p>There is a plugin for textmate wich can be found here: <a href="http://www.reinventar.com/2008/07/svn-plugin-for-textmate/" rel="nofollow">http://www.reinventar.com/2008/07/svn-plugin-for-textmate/</a></p>
<p>The plugin mentioned in that post is SVNMate</p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/405857#4058574Answer by CMS for Using svn with TextmateCMS2009-01-02T02:00:51Z2009-01-02T02:00:51Z<p>Check the <a href="http://ciaranwal.sh/2007/10/10/svn-plug-in-for-textmate" rel="nofollow">SVNMate</a> plugin.</p>
<p><img src="http://ciaranwal.sh/images/svnmate.png" width="500" /></p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/405867#4058671Answer by tvanfosson for Using svn with Textmatetvanfosson2009-01-02T02:11:11Z2009-01-02T02:11:11Z<p>I've never actually used it, but isn't there an existing <a href="http://manual.macromates.com/en/bundles#subversion" rel="nofollow">Subversion bundle</a> in TextMate. Is that not adequate for you?</p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/405899#4058992Answer by Doug Currie for Using svn with TextmateDoug Currie2009-01-02T02:32:01Z2009-01-02T02:32:01Z<p>Ciarán Walsh has replaced SVNMate with <a href="http://ciaranwal.sh/projectplus" rel="nofollow">ProjectPlus</a> -- in addition to Subverison it handles Git, Mercurial, Bazaar and Svk.</p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/406137#4061371Answer by Dana the Sane for Using svn with TextmateDana the Sane2009-01-02T05:52:56Z2009-01-02T06:54:10Z<p>The svn menus can be accessed through ctrl-shift-a. I find that this bundle is a bit less intuitive than using svn in eclipse, but it does do the job. The one gotcha that I've gotten caught on is that you need at least one open file in the project in order for the svn menu options to be available. I close my tabs as soon as I'm done with the files, so this has come up a few times.</p>
http://stackoverflow.com/questions/405850/using-svn-with-textmate/492034#4920340Answer by Sam Murray-Sutton for Using svn with TextmateSam Murray-Sutton2009-01-29T15:24:00Z2009-01-29T15:24:00Z<p>Although Project Plus is great for quick visual checks on file status, you will still probably need the SVN bundle for doing diffs and merges - which I have to say the existing SVN bundle handles pretty well.</p>
<p>Try looking at the merge options; you can do a side by side comparison of diffs, choosing what you want to include in the merge from either file.</p>
<p>What you can't do is do diffs on arbitrary files - however you can do this using the diff bundle, funnily enough. It's not something that I need to do as regularly, but it has come in handy a few times.</p>