tortoisesvn

How do I revert the Subversion repository, not my working copy, to a specific revision?

与世无争的帅哥 提交于 2019-12-06 04:37:38
问题 I'm relatively new to Subversion, coming from Source Safe, and it's driving me nuts. Using the Tortoise interface, Commit kept showing me .java files in my bin directory which it said were "missing" - ok, that's a separate question. Basically, when I tried several things to get rid of the spurious "bin" message, Tortoise instead deleted my entire source directory. I tried re-adding things, but when I added, it came in as new, with no history. How do I take Subversion back to a particular

svn client timing out and corrupting WC state

我的梦境 提交于 2019-12-06 04:09:30
When I commit large changes - hundreds of megabytes - the client timesout even though the check-in does go through. When I right-click on WC and show log, TSVN shows that WC revision does NOT get updated even though the check-in actually occurred. I've tried using TortoiseSVN 1.9.5, Build 27581 - 64 Bit and command line svn version 1.9.5 (r1770682) . QUESTION Is there a way to increase the timeout of the client? If you are using HTTP to connect to the server (as it appears to be the case) you can increase (or disable) the time out with the http-timeout directive, as explained at Runtime

TortoiseSVN使用说明

不羁岁月 提交于 2019-12-06 02:35:43
google的svn http://code.google.com/intl/zh-CN/ TortoiseSVN是windows下其中一个非常优秀的SVN客户端工具。通过使用它,我们可以可视化的管理我们的版本库。不过由于它只是一个客户端,所以它不能对版本库进行权限管理。 TortoiseSVN不是一个独立的窗口程序,而是集成在windows右键菜单中,使用起来比较方便。 TortoiseSVN每个菜单项都表示什么意思 01、SVN Checkout(SVN取出) 点击SVN Checkout,弹出检出提示框,在URL of repository输入框中输入服务器仓库地址,在Checkout directory输入框中输入本地工作拷贝的路径,点击确定,即可检出服务器上的配置库。 02、SVN Update(SVN更新) 如果配置库在本地已有工作拷贝,则取得最新版本只是执行SVN Update即可,点击SVN Update,系统弹出更新提示框,点击确定,则把服务器是最新版本更新下来 03、Import(导入) 选择要提交到服务器的目录,右键选择TortoiseSVN----Import,系统弹出导入提示框,在URL of repository输入框中输入服务器仓库地址,在Import Message输入框中输入导入日志信息,点击确定,则文件导入到服务器仓库中。 04、Add(加入)

SVN Error - 501 Not Implemented Commit Failed

江枫思渺然 提交于 2019-12-06 01:37:34
问题 I have a folder in a repository that cannot commit and even parent folders cannot commit. This happened several weeks ago, then worked, then on the blink again. I have cleared my authentication cache and no help. I can still work with other trunks but not this one and the error message does not help me where to go. I have done Clean Up. I have created a new directory from VisualSVN from the repository and same problem. Would you have any suggestions? Can I nuke the .svn folder and help? I don

How can I view the version tree for a file in SVN which shows the merges from branches back to trunk?

南楼画角 提交于 2019-12-06 00:14:46
I'm new to SVN but have used Clearcase for years. My issue is I have some changes on a branch which I have merged back to trunk using TortoiseSVN "Reintegrate a branch" feature. Now when I look at the version tree I don't see any edge being rendered from the tip of the branch to the tip of the trunk, which I would expect to see. In Clearcase you would see merge arrows indicating the direction of the merge between branches of a file/folder. Is this simply a rendering issue on TortoiseSVN or is a "merge" simply a client side operation and its just treated as a regular change on the trunk, with

How to deal best with SVN and local changes, that should not be committed?

回眸只為那壹抹淺笑 提交于 2019-12-05 21:49:28
I have checked out some projects from SVN repository. To build those projects I have to adjust some configurations (e.g. the classpath and property files) to fit the local enviroment. Now I don't want to commit those changes to the repository. So setting an svn:ignore may help. But what if I want to get updates from the repository without committing those files? Is there any option that allows me to get updates and prevents me from committing? Or what is the best way to deal with local changes? With my application projects I may configure eclipse's launch configurations to lauchn them with the

File is shown as deleted while merging branch to trunk

家住魔仙堡 提交于 2019-12-05 19:39:17
i am merging branch to trunk using tortoise svn option Merging Two Different Trees I have file i.e file1 under trunk but not on branch I have checked out trunk to my local .then did Right- click > Merge > Merging Two Different Trees > mentioned from as trunk url and to as branch url > Test merge Now file1 is shown as deleted under Test merge results but why ? Ideally it should ask me that this file does not exist under branch but exist on trunk. Do you want to keep it or not ? Is there an option of doing it ? UPDATE :- on 1st june i created the branch from trunk. on 5th june i added the file1

TortoiseSVN Can't connect [closed]

半城伤御伤魂 提交于 2019-12-05 18:53:06
I have an apache svn server running on a shared hosting linux account. The symptom is that i can connect to the server that is hosting svn with PuTTY just fine, but the TortoiseSVN Repository Browser can't connect. I have tried svn, svn+ssh, If I try just svn I get: E730060: Unable to connect to a repository at URL 'svn://50.97.138.99:36901 /test' svn: E730060: Can't connect to host '50.97.138.99': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. If I try svn

SVN: Colleague checked in a folder into repository, but I can't Update my version to it

ぃ、小莉子 提交于 2019-12-05 18:34:42
问题 In showing a colleague how to use SVN yesterday, we created a test folder and file within our existing Visual Studio Solution. We'll call it "Test" folder with two files, "Test.ascx" and "Test.ascx.cs". We added it (or Visual SVN added it, 'cos it's awesome), and committed it. We also added and committed other files elsewhere in the project. We can see it in the repository (and the other files). Doing an update on my own machine to pull down these new files resulted in the other files being

Upgrade TortoiseSVN 1.8 issues

心不动则不痛 提交于 2019-12-05 18:03:56
问题 I upgraded TortoiseSVN to 1.8 from 1.7.12 on Windows XP. After that it asked for upgrading of the SVN format. I tried upgrading, but it keeps asking and the command produce no error. I tried to checkout a new copy from the server, and it keep asking to upgrade. I reverted to 1.7.12. How can I fix this problem? I don't know what happened, but it seems it started upgrading the repository correctly. Is it maybe a problem with the cache? 回答1: The client side format has been changed. (As you've