You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Edmund Wong <ed...@kdtc.net> on 2009/10/02 02:33:44 UTC

svn trunk and wc messed up?

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

Re: svn trunk and wc messed up?

Posted by Edmund Wong <ed...@kdtc.net>.
Hyrum K. Wright wrote:
> At a first approximation (without actually looking at the WC) I think  
> this may be related to issue fixed in r39743, where wc locks weren't  
> being appropriately removed.  Just guessin' at this point, though...

Hi Hyrum,

What should I do with the locked wc?  Better yet, is there a
way to unlock it or is it forever locked and would require
hacking up the wc locks?

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2403418

Re: svn trunk and wc messed up?

Posted by "Hyrum K. Wright" <hy...@hyrumwright.org>.
At a first approximation (without actually looking at the WC) I think  
this may be related to issue fixed in r39743, where wc locks weren't  
being appropriately removed.  Just guessin' at this point, though...

-Hyrum

On Oct 2, 2009, at 12:43 AM, Greg Stein wrote:

> Please set that WC aside. It sounds like there is a problem with our
> upgrade/format code. Hyrum recently made some changes which may cause
> this problem. If you can set it aside and work with Hyrum to diagnose
> the problems.
>
> Check out a new wc to do your work, but please save the other.
>
> Thanks,
> -g
>
> On Thu, Oct 1, 2009 at 22:33, Edmund Wong <ed...@kdtc.net> wrote:
>> 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
>>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402896

Re: svn trunk and wc messed up?

Posted by Greg Stein <gs...@gmail.com>.
Please set that WC aside. It sounds like there is a problem with our
upgrade/format code. Hyrum recently made some changes which may cause
this problem. If you can set it aside and work with Hyrum to diagnose
the problems.

Check out a new wc to do your work, but please save the other.

Thanks,
-g

On Thu, Oct 1, 2009 at 22:33, Edmund Wong <ed...@kdtc.net> wrote:
> 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
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402749