I followed the steps here to dump and load a SVN repository. I now have a repository called "newrepo" and I would like to check it out. So, I do a "svnserve -d" and then a "svn checkout file:///newrepo newcheckout" and I get the following error:
$ svn checkout file:///newrepo newcheckout
svn: E170013: Unable to connect to a repository at URL 'file:///newrepo'
svn: E180001: Unable to open repository 'file:///newrepo'
(This is in Cygwin in Windows 10; the repository is a dump from a VisualSVN server on Windows 7.)
I'm probably missing some the path after newrepo but it's been some time since I used the old repository. Can I find that with "snvlook tree" or some such? Assuming I get the path, what other steps do I need do?
Any help would be much appreciated! Ultimately, I want to migrate the repository to GitHub.