Using SharpSvn, I am trying to get an accurate representation of the status of a file.
When I execute svnClient.Status
on a versioned file without local changes, I get no status back.
When I execute svnClient.Status
on a non-versioned, ignored file, I also get no status back.
How to tell those two apart? How do I find out that a certain file is ignored?