Using svn with Textmate - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T20:12:19Z http://stackoverflow.com/feeds/question/405850 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/405850/using-svn-with-textmate 1 Using svn with Textmate Abdullah Jibaly 2009-01-02T01:56:19Z 2009-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#405854 4 Answer by Filip Ekberg for Using svn with Textmate Filip Ekberg 2009-01-02T01:59:39Z 2009-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#405857 4 Answer by CMS for Using svn with Textmate CMS 2009-01-02T02:00:51Z 2009-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#405867 1 Answer by tvanfosson for Using svn with Textmate tvanfosson 2009-01-02T02:11:11Z 2009-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#405899 2 Answer by Doug Currie for Using svn with Textmate Doug Currie 2009-01-02T02:32:01Z 2009-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#406137 1 Answer by Dana the Sane for Using svn with Textmate Dana the Sane 2009-01-02T05:52:56Z 2009-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#492034 0 Answer by Sam Murray-Sutton for Using svn with Textmate Sam Murray-Sutton 2009-01-29T15:24:00Z 2009-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>