引用:
This tutorial uses the TortoiseSVN client.
1. Download TortoiseSVN 1.3.5
2. Double-click on Tortoise SVN-1.3.5.6804-svn-1.3.2.msi to begin installation. (You will need to restart after installation.)
3. Create a new folder on the Desktop. We’ll call it k2svn.
4. Right-click on the k2svn and select SVN Checkout.
5. Enter – http://kaytwo.googlecode.com/svn/trunk/ – for the URL of repository and click OK.
6. Wait a moment while it downloads all the files from svn.
7. You now have a working copy of the k2 svn. You can now upload this folder to your web server.
8. To download updated versions, just right-click on the folder k2svn and select SVN Update.
以前用K2模板的时候用过SVN,简单说说吧,原文
http://k2.stikipad.com/docs/show/Using+K2+SVN
1. 下载 TortoiseSVN 1.3.5 在这里
http://tortoisesvn.tigris.org/
2. 安装并重启。
3. 在桌面上建立一个新文件夹,以 WP为例
4. 双击WP文件夹并点 SVN Checkout.
5. 输入你要使用的SVN地址,比如K2的
http://kaytwo.googlecode.com/svn/trunk/ 然后点击 OK
6. 然后会下载SVN内的内容。
7. 要下载最新版本的SVN, 只要右击这个文件夹 WP 选择 SVN Update.
这是本地win环境下载和使用SVN的方法,用shell在Linux主机上可能还有别的方法。