[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn ignore command feature request.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 27 Jan 2011 19:11:04 +0200

Doug Culnane wrote on Thu, Jan 27, 2011 at 13:26:55 +0100:
> So the technical spec is if the command is ignore append the file or
> folder to its containing parent folders svn:ignore list.

% head .zshrc
svn() {
  if [ "$1" = "ignore" ]; then
    =svn propedit svn:ignore --editor-cmd "sh -c 'echo \"$2\" >> \$1'" "`dirname $2`"
  else
    =svn "$@"
  fi
}
%
Received on 2011-01-27 18:15:33 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.