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

Error running update using trunk

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 4 Dec 2012 09:17:23 -0500

I have a working copy created like this:

$ svn co --depth=immediates http://svn.apache.org/repos/asf/subversion
$ svn up --set-depth=infinity subversion/trunk
$ svn up --set-depth=immediates subversion/branches
$ svn up --set-depth=infinity subversion/branches/fsfs-format7

This all worked fine. But when I tried to expand another folder, I
get an error:

$ svn up --set-depth=infinity subversion/branches/ev2-export

subversion/svn/update-cmd.c:168: (apr_err=22)
subversion/libsvn_client/update.c:639: (apr_err=22)
subversion/libsvn_client/update.c:579: (apr_err=22)
subversion/libsvn_client/update.c:440: (apr_err=22)
subversion/libsvn_wc/adm_crawler.c:858: (apr_err=22)
subversion/libsvn_ra_serf/update.c:2857: (apr_err=22)
svn: E000022: Error retrieving REPORT: Invalid argument
Segmentation fault: 11

$ svn cleanup
subversion/svn/svn.c:2755: (apr_err=155004)
svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help
cleanup' for details)
subversion/svn/cleanup-cmd.c:99: (apr_err=155004)
subversion/libsvn_client/cleanup.c:63: (apr_err=155004)
subversion/libsvn_wc/cleanup.c:213: (apr_err=155004)
subversion/libsvn_wc/cleanup.c:152: (apr_err=155004)
subversion/libsvn_wc/wc_db.c:13124: (apr_err=155004)
subversion/libsvn_wc/wc_db_util.c:211: (apr_err=155004)
subversion/libsvn_subr/sqlite.c:1107: (apr_err=155004)
subversion/libsvn_wc/wc_db_util.c:189: (apr_err=155004)
subversion/libsvn_wc/wc_db.c:13036: (apr_err=155004)
svn: E155004: Working copy
'/Users/markphip/testing/subversion/branches/ev2-export' locked.
subversion/libsvn_wc/wc_db.c:13028: (apr_err=155004)
svn: E155004: '/Users/markphip/testing/subversion/branches' is already locked.
subversion/libsvn_wc/wc_db.c:1622: (apr_err=155037)
svn: E155037: Additional errors:
subversion/libsvn_wc/wc_db.c:1622: (apr_err=155037)
subversion/libsvn_wc/wc_db_wcroot.c:684: (apr_err=155037)
subversion/libsvn_wc/wc_db_wcroot.c:293: (apr_err=155037)
subversion/libsvn_wc/wc_db_wcroot.c:159: (apr_err=155037)
svn: E155037: Previous operation has not finished; run 'cleanup' if it
was interrupted

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-12-04 15:17:58 CET

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.