Commit Graph

4 Commits

Author SHA1 Message Date
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