SharpSVN has SvnClient.GetUriFromWorkingCopy
to get a repository URI from the path of a working copy, but I don't see a function that does the reverse--there's no GetWorkingCopyFromUri
.
Assuming there is one, how do I get the name of the working copy from a repository URI?
TIA