开发者

Is it a good idea to use svn and check diff in command line in Mac OSX?

I used to use svn with TortoiseSVN in Windows.

And I always compared every file I modified to the old ones with WinMerge after every time I modified them.

But I couldn't find a svn client like TortiseSVN and a directory/file comparison tool like WinMerge in mac.

So unfortunately, I have to use svn in command line.

And I have to use svn diff command and check differences on the terminal screen.

I'm very afraid I will make more mistakes and bugs if I use command line instead of GUI.

Is it good I a idea to use command line instead o开发者_Go百科f GUI?

And is it normal to compare every file I modified to the old ones with WinMerge after every time I modified them?

Or am i worrying too much?

Is there a application like WinMerge easily and quickly to compare files in 2 directories in mac?


Is it good I a idea to use command line instead of GUI?

Yes.

And is it normal to compare every file I modified to the old ones with WinMerge after every time I modified them?

Yes.

Also. Buy this: http://www.syncrosvnclient.com/


Typically I work with the IDE like Eclipse with build-in svn support. But of course you can use the commandline client! But you need not. I also tried svnX on Mac OS X as an open source svn GUI.

By the way: No I do not diff all files before commit, I run all tests!


I'm in some way the oposite of you: In my daily work I use the build-in SVN support of Eclipse. But if I have to do more than trivial tasks (like a simple commit or update) I switch to the command line.

I do this because I never took the time to find out what's exactly happening if I click on this or that button in GUI-tools. But I do know exactly what happening on the command line.

Would I make more mistakes if I would use a GUI-tool instead of the command line? Probably not, once I tried out and learned the functions of all buttons.

Is there a application like WinMerge easily and quickly to compare files in 2 directories in mac?

Well, there's diff

But if you only want to find out which files were modified, use svn status (or short: svn st). This gives you a list of all files in the current directory, that are modified, conflicted, added or deleted.


You are worrying too much. Look at it as a learning opportunity, learning how to use the SVN commandline tools. And others here can chime in with GUI SVN tools for Mac.


If you want to keep the gui stuff, I'd steer you towards an IDE (IntelliJ IDEA or eclipse). You'll get integration with svn at least as good as you had with tortoise.

What are you currently using for an editor? What language(s) do you primarily work with?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜