Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a GitX equivalent for Subversion that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each.

Git and Subversion are fairly different, and I know a tool to view a log and diffs for a checkout of a part of the subversion repo certainly wouldn't be the same as viewing a git repo via GitX. But, is there anything out there that allows command-line execution that would allow me to see a similar log in a checked-out directory of a svn repo with even a vaguely similar interface?

like image 839
Gary S. Weaver Avatar asked Nov 05 '22 08:11

Gary S. Weaver


1 Answers

there is a program called SvnX i think

like image 138
andyzweb Avatar answered Nov 09 '22 13:11

andyzweb