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

Re: How to find out the Serf/Neon version being used by SVN on Windows?

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Tue, 18 Jun 2013 10:46:51 +0200

On Tue, Jun 18, 2013 at 9:55 AM, Branko Čibej <brane_at_wandisco.com> wrote:
> On 18.06.2013 09:22, gadamiak wrote:
>> How can I find out which version of Serf/Neon library is being used by
>> SVN on Windows?
>
> In Subversion 1.8 you can say "svn --version --verbose" to get a list of
> dependent libraries and their versions. Unfortunately something like
> that isn't available for 1.7 or earlier.

Seems that on Windows one cannot really find out the serf version from
that output. Or am I missing something? Perhaps it depends on how it's
build (static vs. dynamic)?

[[[
C:\research\svn-1.8>svn --version -v
svn, version 1.8.0-dev (under development)
   compiled Aug 19 2012, 22:45:00 on x86-microsoft-windows5.1.2600

Copyright (C) 2012 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme

System information:

* running on x86/x86_64-microsoft-windows6.1.7601
  - Windows 7 Enterprise, Service Pack 1, build 7601 [6.1 Client
Multiprocessor Free]
* loaded shared libraries:
  - C:\research\svn-1.8\svn.exe (1.8)
  - C:\Windows\SysWOW64\ntdll.dll (6.1.7601.17725)
  - C:\Windows\SysWOW64\kernel32.dll (6.1.7601.18015)
  - C:\Windows\SysWOW64\KernelBase.dll (6.1.7601.18015)
  - C:\research\svn-1.8\libapr-1.dll (1.4.5)
  - C:\Windows\SysWOW64\advapi32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\msvcrt.dll (7.0.7601.17744)
  - C:\Windows\SysWOW64\sechost.dll (6.1.7600.16385)
  - C:\Windows\SysWOW64\rpcrt4.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\sspicli.dll (6.1.7601.17940)
  - C:\Windows\SysWOW64\cryptbase.dll (6.1.7600.16385)
  - C:\Windows\SysWOW64\ws2_32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\nsi.dll (6.1.7600.16385)
  - C:\Windows\System32\mswsock.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\user32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\gdi32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\lpk.dll (6.1.7600.16385)
  - C:\Windows\SysWOW64\usp10.dll (1.626.7601.18009)
  - C:\Windows\SysWOW64\shell32.dll (6.1.7601.18103)
  - C:\Windows\SysWOW64\shlwapi.dll (6.1.7601.17514)
  - C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\msvcr90.dll
  (9.0.30
729.4940)
  - C:\research\svn-1.8\libsvn_client-1.dll (1.8)
  - C:\research\svn-1.8\libsvn_delta-1.dll (1.8)
  - C:\research\svn-1.8\libaprutil-1.dll (1.4.1)
  - C:\research\svn-1.8\libapriconv-1.dll (1.2.1)
  - C:\research\svn-1.8\libsvn_subr-1.dll (1.8)
  - C:\Windows\SysWOW64\ole32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\crypt32.dll (6.1.7601.17856)
  - C:\Windows\SysWOW64\msasn1.dll (6.1.7601.17514)
  - C:\Windows\System32\version.dll (6.1.7600.16385)
  - C:\Windows\SysWOW64\psapi.dll (6.1.7600.16385)
  - C:\research\svn-1.8\libsvn_diff-1.dll (1.8)
  - C:\research\svn-1.8\libsvn_ra-1.dll (1.8)
  - C:\research\svn-1.8\libsvn_repos-1.dll (1.8)
  - C:\research\svn-1.8\libsvn_fs-1.dll (1.8)
  - C:\research\svn-1.8\libeay32.dll (1.0.1.3)
  - C:\research\svn-1.8\ssleay32.dll (1.0.1.3)
  - C:\Windows\System32\secur32.dll (6.1.7601.17940)
  - C:\research\svn-1.8\libsvn_wc-1.dll (1.8)
  - C:\Windows\System32\imm32.dll (6.1.7601.17514)
  - C:\Windows\SysWOW64\msctf.dll (6.1.7600.16385)
  - C:\Windows\System32\profapi.dll (6.1.7600.16385)
]]]

--
Johan
Received on 2013-06-18 10:47:54 CEST

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

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