https://github.com/mvf/svn_wfx

2003.net对应的vc是7.0版本。需要更高的。

在哪里可以下载呢

https://www.tjupt.org/没有校外种子

ProjectType="Visual C++"
Version="9.00

尝试修改版本为7.00后。

发现头文件缺失。而这些头文件应该是在https://subversion.apache.org/docs//api/1.8/files.html

#include <svn_client.h>
#include <svn_fs.h>
#include <svn_pools.h>

感觉没有尽头。

https://github.com/mvf/svn_wfx/issues/1

最后再尝试一次。

https://excellmedia.dl.sourceforge.net/project/win32svn/1.8.17/apache24/svn-win32-1.8.17-ap24_dev.zip

32位的编译成功了。但不支持unicode

我发了一个issue

https://github.com/mvf/svn_wfx/issues/8

最新文章

  1. NSUserDefaults:熟悉与陌生(转)
  2. PHP form 表单传参明细研究
  3. 烂泥:通过binlog恢复mysql备份之前的数据
  4. 【BZOJ1001】狼抓兔子
  5. linux系统下重启tomcat的shell脚本
  6. Android 5.0 技术新趋势
  7. [ES6] Array.find()
  8. 进阶:案例六: Context Menu(静态 与 动态)
  9. 从SQL注入到内网漫游
  10. FreeMaker入门介绍
  11. python文档自动翻译
  12. django的静态文件的引入
  13. 02 基于umi搭建React快速开发框架(国际化)
  14. css学习_css盒模型及应用
  15. 使用virustotal VT 查询情报——感觉远远没有微步、思科好用,10万条数据查出来5万条都有postives &gt;0的记录,尼玛!!!
  16. Docker安装websphere(四)
  17. 调试 .NET Framework 源代码、.DotNetCore源码
  18. oc中的枚举
  19. Linux Shell角本中的条件判断
  20. CentOS环境变量配置并生效

热门文章

  1. 为ImageView设置背景图片(代码中)
  2. ubuntu搭建交叉编译环境makeinfo: command not found
  3. JavaScript--数据结构与算法之排序
  4. BZOJ5020: [THUWC 2017]在美妙的数学王国中畅游(LCT,泰勒展开,二项式定理)
  5. 【习题 7-7 UVA-12558】Egyptian Fractions (HARD version)
  6. 06 Jenkins自动化构建
  7. PatentTips - Adaptive algorithm for selecting a virtualization algorithm in virtual machine environments
  8. PatentTips - Resource partitioning and direct access utilizing hardware support for virtualization
  9. LeetCode Algorithm 04_Median of Two Sorted Arrays
  10. JS中的发布订阅模式