>>>>> Steinar Bang <s...@dod.no>: > I tried adding this to /svn/conf/authz:
> [/trunk/someprog] > * = > (everything else in the file are comments) > But both tools still break at revision 683, which is in the path > /trunk/someprog/metamodeller. [snip!] > I was using the svn+ssh method to access the repo. Do I need http > access to get the effect you were suggesting? No I don't. svn+ssh works fine for this. But I forgot the little part at the start of this page: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html "If you're using svnserve, you need to make the authz-db variable (within svnserve.conf) point to your access rules file." So I uncommented this line in the sample svnserve.conf: # authz-db = authz And then svnsync pulled the entire repo. Or at least: it didn't stop at revision 683. But the resulting repo doesn't seem to be functional: sb@edwards:~$ svn ls file:///tmp/newrepo/svn/ sb@edwards:~$ svn ls file:///tmp/newrepo/svn/trunk svn: URL 'file:///tmp/newrepo/svn/trunk' non-existent in that revision