Search code examples
sharpsvn

how can i get full repository path from SvnClient object?


is there a way to get full path of repository from an svn object? when i use .path or .pathRepository method i get only relative path of the file


Solution

  • SvnClient has a method GetRepositoryRoot which gives you the repository root URL. You can then combine this with the relative path of the file you get from .pathRepository.