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

Re: svn cp wc to repository works but reports errors

From: <cmpilato_at_collab.net>
Date: 2002-04-04 23:13:48 CEST

Vlad Skvortsov <vss@smarts-gsm.ru> writes:

> Hi !
>
> I've updated svn/arp/aprutil yesterday. Apache is set up and works.
> I try to use tags the following way.
>
> Suppose I've properly created repository, tried to check it out and
> all is ok.
>
> [The output is omitted if operation was successfull]
> $ svn mkdir http://svn/usmsd/trunk
> [usmsd is repo.]
> $ svn mkdir http://svn/usmsd/tags
> $ svn mkdir http://svn/usmsd/branches
> $ cd ~/usmsd
> [this is where my source tree resides]
> $ svn import . http://svn/usmsd/trunk
> $ cd ~
> $ rm -rf usmsd
> $ svn co http://svn/usmsd/trunk -d usmsd
> $ svn mkdir http://svn/usms/tags/v1
> $ cd usmsd
> $ svn cp . http://svn/usmsd/tags/v1/
>
> subversion/libsvn_wc/adm_crawler.c:2010
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> commit failed: wc locks and tmpfiles have been removed.
> subversion/libsvn_wc/adm_crawler.c:2149
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> commit failed: while calling close_edit()
> subversion/libsvn_ra_dav/merge.c:276
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> A MERGE response for "/usmsd/tags" is not a child of the destination
> ("/usmsd/tags/v1")
>
> When I browse the repository with web browser it looks like
> everything is ok and cp operation succeded. Apache error log contains
> nothing.

Hey, Vlad. Last night I fixed the bug that I believe was causing this
problem. Wish I'd read your mail earlier, as I might have caught the
bug before it bit me so badly last night!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 4 23:15:48 2002

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.