Ben Aveling wrote on Sun, Apr 08, 2012 at 16:51:33 +1000:
> But at this moment, I want to know when a line was removed, so I do
> want to have the 'end' precede the 'start'.
>
> Is there a way to do it?
>
Yes and no.
The 'start < end' check is implemented at the library level, not at the
client
Hi,
svn annotate requires that the start revision precedes the end revision.
eg
svn annotate -r 9515:6504 ...
svn: Start revision must precede end revision
And usually, this is what you want.
But at this moment, I want to know when a line was removed, so I do want
to have the 'end' p
On Apr 6, 2012, at 08:17, frame wrote:
> I want to add svn:ignore properties which ignores directory "abc_dir". I know
> how to do it. My difficulty here is that our file structures is like the
> following:
>
> a/b/abc_dir/1.txt
> z/x/abc_dir/..
> m/n/abc_dir/..
> ...
> z100/x100/abc_dir/.