tortoisesvn

SVN externals not properly displayed in TortoiseSVN's Repository Browser and locally marked as non-versioned

狂风中的少年 提交于 2019-12-10 10:48:57
问题 I work on a (work) project that's scattered across a myriad of (source) projects and SVN locations. To make life easier, I followed a colleague's advice and set up a new folder on SVN, /_all/ , and specified all of the other projects' trunk folders as externals: When I check /_all out, it dutifully pulls out all external projects. It works great. But in my SVN Repo Browser, I can only see one of all those externals being linked in. It also seems to have the wrong overlay icon (blue instead of

svn: E180001: Unable to open an ra_local session to URL

早过忘川 提交于 2019-12-10 05:10:10
问题 I have installed TortoiseSVN 1.8.0 (OS: Windows 7). I have created repository using TortoiseSVN in External Harddisk. Also i have added SVN plugin in Eclipse Juno. When i try to share my project via svn plugin to repository, it shows following message. Share project was failed. svn: E180001: Unable to open an ra_local session to URL svn: E180001: Unable to open repository 'file:///H:/Repository/MobileApplications/Android/Application/Source' svn: E160043: Expected FS format between '1' and '5'

Subversion: Getting “The client is too old” even though all devs are running the same svn version

丶灬走出姿态 提交于 2019-12-10 03:45:39
问题 We are using Subversion to keep track of our code. As part of the build process, some AssemblyInfo.cs files gets temporarily edited by the build script, and when the build is done they are reverted (also by the build script). However, one of our developers get this message when the revert is attempted: The client is too old to work with working copy 'the path'. You need to get a newer Subversion client, or to downgrade this working copy. We are all running the same version of Subversion (1.5

How to view all revisions in TortoiseSVN?

对着背影说爱祢 提交于 2019-12-10 00:40:25
问题 The TortoiseSVN "Show Log" option filters the revisions by date. It's cumbersome to alter those dates manually. How to view all revisions with minimal hassle? 回答1: You must perform this at the root folder of you Repository. Uncheck `Stop on copy/rename Check Include merged revisions At the bottom of the show Log dialog box, press the show all button. Doing that will set the date range for you also. Depending on the size of your repository this may take awhile. But you will get a list of every

SVN - How to make an Older Revision as the Head Revision?

谁都会走 提交于 2019-12-09 23:39:19
问题 May I please know how to make an older revision in Tortoise SVN Repository as the Head Revision using Tortoise SVN in Windows ? I can't see the context menu "Revert to this revision" in the Log Dialog. 回答1: Did you try rolling back? 回答2: Incorrect. "Revert from" reverts the selected version's changes only. "Revert to" will only revert your working copy. If you make changes after reversion, the next commit will fail with "files out of date", asking to update first. If you update, your working

HG Convert on SVN gives “does not look like a Subversion Repository”

≡放荡痞女 提交于 2019-12-09 18:29:17
问题 I just installed TortoiseHG v2.11 with Mercurial-2.9 I am attempting to convert my local Subversion repositories created with TortoiseSVN 1.8. 4, Subversion 1.8.5 To be sure that my old Subversion repositories don't have any weird quirks I created a new SVN repo called test_repo with the default folder structure, performed a Checkout to test_repowc, then added some text files to the trunk, then modified and committed the files a few times to provide some history. I then opened cmd.exe,

SVN版本库 windows下操作

元气小坏坏 提交于 2019-12-09 16:26:15
windows下SVN编辑 请先安装 TortoiseSVN 小乌龟。百度或是 https://tortoisesvn.net/downloads.html 创建工作目录(检出): 目的:项目文件从远程服务器下载到本地工作目录中。 新建工作目录文件夹,在弹出菜单中选 SVN checkout E66D0FAE4AC046C58BCF50A9A62EC2DC.jpg (12.72 KB, 下载次数: 0) 下载附件 2015-12-29 15:10 上传 710A783B9FBF47079CC44999CA4FD10C.jpg (18.33 KB, 下载次数: 0) 下载附件 2015-12-29 15:10 上传 checkout directory 选 fully recursive revision 选 head revision svn会在目录下创建个.svn目录,记录两项信息:工作文件的基准版本和一个本地副本最后更新的时间戳。不要修改。否则本地的工作拷贝(静态试图)被破坏,无法再进行操作。 2更新工作目录: 目的:对工作目录进行修改前,为保证你的文件是最新的,需要进行更新操作; 工作目录空白处点击鼠标右键,选择“SVN Update”。会显示更新了哪些内容,库版本是多少 2.jpg (8.74 KB, 下载次数: 0) 下载附件 2015-12-29 15:12 上传 2a

How do I roll back all or part of a commit to svn?

ぐ巨炮叔叔 提交于 2019-12-09 14:49:41
问题 How do I revert all or part of an SVN commit using TortoiseSVN? 回答1: First, you need to identify rather you want to revert back "all changes" of a revision, or just a single file. TortoiseSVN has only the "1 or all" approach; meaning, you can revert back the entire check-in set, or single files: not partial checkins. Entire Changeset So, if reverting back a specific revision (and you want all files in that changeset to be changed), you will want to Right-Click -> TortoiseSVN -> Show log. Find

SVN - User directory permissions

半世苍凉 提交于 2019-12-09 13:40:12
问题 I'm using SVN (CollabNet Subversion Edge) and Tortoise SVN to manage a website being edited by multiple people. I'd like to limit access by some users to some directories (to prevent them seeing database credentials etc). They only require read access to one directory. Is it possible to do this in SVN? Thanks! Edit They are running a mix of XP and Windows 7. The server is on Windows 2008. The protocol being used is http. 回答1: This can be achieved by using the svnaccess.conf file. Assuming you

TortoiseSVN使用简介

我与影子孤独终老i 提交于 2019-12-09 13:17:06
2009-04-24 来源:dev.idv.tw 1 安装及下载client 端 2 什么是SVN(Subversion)? 3 为甚么要用SVN? 4 怎么样在Windows下面建立SVN Repository? 5 建立一个Working目录 6 新增档案及目录到Repository中 7 更新档案及目录 8 更新至特定版本 9 复制档案及目录 10 制作Tag或是Release 11 快速参考 11.1 取得(Checkout)Repository 11.2 更新(Update)档案或目录 11.3 新增(Add)档案或目录 11.4 提交(Commit)修改过的档案或目录 11.5 Copy/Tag/Branch/Release档案或目录 安装及下载client 端 下载Windows 端程序:http://tortoisesvn.net/downloads。一般而言,如果是32-bit的Windows XP 应该使用TortoiseSVN-1.4.x.xxxx-win32-svn-1.4.x.msi 这个档案。如果是64-bit 的操作系统,则应该使用TortoiseSVN-1.4.x.xxxx-x64-svn-1.4.x.msi 这个档案。 执行下载回来的TortoiseSVN 安装程序,就会进行TortoiseSVN 的安装。正确安装后,应该进行一次的重开机