On Wed, 13 Sep 2006 15:36:42 +0200, Henrik Hjelte <[EMAIL PROTECTED]> wrote: > Here is a very small patch for tailor with subversion. > /Henrik Hjelte > > * svn ls at subdirectory instead of root. > > For example, you may not have permission to ls at the root > of the subversion repository. > An example that needs this fix is the dojo-toolkit repository > which allows anonymous ls > at http://svn.dojotoolkit.org/dojo/trunk/ but not > at http://svn.dojotoolkit.org
Hi Henrik, the intention at that point was exactly verify that the "repository" points to the root of the repository, because otherwise the svn log parser may be confused. So, the real workaround is using "trust-root=True" when you are sure of that, and the repo policy prevents accessing its root. ciao, lele. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
