disable get-locks-report ? [message #516156] |
Mon, 22 February 2010 17:02  |
Eclipse User |
|
|
|
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] |
Tue, 23 February 2010 23:10  |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.19887 seconds