Commit graph

9 commits

Author SHA1 Message Date
Peter Yates
396755f044 Updates to style and svn plugin (correct branch display) 2012-03-10 11:25:10 +00:00
Peter Yates
7f8217294c Make the branch display correctly 2012-02-20 14:57:05 +00:00
Peter Yates
3c49e4a5c7 Update to make the svn plugin work correctly with subversion 1.7 upwards.
Subversion 1.7 centralises metadata into a single location - a single
.svn directory in the project's root, rather than one for every
directory in the working copy.  This change utilises 'svn info' to work
out whether or not the pwd is under subversion, so oh-my-zsh's svn
plugin will work regardless of the svn version.
2012-02-17 09:17:03 +00:00
James Moore
b2703a3c8a This is the correct way to check the return value 2011-09-23 10:51:20 -07:00
James Moore
c2d0cdd533 This needs to explicitly check the return value 2011-09-23 10:18:09 -07:00
Andrew Smith
7b25a3fca9 The original SVN pluging would mark a folder as dirty if there was an
svn:external set and the output of 'svn status' returned the check for
the external. E.g.

$ svn st
X       Application

Performing status on external item at 'Application'

Shouldn't be marked as being dirty. By grepping for only the valid
output for what should be class as dirty, it won't return false
positives.
2011-07-25 09:50:54 +10:00
Andrew Smith
3cb33fc254 Replace a duplicated test to see if we're in an SVN folder with a call to the 'in_svn' function. 2011-07-25 09:46:17 +10:00
Matt Doran
9b63a03bcf Fix typos in the svn plugin that would cause calls to 'svn' when not in an svn working copy. 2011-06-04 00:32:05 +10:00
Robin Ramael
664b97a3c8 Added svn info in prompt with plugin.
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
2011-01-10 18:18:31 +01:00