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

Re: Error when creating tags from working copy

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Sat, 11 Oct 2008 13:27:18 -0400

Karl Fogel <kfogel_at_red-bean.com> writes:
> # Using http:// only, the next command fails with this error:
> #
> # subversion/libsvn_client/copy.c:1319: (apr_err=175005)
> # svn: Commit failed (details follow):
> # subversion/libsvn_ra_neon/commit.c:1036: (apr_err=175005)
> # svn: File '/ms/repos/tags/V1.0.0/dir/file.cpp' already exists
> #
> ${SVN} copy -m"tagging" Data/wc/trunk ${URL}/tags/V1.0.0

Note also something odd about this error message (from my recipe):

In the last line of the error message, the "/ms/repos" on the front of
the in-repository path is totally bogus. "ms" is the name of the
directory in which I'm running this reproduction recipe, that is:

   /home/kfogel/src/subversion/ms/

And the repository URL I'm using is:

   http://localhost/ms/repos

But the repository itself doesn't contain any top-level directory named
"/ms", nor a subdir of that named "repos". The repository starts with
"/" and under that are "tags" and "trunk", as usual.

This might not be related to the bug; it might be a completely
independent error in how our error messages are constructed, in which
case it should also be fixed.

Debugging the main problem now...

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-11 19:27:41 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.