Search Results

2
votes

Check that an svn repository url does not exist

You can just use svn ls https://developernetwork.repo.net/svn/Projects/Calculator/ It will tell you if the repository(directory) exist or not. …