vote up 1 vote down star
2

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?

flag

52% accept rate

6 Answers

vote up 4 vote down check

There is a plugin for textmate wich can be found here: http://www.reinventar.com/2008/07/svn-plugin-for-textmate/

The plugin mentioned in that post is SVNMate

link|flag
I use it all the time, it is excellent. – Kris Jan 29 at 15:34
vote up 0 vote down

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.

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.

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

CiarĂ¡n Walsh has replaced SVNMate with ProjectPlus -- in addition to Subverison it handles Git, Mercurial, Bazaar and Svk.

link|flag
vote up 1 vote down

I've never actually used it, but isn't there an existing Subversion bundle in TextMate. Is that not adequate for you?

link|flag
Thanks, I found that and it works great, however it does not show the status of changed files so SVNMate seems to take care of that. – Abdullah Jibaly Jan 2 at 2:37
vote up 4 vote down

Check the SVNMate plugin.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.