On Jan 20, 2006, at 21:32, Eugene Janusov wrote:
> #SVNPath /home/svn/repo1
> SVNParentPath /home/svn
[snip]
> $ svn ci test.txt -m "Test"
> subversion/libsvn_client/commit.c:873: (apr_err=2)
> svn: Commit failed (details follow):
> subversion/libsvn_ra_dav/util.c:826: (apr_err=2)
> svn: OPTIONS request failed on '/repo1/trunk/htdocs/tmp'
> subversion/libsvn_ra_dav/util.c:389: (apr_err=2)
> svn: Could not open the requested SVN filesystem
>
> In apache logs:
> /usr/local/apache2/logs # tail -n 4 error.log
> [Fri Jan 20 23:09:20 2006] [error] [client 123.456.78.90]
> (20014)Internal error: Can't open file '/home/svn/trunk/format': No
> such file or directory
[snip]
> If I change location path to /repo1 and
> SVNParentPath /home/svn
> to
> SVNPath /home/svn/repo1
> then adding a new file goes well:
This working copy that you have right now, where you're trying to add
the file: what part of the repository is it pointing to? That is,
what does "svn info" say about the URL and the repository root? It
sounds to me like the working copy isn't pointing at the part of the
repository that it should be pointing at -- or rather, it's pointing
at a path in the repository that doesn't exist.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 20 22:29:11 2006