svn

SVN服务器搭建(一)

房东的猫 提交于 2020-01-11 23:58:19
本教程以64位win10系统为例在本地搭建svn服务器,安装完成后,即可访问本地svn服务器上的项目,也可以访问网上其他svn服务器上的项目。 一、首先准备三个软件: 1.VisualSVN-Server-3.6.3-x64.msi(svn服务端) 2.TortoiseSVN-1.9.6.27867-x64-svn-1.9.6.msi(svn客户端) 3.LanguagePack_1.9.6.27867-x64-zh_CN.msi(TortoiseSVN 的汉化包) 软件下载地址: http://subversion.apache.org/packages.html 打开网页拉到最后,看到以下的软件下载下来 接下来是TortoiseSVN汉化包,跟TortoiseSVN同一个页面要点击https://tortoisesvn.net/downloads.html 二、安装 好了,接下来是具体的安装过程,安装顺序是 1.VisualSVN-Server-3.6.3-x64.msi(svn服务端) 2.TortoiseSVN-1.9.6.27867-x64-svn-1.9.6.msi(svn客户端) 3.LanguagePack_1.9.6.27867-x64-zh_CN.msi(TortoiseSVN 的汉化包) 1.我们先安装:VisualSVN-Server-3.6.3-x64

Nuking huge file in svn repository

心不动则不痛 提交于 2020-01-11 21:02:15
问题 As the local subversion czar i explain to everyone to keep only source code and non-huge text files in the repository, not huge binary data files. Smaller binary files that are parts of tests, maybe. Unfortunately i work with humans ! Someone is likely to someday accidentally commit a 800MB binary hulk. This slows down repository operations. Last time i checked, you can't delete a file from the repository; only make it not part of the latest revision. The repository keeps the monster for all

Subversion Server to use on Windows

删除回忆录丶 提交于 2020-01-11 19:54:11
问题 What Subversion (SVN) Server would recommend a newbie get started on the Windows Server OS? I think I'll be using TortoiseSVN on the client and will be doing .NET development mostly. UPDATE: Great advice. I'm picking my answer based on votes. I will try VisualSVN and CollabNet. Please read chyne's answer which I thought was really good too (+1). I'll try that method out too. I'll come back to this question in a week or two an update with my thoughts in the comments. 回答1: I use VisualSVN

Subversion Server to use on Windows

﹥>﹥吖頭↗ 提交于 2020-01-11 19:53:03
问题 What Subversion (SVN) Server would recommend a newbie get started on the Windows Server OS? I think I'll be using TortoiseSVN on the client and will be doing .NET development mostly. UPDATE: Great advice. I'm picking my answer based on votes. I will try VisualSVN and CollabNet. Please read chyne's answer which I thought was really good too (+1). I'll try that method out too. I'll come back to this question in a week or two an update with my thoughts in the comments. 回答1: I use VisualSVN

Eclipse入门配置

谁说胖子不能爱 提交于 2020-01-11 18:53:14
摘要:本文介绍eclipse的入门配置,每次换电脑或者重装eclipse都要进行一系列配置,所以总结了一下仅大家参考。 Eclipse配置JDK: Window | Preferences | Java | Installed JREs | Add。 Eclipse配置Tomcat: Window | Preferences | Server(先安装server插件) | Runtime Environments | Add。 编辑Tomcat:Window | Show View | Servers | 右键Tomcat | Add and Remove,双击Tomcat编辑端口等。 Eclipse配置Maven: (先下载Maven,配置环境变量(M2_Home和path),settings.xml配置中央仓库、镜像及本地仓库。Myeclipse7.5及以上版本本身自带Maven插件,如果是eclipse,则需要安装Maven插件。) Window | Preferences | Maven | Installations | Add(添加) & User Settings(配置settings.xml和本地仓库)。 Eclipse配置SVN: (先安装TortoiseSVN客户端,Eclipse添加SVN插件Subclipse

Eclipse keeps asking for svn password

╄→гoц情女王★ 提交于 2020-01-11 18:08:09
问题 Whenever I'm trying to synchronize/update my projects with SVN repo it asks me for password. It drives me nuts, I'm checking "save password" checkbox and it doesn't work at all.. what is more, I cant use a simple password. It might be somehow connected with my company's proxy but eclipse plugin update sites work just fine. I have a Subversion directory in my AppData dir, maybe I should delete this? I can also provide additional info, I just don't know what may be relevant. I'm using Subclipse

Eclipse keeps asking for svn password

不想你离开。 提交于 2020-01-11 18:05:16
问题 Whenever I'm trying to synchronize/update my projects with SVN repo it asks me for password. It drives me nuts, I'm checking "save password" checkbox and it doesn't work at all.. what is more, I cant use a simple password. It might be somehow connected with my company's proxy but eclipse plugin update sites work just fine. I have a Subversion directory in my AppData dir, maybe I should delete this? I can also provide additional info, I just don't know what may be relevant. I'm using Subclipse

SVN项目,快速查看项目的当前版本号

青春壹個敷衍的年華 提交于 2020-01-11 17:42:32
起因: 当一个项目的版本迭代近百万时,版本号非常之多。 当我们回退到某一个版本,关掉SVN的LOG界面再次回来时SVN回默认只显示当前最新的100个版本,要想知道当前在哪个版本就要一直往回翻,直到看到那条粗黑显示的版本号,很费事。 简单办法:写个BAT文件,放于工作目录下,点击即可输出当前版本号。 BAT内容如下: ::获取当前目录的SVN版本号 set svnURL="" svn info pause 来源: https://www.cnblogs.com/timeObjserver/p/12180539.html

Why Subversion skips files which contain the @ symbol?

二次信任 提交于 2020-01-11 17:16:19
问题 when I try to execute command like this (from a command-line or Perl script - it doesn't matter): svn revert "build\myfile@test.meta" SVN skips this file and outputs: Skipped 'build\myfile' I tried doing: svn revert "build\*.meta" But it gives the same result. I can revert these files from the GUI. And I can revert these files by doing (but it reverts more than I want): svn revert --recursive "build" Is there a workaround for this? 回答1: The @ sign in filenames in Subversion actually has a

Why Subversion skips files which contain the @ symbol?

走远了吗. 提交于 2020-01-11 17:16:00
问题 when I try to execute command like this (from a command-line or Perl script - it doesn't matter): svn revert "build\myfile@test.meta" SVN skips this file and outputs: Skipped 'build\myfile' I tried doing: svn revert "build\*.meta" But it gives the same result. I can revert these files from the GUI. And I can revert these files by doing (but it reverts more than I want): svn revert --recursive "build" Is there a workaround for this? 回答1: The @ sign in filenames in Subversion actually has a