Re: svn ignore command feature request.

2011-01-27 Thread Daniel Shahaf
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 \

Re: svn ignore command feature request.

2011-01-27 Thread Doug Culnane
Thanks for your response Stefan, I am not a C programmer and do not have in dept knowledge of subversion and it's client implementations but I have done a lot of Java. So this is to be understood as a user feature request and not much else. I do not understand this: svn ignore --depth=infinity t

Re: svn ignore command feature request.

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 12:01:19PM +0100, Doug Culnane wrote: > Guys, > > I understand how to use the svn:ignore but it is not the most > convenient or logical user interface. Would it be possible to provide > an ignore command line option that would provide a convenient > interface to add files/

svn ignore command feature request.

2011-01-27 Thread Doug Culnane
Guys, I understand how to use the svn:ignore but it is not the most convenient or logical user interface. Would it be possible to provide an ignore command line option that would provide a convenient interface to add files/folders to the ignore properties list? ie: dc@lt-dc:~/workspace/project>