On 09.01.2015 03:09, 노정호 wrote:
> Hi dear developers,
>
> I use svn client version is 1.8.10 (ref. attachment svn_client_version.png) and found a connection timeout occurred when commit. And I solved that problem how to remove some text in file.
>
> Some text is annotation in java source.
>
> ==================================
> * Opera Mini
> *
> * Dim userAgent : userAgent = LCase(request.ServerVariables("HTTP_USER-AGENT")) '3사 공통 Header
> * If (InStr(userAgent,"windows ce") > 0 Or InStr(userAgent,"iphone") > 0 Or InStr(userAgent,"ipod") > 0 or InStr(userAgent,"android") > 0 or InStr(userAgent,"blackberry") > 0 or InStr(userAgent,"opera mini") >0 or InStr(userAgent,"windows ce") > 0) AND getParam("Web")<>"Y" Then
> * Response.redirect "http://m.mnet.com"
> * Response.End
> * End If
> ==================================
>
> But doen't know why timeout occurred.
>
> System engineer say svn server version is 1.6.5
1) your screenshots indicate you're not using TortoiseSVN but Subclipse,
this is not the Subclipse mailing list
2) tell your system engineer to update the server - even the very, very
old 1.6.x version is at 1.6.23 and has *important* security fixes
3) if a commit fails due to the data inside of files, it's usually the
fault of a 'security' (quotes intended!) application that blocks the
data transfer because it thinks it's bad data
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3093934
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-01-09 17:39:50 CET