[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4380 - Failure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-14 16:05:55 CET

Jostein Christoffer Andersen <jostein@josander.net> writes:

> Sorry folks!
>
> I did not fix my wc as I should when committing to the Subversion
> repository.

No, there was nothing wrong in your working copy.

> Those of you who reads the email commits from svn@subversion.tigris.org
> will see what I mean.
>
> The files are where they should be in the Subversion repository but the
> end of the commit email to svn@subversion.tigris.org looks like this:
>
> /usr/www/hook-scripts/commit-email.pl: `/usr/local/bin/svnlook diff
> /usr/www/repositories/svn -r 4380' failed with this output:
> subversion/libsvn_repos/node_tree.c:165: (apr_err=160013)
> svn: Filesystem has no item
> svn: trunk/packages/win32-innosetup/templates/copy2inno.conf

It's an svnlook problem:

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
$ svn mkdir wc/foo
$ echo bar > wc/foo/bar
$ svn add wc/foo/bar
$ svn ci wc
$ svn up wc
$ svn mv wc/foo wc/foo2
$ svn rm wc/foo2/bar
$ svn ci
$ svnlook dirs-changed repo/
../svn/subversion/libsvn_repos/node_tree.c:165: (apr_err=160013)
svn: Filesystem has no item
svn: foo2/bar

It may be related to issue 891.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 16:06:43 2003

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.