I'm trying to programmatically connect to SVN using SharpSvn.
Is it possible to determine if the local folder (path) I want to bind to SVN is already bound?
The reason I ask is becuase I only want to do a CheckOut when the local path has not been bound and if it has then I want to do an Update.
I tried GetInfo but couldn't distinguish between them.