[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: libsvn_tsvn32.dll's problem

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 26 Nov 2016 09:01:32 +0100

On 23.11.2016 08:51, 鸡蛋靴子 wrote:
> Hi guys,
>
> I can build it via nant setup,
>
> but how can i debug libsvn_tsvn32.dll project via visual studio 2015?
>
> I cant find libsvn_tsvn.sln project file.

There isn't one. All libraries are built directly with NAnt scripts.

> And i dont find where final tcp api is called.
>
> I search the whole project and dont find where port 3679 is set~~
>
> So puzzled~~

Port 3679 is not used by svn.Depending on the protocol used:

     If your URL looks like: http://subversion/repos/, then you're
probably going over Port 80.
     If your URL looks like: https://subversion/repos/, then you're
probably going over Port 443.
     If your URL looks like: svn://subversion/, then you're probably
going over Port 3690.
     If your URL looks like: svn+ssh://subversion/repos/, then you're
probably going over Port 22.
     If your URL contains a port number like:
http://subversion/repos:8080, then you're using that port.

But the question is: why do you want to know (or change?) that in the
first place? Maybe you're trying to solve a problem the wrong way around?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3195151
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-11-26 09:01:54 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.