Re: Access Violation with 'svn status -u'
From: Philip Martin <philip.martin_at_wandisco.com>
 
Date: Tue, 10 Jan 2012 16:52:08 +0000 
Philip Martin <philip.martin_at_wandisco.com> writes:
 > svnadmin create repo
 There is a commment in find_dir_repos_relpath:
       /* Note that status->repos_relpath could be NULL in the case of a missing
 but the code doesn't recurse.  Should that if be changed to
       if (status && status->repos_relpath)
 If we do that does that mean that find_dir_repos_relpath can never
 -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2012-01-10 17:52:49 CET  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.