i intend to use SharpSvn methods such as 'add' and 'lock' for file or folder under SVN repository. if the file is not mapped i receive an error indication - 'the node ... is not found'. prior to SvnClient.Info() or SvnClient.Status(), how can i know the status of the file - is it or is it not added to SVN repository?
SharpSvn - Is File or Folder is under svn repository
171 views Asked by shamir chaikin At
1
You can use the 'GetStatus' method: