Quantcast
Channel: Subversion enhancements for your commandline
Browsing latest articles
Browse All 18 View Live

Kore at Sun, 15 Mar 2009 00:56:12 +0100

I actually don't really like modifying the behaviour of the original program. That's why the wrapper functions I use are named "svnup", "svndiff", etc. You overwrite the original behaviour, why might...

View Article



Jakob at Sun, 15 Mar 2009 03:42:15 +0100

I see your point. Until now I actually used the same naming scheme you are presenting. For this blog post I decided to pimp the calling code a little because I remembered how hard it has been for me at...

View Article

Matthew Turland at Sun, 15 Mar 2009 19:48:26 +0100

The alternative version has a syntax error. svnlog() is missing an opening {.

View Article

Jakob at Sun, 15 Mar 2009 20:52:54 +0100

Thanks. It's fixed now. I guess I should not write bash scripts at 4 o'clock in the morning ;) greetings Jakob

View Article

Evan at Sun, 15 Mar 2009 22:53:36 +0100

You may also want to take a look at a post I did here (http://www.dotevan.com/2008/11/08/de-annoyifying-subversion-externals/). It allows you to default externals on the status to off, but also allows...

View Article


Jakob at Mon, 16 Mar 2009 01:20:17 +0100

Evan if you want to show the externals using my solution just call "/usr/bin/svn st" instead of "svn st". Unfortunately a side effect would be, that the coloring than does not work also. Concerning the...

View Article

Robin Speekenbrink at Mon, 16 Mar 2009 09:45:05 +0100

Jakob, Nice addons! Although i seem to be running into a problem using colordiff... Your colorization works like a charm on the svnlog, svnst etc but when using svndiff the escape codes seem to show......

View Article

Lukas at Mon, 16 Mar 2009 11:02:10 +0100

One of the things that annoys me with svn diff is that there is no way to ignore whitespace changes, which is why I have defined an alias: alias svndiff='svn diff --diff-cmd `which diff` -x "-u -w"'

View Article


Robin Speekenbrink at Mon, 16 Mar 2009 18:44:20 +0100

An update (and fix) for my previous comment on the breaking of colours in svndiff: The option -R fixes this... You might want to fix this in your original script: /usr/bin/svn diff $@|colordiff|less -R...

View Article


Jakob at Mon, 16 Mar 2009 19:00:00 +0100

Thanks Lukas and Robin. I have incorporated both of your sugestions and bug fixes into the current script. greetings Jakob

View Article

Georg at Tue, 17 Mar 2009 15:31:21 +0100

very nice script, thanks - I'm using it since yesterday...

View Article

Lukas at Mon, 23 Mar 2009 16:25:40 +0100

It would also be great if it would pick the svn command from the PATH rather than hardcoding an absolute path to the svn command.

View Article

Jakob at Mon, 23 Mar 2009 22:14:32 +0100

Thanks for the hint. I changed the scripts accordingly. greetings Jakob

View Article


derek at Fri, 27 Mar 2009 13:27:25 +0100

I like the functionality added by this script, thanks! Unfortunately, it breaks a couple of things I like to be able to do, such as: svn ci -m "This is my log message." and svn rm this/is/a/path/with\...

View Article

Lukas at Wed, 01 Apr 2009 11:27:19 +0200

Not being a bash expert I am not sure whats going on, but with this stuff enabled I can no longer use the "svn copy" command. I always get the following error message: "svn: Local, non-commit...

View Article


Jakob at Wed, 01 Apr 2009 23:53:52 +0200

@derek, @Lukas: I have updated both versions of the script, which should hopefully fix both of your problems :) greetings Jakob

View Article

Lukas at Thu, 02 Apr 2009 10:25:41 +0200

Thx .. but it seems like there is some encoding issue now? I tried to fix all the ^[ by hand, but it still does not seem to work anymore (using svn diff, just gets me the normal svn diff).

View Article


Jakob at Sun, 05 Apr 2009 00:58:52 +0200

I just checked the files. Everything works fine here on my side with the files linked in the blog entry. The diff is done by colordiff. There are no escapesequences involved in the diffing example. At...

View Article
Browsing latest articles
Browse All 18 View Live




Latest Images