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

Cannot delete revprop?

From: Mala Dibbs <griori-mala_at_yahoo.de>
Date: Mon, 23 May 2011 23:49:48 +0200

Hi,

after some failed svnsync command, there is a svn-sync revprop on my repository
which keeps me from restoring synchronisation.

Failed to get lock on destination repos, currently held by 'ubuntu-05:...'

So I did the following:

svn propdel svn:sync-lock --revprop -r 0 https://myserver/svn/myRepo
--username=... --password=...

I get:

property 'svn:sync-lock' deleted from repository revision 0

But when I do this thereafter:

svn proplist --revprop -r 0 https://myserver/svn/myRepo --username=...
--password=...

I get this:

Unversioned properties on revision 0:
   svn:sync-from-uuid
   svn:sync-lock
   svn:sync-currently-copying
   svn:sync-last-merged-rev
   svn:date
   svn:sync-from-url

So obviously it was not delete at all? What can I do?

Regards, Mala
Received on 2011-05-23 23:50:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.