I have the History window open, but it's not linked to the editor.
I turned on the Apache SVN operational log, but nothing gets written to it when I check out this project/revision. In the Apache access log, all I get is this:
1.2.3.4 - - [19/Feb/2015:23:32:12 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 401 480
1.2.3.4 - jacobw [19/Feb/2015:23:32:13 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:32:13 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 97
1.2.3.4 - jacobw [19/Feb/2015:23:32:13 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:32:13 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:32:14 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:32:14 -0500] "REPORT /repo/!svn/rvr/124000/project/branches/foo HTTP/1.1" 200 231
When I do the same checkout on the command line, I get this in the operational log:
[19/Feb/2015:23:39:52 -0500] jacobw get-inherited-props /project/branches/foo r123456
[19/Feb/2015:23:39:52 -0500] jacobw checkout-or-export /project/branches/foo r123456 depth=infinity
and in the access log:
1.2.3.4 - - [19/Feb/2015:23:39:50 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 401 480
1.2.3.4 - jacobw [19/Feb/2015:23:39:50 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:39:51 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 97
1.2.3.4 - jacobw [19/Feb/2015:23:39:51 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:39:51 -0500] "REPORT /repo/!svn/rvr/124000/project/branches/foo HTTP/1.1" 200 181
1.2.3.4 - jacobw [19/Feb/2015:23:39:51 -0500] "PROPFIND /repo/!svn/rvr/123456/project/branches/foo HTTP/1.1" 207 349
1.2.3.4 - - [19/Feb/2015:23:39:52 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 401 480
1.2.3.4 - jacobw [19/Feb/2015:23:39:52 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 183
1.2.3.4 - jacobw [19/Feb/2015:23:39:52 -0500] "OPTIONS /repo/project/branches/foo HTTP/1.1" 200 97
1.2.3.4 - jacobw [19/Feb/2015:23:39:52 -0500] "REPORT /repo/!svn/rvr/123456/project/branches/foo HTTP/1.1" 200 308
[ then it continues ]
I'm sure there's an issue with the server. But I can't figure out what Subclipse is doing to trigger it, that the command-line client isn't doing.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3099948
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2015-02-20 05:49:55 CET