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

svn cp wc to repository works but reports errors

From: Vlad Skvortsov <vss_at_smarts-gsm.ru>
Date: 2002-03-12 09:57:54 CET

        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.

-- 
Vlad Skvortsov, vss@smarts-gsm.ru, vss@high.net.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 12 09:58:30 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.