Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » disable get-locks-report ?
disable get-locks-report ? [message #516156] Mon, 22 February 2010 22:02 Go to next message
Joe! is currently offline Joe!Friend
Messages: 1
Registered: February 2010
Junior Member
Any way to disable the get-locks-report when expanding entries in the SVN Repositories browser?

my project has many locks, and the node expansion takes forever... looking through tcpflow, it appears that

REPORT /svn/marin HTTP/1.1
....snip http headers...

<?xml version="1.0" encoding="utf-8"?><S:get-locks-report xmlns:S="svn:" xmlns:D="DAV:"></S:get-locks-report>

is the blocking request. anyway to bypass this?
Re: disable get-locks-report ? [message #516500 is a reply to message #516156] Wed, 24 February 2010 04:10 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello,

As I understand SVN istelf sends 'get-locks' report, this is how it works.

>my project has many locks, and the node expansion takes forever
Probably, you have connection problems.

> Any way to disable the get-locks-report when expanding entries in the SVN
> Repositories browser?
>
> my project has many locks, and the node expansion takes forever...
> looking through tcpflow, it appears that
> REPORT /svn/marin HTTP/1.1
> ...snip http headers...
>
> <?xml version="1.0" encoding="utf-8"?><S:get-locks-report xmlns:S="svn:"
> xmlns:D="DAV:"></S:get-locks-report>
>
> is the blocking request. anyway to bypass this?
Previous Topic:Integration of subclipse-features into subversive
Next Topic:Given a fully-qualified "svn:" url, is there an easy way to open that in Eclipse?
Goto Forum:
  


Current Time: Wed Apr 24 17:11:27 GMT 2024

Powered by FUDForum. Page generated in 0.03069 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top