tortoisesvn

TortoiseSVN Error: “OPTIONS of 'https://…' could not connect to server (…)”

a 夏天 提交于 2019-11-28 08:01:41
I'm trying to setup a new computer to synchronize with my SVN repository that's hosted with cvsdude.com. I get this error: ![SVN Error][1] - removed image shack image that had been replaced by an advert Here's what I did (these have worked in the past): Downloaded and installed TortoiseSVN Created a new folder C:\aspwebsite Right-clicked, chose SVN Checkout... Entered the following information, clicked OK: URL of repository: https://<reponame>-svn.cvsdude.com/aspwebsite Checkout directory: C:\aspwebsite Checkout depth: Fully recursive Omit externals: Unchecked Revision: HEAD revision Got

Windows Server - SVN 服务器搭建与项目配置、客户端安装与配置

随声附和 提交于 2019-11-28 07:12:05
本教程以Windows Server 2012 R12 为例搭建SVN服务器,安装部署完成后,客户端可通过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

Force user to lock file in SVN before editing

拜拜、爱过 提交于 2019-11-28 06:50:04
We have some files in our project that can't be merged and hence the files must be locked by the users before editing them. Is there a way to force the user to lock a file before editing? We are using Subversion and TortoiseSVN / VisualSVN. cadrian Two steps: put the svn:needs-lock property on those files. That way they are check out read-only when such a file must be modified, use the svn lock command and commit as usual links: http://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-locking.html Godsmith More specifically,

How can I install TortoiseSVN with commands using command line msiexec.exe?

早过忘川 提交于 2019-11-28 06:15:55
问题 I need to create a command line that will install TortoiseSVN and include the Subversion command line utilities. What options on the msiexec.exe command line would tell the installer to include the command set? TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi 回答1: Reference: https://groups.google.com/forum/#!topic/tortoisesvn/j1e_6v2IfPQ msiexec.exe /i TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi /passive /norestart ADDLOCAL=ALL 来源: https://stackoverflow.com/questions/36988346/how-can-i-install

7、TortoiseSVN

血红的双手。 提交于 2019-11-28 05:15:32
7、TortoiseSVN   TortoiseSVN图标介绍:   目录空白处右键→TortoiseSVN→Settings             7.1独立将工程上传到服务器的思路    12.2针对archetype-catalog.xml 文件的准备工作   作用:Maven 生成工程目录结构过程中需要使用的配置文件   下载地址     http://repo.maven.apache.org/maven2/archetype-catalog.xml   复制到Maven 的本地仓库     Maven 本地仓库根目录\org\apache\maven\archetype\archetype-catalog\[版本号目录]   配置参考:    7.3操作步骤   打开资源库浏览器            在SVN 服务器上创建目录         OK,接下来添加日志信息:      检出新建的目录   右键菜单→SVN Checkout...            OK,      执行Maven 命令     mvn archetype:generate 命令参数含义 参数名 作用/可选值 -DgroupId 生成工程坐标的groupId 部分 -DartifactId 生成工程坐标的artifactId 部分 -DarchetypeArtifactId maven

Better Merge Tool for Subversion [closed]

╄→尐↘猪︶ㄣ 提交于 2019-11-28 03:39:02
Is there a good external merge tool for tortoisesvn (I don't particularly like the built in Merge tool). I use WinMerge for diffs, but it doesn't work with the three way merge (maybe a better question would be is there a way to force tortoisesvn to merge like tortoisecvs?) [Edit] After trying all of them, for me, the SourceGear is the one I prefer. The way to specify the DiffMerge from sourcegear is: C:\Program Files\SourceGear\DiffMerge\DiffMerge.exe /t1="My Working Version" /t2="Repository Version" /t3="Base" /r=%merged %mine %theirs %base Chris Upchurch Take a look at Sourcegear DiffMerge .

R.Java not generated

南笙酒味 提交于 2019-11-28 03:37:41
问题 I have downloaded code from google codes but when I import that project in my eclipse IDE it does not generate R.Java file.I searched many blogs and forums and tried many things like cleaning ,rebuilding, creating project from existing source etc but still facing the problem.Some people mentioned that it is sometimes caused by the SVN client software,but none of them mentioned any solution for that.I will be very thankful to you guys if you download it yourself and find what is the exact

svn cleanup: sqlite: database disk image is malformed

我只是一个虾纸丫 提交于 2019-11-28 03:03:23
I was trying to do a svn cleanup because I can't commit the changes in my working copy, and I got the following error: sqllite: database disk image is malformed What can I do right now? I had the same problem. The following blog post helped me resolve it: http://www.polak.ro/svn-e200030-sqlite-database-disk-image-is-malformed.html You do an integrity check on the sqlite database that keeps track of the repository (/.svn/wc.db): sqlite3 .svn/wc.db "pragma integrity_check" That should report some errors. Then you might be able to clean them up by doing: sqlite3 .svn/wc.db "reindex nodes" sqlite3

List all svn:externals recursively?

佐手、 提交于 2019-11-28 03:01:21
How can I get a list of all svn:externals (recursively) in a directory? Is there any utility for this? (I'm using Windows (and tortoise)) I have a bunch of svn:externals linking to different shared parts of my project and I when I branch it's usually quite error prone to find all externals and changed them so that the link to paths within the new branch. Do the following in the root of your working copy: svn propget svn:externals -R As discussed in the comments below, this does not list externals in externals. Note for TortoiseSVN users: there is an option in the TortoiseSVN installer to also

TortoiseSVN icons overlay not showing after updating to Windows 10

。_饼干妹妹 提交于 2019-11-28 02:49:37
I had been using Windows 8 and TortoiseSVN icons have been displaying properly, but after installing Windows 10 I can no longer see the icons for the files/folder status. sea_jackal Had same issue, and was solved by running regedit , erasing some entries in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers and restarting. Deleting OneDrive1... enties was not permited, but I had some from Google Drive. You can also make a bakup by double-clicking in the registry directory and doing an "Export" to a file. On Windows 10, most of the entries are used