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

svn trunk and wc messed up?

From: Edmund Wong <ed_at_kdtc.net>
Date: Fri, 02 Oct 2009 10:33:44 +0800

Hi,

I'm using the svn trunk under Windows Vista w/ VS2008. It's
been some time since I've done anything to this machine's SVN
WC, so I don't know how my WC got messed up. I think I
posted something about this earlier but I can't find the
post (which probably means I didn't post anything).

When I do an 'svn update', I get the following:

D:\other_projs\svn>svn update
..\..\..\subversion\svn\update-cmd.c:96: (apr_err=155004)
..\..\..\subversion\libsvn_client\update.c:371: (apr_err=155004)
..\..\..\subversion\libsvn_client\update.c:162: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:1123: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:1123: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:542: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:455: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:267: (apr_err=155004)
..\..\..\subversion\libsvn_wc\lock.c:183: (apr_err=155004)
svn: Working copy 'www' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

So I do a 'svn cleanup'; but I get:

D:\other_projs\svn>svn cleanup
..\..\..\subversion\svn\cleanup-cmd.c:67: (apr_err=155009)
..\..\..\subversion\libsvn_client\cleanup.c:55: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:2399: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:2399: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:2331: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:2399: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:2372: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:1612: (apr_err=155009)
..\..\..\subversion\libsvn_wc\log.c:1464: (apr_err=155009)
svn: In directory 'D:\other_projs\svn\www'
..\..\..\subversion\libsvn_wc\log.c:1464: (apr_err=155009)
svn: Error processing command 'mv' in 'D:\other_projs\svn\www'
..\..\..\subversion\libsvn_wc\log.c:473: (apr_err=155009)
svn: Missing 'dest' attribute in 'D:\other_projs\svn\www'

Doing a 'svn status', I get:

! .
! L www
M www\links.html
? makefile
! subversion
! L subversion\libsvn_diff
M subversion\libsvn_diff\parse-diff.c
! L subversion\include
M subversion\include\svn_wc.h
! L subversion\include\private
M subversion\include\private\svn_wc_private.h
! L subversion\libsvn_subr
M subversion\libsvn_subr\sqlite.c
! subversion\tests
! L subversion\tests\libsvn_diff
M subversion\tests\libsvn_diff\parse-diff-test.c
! L subversion\tests\cmdline
M subversion\tests\cmdline\lock_tests.py
! L subversion\po
M subversion\po\nb.po
! L subversion\libsvn_wc
M subversion\libsvn_wc\update_editor.c
! L subversion\libsvn_client
M subversion\libsvn_client\switch.c
! L subversion\libsvn_ra_serf
M subversion\libsvn_ra_serf\util.c
? dist
? log.win-tests
? log.all-tests
? subversion_vcnet.sln.cache

So WWW is locked but I can't unlock it, so in essence does this mean
I'll need to delete the whole WC and re-checkout everything? Or is
there a less destructive way?

Thanks

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402736
Received on 2009-10-02 04:42:35 CEST

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.