Windows 下 SVN 客户端使用

简介: Windows 主推小乌龟 SVN.https://tortoisesvn.net/downloads.html (请选择正确的 32 / 64位版本)SVN 安装https://www.runoob.com/svn/svn-install.html和 TortoiseSVN 使用教程https://www.runoob.com/svn/tortoisesvn-intro.html

Windows 主推小乌龟 SVN.



https://tortoisesvn.net/downloads.html (请选择正确的 32 / 64位版本)


SVN 安装


https://www.runoob.com/svn/svn-install.html


和 TortoiseSVN 使用教程


https://www.runoob.com/svn/tortoisesvn-intro.html


Apache Subversion command line tools (可选)



这款(便携, 快速)SVN命令行的使用Apache Subversion command line tools,以下载该版本Apache-Subversion-1.13.0 为例.


注意这是一个可以在cmd下使用的命令行工具:


请解压后把里面bin目录这个路径添加到环境变量的path.  或者临时使用则键入:


set path=YourSvnBinPath;


对于命令行工具, 重点是掌握 import 和 export , 以及 checkout 和 commit 操作的使用.

例如

export yourSvnPath yourLocalPath [ --username someOne]
checkout yourSvnPath yourLocalPath [ --username someOne]


Tortoise SVN 下遇到的问题



TortoiseSVN -无法查看log,提示Want to go offline,时间显示1970问题


image.png


svn查看log时,提示“Want to go offline”错误


image.png


关闭 或 cancel该提示对话框后,显示1970时间


解决方法


  1. 试过很多方法,如:编辑svnserve.conf,设置“anon-access=none”;修改“passwd”、“authz”文档,都无效。


  1. 无意看到一个方法,,完美解决:右键 -> TortoiseSVN -> Revison graph


  1. 如果是最新版的svn可能也会存在这个问题,我就是这个装了新版本才发现这个问题


参考



SVN—Subversion Command-Line Client - SVN Book - VisualSVN Help Center

https://www.visualsvn.com/support/svnbook/ref/svn/


SVN-无法查看log,提示Want to go offline,时间显示1970问题 - zxingchao2009的专栏------用博客记录技术成长的点点滴滴 - CSDN博客


https://blog.csdn.net/zxingchao2009/article/details/78780343


目录
相关文章
|
NoSQL IDE MongoDB
Studio 3T 2025.11 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
Studio 3T 2025.11 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
695 3
|
SQL 数据库 Windows
YashanDB Windows客户端安装
本文介绍YashanDB客户端(Windows)的安装、使用及卸载步骤。首先,下载并解压软件包至本地路径,配置环境变量。接着,通过cmd窗口使用yasql命令连接数据库,执行SQL操作。最后,卸载时删除相关环境变量和客户端目录。更多功能请参考官方文档。
YashanDB Windows客户端安装
|
NoSQL IDE MongoDB
Studio 3T 2025.17 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
Studio 3T 2025.17 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
634 1
Studio 3T 2025.17 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
|
11月前
|
Linux 虚拟化 iOS开发
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
2205 0
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
|
NoSQL IDE MongoDB
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
1558 21
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
|
Linux 虚拟化 iOS开发
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
3673 1
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
|
Windows
Windows下版本控制器(SVN)-启动服务器端程序
Windows下版本控制器(SVN)-启动服务器端程序
740 4
|
Java Linux 开发工具
Linux下版本控制器(SVN) -命令行客户端
Linux下版本控制器(SVN) -命令行客户端
497 4
|
SQL 数据库 Windows
YashanDB Windows客户端安装
本文详细介绍了YashanDB客户端(Windows)的安装、使用与卸载步骤。安装部分包括解压软件包至本地路径,并配置系统环境变量;使用部分通过cmd窗口运行`yasql`命令连接远程数据库,执行相关操作;卸载部分则说明了删除环境变量及客户端目录的具体方法。更多功能可参考官方文档中的C驱动、imp、exp、yasldr和yasql工具说明。
YashanDB Windows客户端安装
|
NoSQL IDE MongoDB
Studio 3T 2025.5 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
Studio 3T 2025.5 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
624 2
Studio 3T 2025.5 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端