osdir.com
mailing list archive

Subject: locking problem - msg#00103

List: version-control.svk.devel

Date: Prev Next Index Thread: Prev Next Index
Somehow I've got a hung lock on my mirrored repo and I can't seem to get rid of
it.

% svk pull
Waiting for sync lock on /mirror/project: localhost.localdomain:2937.
Waiting for sync lock on /mirror/project: localhost.localdomain:2937.
...

And it just keeps repeating. I've tried cleanup

% svk cleanup
Path /home/mpeters/repos/project was not locked.
% svk cleanup //mirror/project
path //mirror/project is not a checkout path.

How can I get rid of this lock?

--
Michael Peters
Developer
Plus Three, LP

_______________________________________________
svk-devel mailing list
svk-devel@xxxxxxxxxxxxxxxxx
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

svk 2.0.1 released.

Hi all, I am pleased to announce SVK 2.0.1 is now available from CPAN: file: $CPAN/authors/id/C/CL/CLKAO/SVK-v2.0.1.tar.gz size: 436832 bytes md5: 0013446e89497124492342cdcbdd4271 as well as http://download.bestpractical.com/pub/svk/ This is a maintenance release fixing various problems found in the 2.0.0 release. We recommend anyone who is using 2.0.0 to upgrade. [Changes for 2.0.1 - 26 Mar, 2007] Mirror subsystem * You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror for sync. * Fix a bug when mirroring partial repository with copies, the from revision number might not be exactly the ones we have mirrored. * In the pipelined sync editor, use pool more wisely for invoking editor calls. This fixes the memory bloat for syncing revisions with large number of deleted files. * In pipelined replay, make perl don't segfault on SIGINT. * Fix the bug committing to subdirs of mirrors that are on /. * Fix a bug preventing mirror --relocate to work on mirrors on '/'. * Fix a problem replaying failing with RA_DAV_REQUEST_FAILED in some servers. Merge subsystem * Fix a pool usage in Editor::Merge::apply_textdelta, which has a side-effect causing rename-tracking smerge on a new file inside a renamed directory to fail with SWIG-runtime error. * Prevent unwanted repeated merges when repeatedly merging tags to a branch. We now also record the copy source(s) of the path being merged from in the merge ticket. * Fix a bug in merging moved files that are modified. * Fix a bug that smerge to checkout with changes to a copied file is causing incomplete svn delta string. * When merging the replaced directory, do not ignore the fact when the delete part is already conflicting. * Fix a bug when merging a copy that happened on an intermediate branch, which might not map back to the merge destination. Tools * verify-mirror improvements. * Ship vc-svk.el with the distribution. Others * Make updating a checkout that no longer exists in the depot give proper message. * Make checkout more robust when resuming a interrupted checkout. * Check for .svk/floating before assuming floating checkout. * Fix a regression which caused binary files to sometimes be displayed as text during an "svk diff". Cheers, CLK _______________________________________________ svk-devel mailing list svk-devel@xxxxxxxxxxxxxxxxx http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel

Next Message by Date: click to view message preview

Re: locking problem

Hi, On 27/03/07, Michael Peters <mpeters@xxxxxxxxxxxxx> wrote: Somehow I've got a hung lock on my mirrored repo and I can't seem to get rid of it. % svk pull Waiting for sync lock on /mirror/project: localhost.localdomain:2937. Waiting for sync lock on /mirror/project: localhost.localdomain:2937. ... And it just keeps repeating. I've tried cleanup % svk cleanup Path /home/mpeters/repos/project was not locked. % svk cleanup //mirror/project path //mirror/project is not a checkout path. How can I get rid of this lock? mirror --unlock //mirror/project I believe it hints you about that if you are on svk 2. Cheers, CLK _______________________________________________ svk-devel mailing list svk-devel@xxxxxxxxxxxxxxxxx http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel

Previous Message by Thread: click to view message preview

svk 2.0.1 released.

Hi all, I am pleased to announce SVK 2.0.1 is now available from CPAN: file: $CPAN/authors/id/C/CL/CLKAO/SVK-v2.0.1.tar.gz size: 436832 bytes md5: 0013446e89497124492342cdcbdd4271 as well as http://download.bestpractical.com/pub/svk/ This is a maintenance release fixing various problems found in the 2.0.0 release. We recommend anyone who is using 2.0.0 to upgrade. [Changes for 2.0.1 - 26 Mar, 2007] Mirror subsystem * You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror for sync. * Fix a bug when mirroring partial repository with copies, the from revision number might not be exactly the ones we have mirrored. * In the pipelined sync editor, use pool more wisely for invoking editor calls. This fixes the memory bloat for syncing revisions with large number of deleted files. * In pipelined replay, make perl don't segfault on SIGINT. * Fix the bug committing to subdirs of mirrors that are on /. * Fix a bug preventing mirror --relocate to work on mirrors on '/'. * Fix a problem replaying failing with RA_DAV_REQUEST_FAILED in some servers. Merge subsystem * Fix a pool usage in Editor::Merge::apply_textdelta, which has a side-effect causing rename-tracking smerge on a new file inside a renamed directory to fail with SWIG-runtime error. * Prevent unwanted repeated merges when repeatedly merging tags to a branch. We now also record the copy source(s) of the path being merged from in the merge ticket. * Fix a bug in merging moved files that are modified. * Fix a bug that smerge to checkout with changes to a copied file is causing incomplete svn delta string. * When merging the replaced directory, do not ignore the fact when the delete part is already conflicting. * Fix a bug when merging a copy that happened on an intermediate branch, which might not map back to the merge destination. Tools * verify-mirror improvements. * Ship vc-svk.el with the distribution. Others * Make updating a checkout that no longer exists in the depot give proper message. * Make checkout more robust when resuming a interrupted checkout. * Check for .svk/floating before assuming floating checkout. * Fix a regression which caused binary files to sometimes be displayed as text during an "svk diff". Cheers, CLK _______________________________________________ svk-devel mailing list svk-devel@xxxxxxxxxxxxxxxxx http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel

Next Message by Thread: click to view message preview

Re: locking problem

Hi, On 27/03/07, Michael Peters <mpeters@xxxxxxxxxxxxx> wrote: Somehow I've got a hung lock on my mirrored repo and I can't seem to get rid of it. % svk pull Waiting for sync lock on /mirror/project: localhost.localdomain:2937. Waiting for sync lock on /mirror/project: localhost.localdomain:2937. ... And it just keeps repeating. I've tried cleanup % svk cleanup Path /home/mpeters/repos/project was not locked. % svk cleanup //mirror/project path //mirror/project is not a checkout path. How can I get rid of this lock? mirror --unlock //mirror/project I believe it hints you about that if you are on svk 2. Cheers, CLK _______________________________________________ svk-devel mailing list svk-devel@xxxxxxxxxxxxxxxxx http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by