tortoisesvn

VisualSVN Server Repository Backup/Restore

吃可爱长大的小学妹 提交于 2019-11-29 18:48:07
问题 I have a Windows Server 2008 with VisualSVN Server hosting a repository. On the client computers I have TortoiseSVN client. How can I create a backup of my repository that is hosted on the server and then restore it? 回答1: From http://www.visualsvn.com/support/topic/00012/ : You can backup your repositories using svnadmin hotcopy Subversion command. For further details please refer to the Subversion documentation. Please note that all other VisualSVN Server related data (such as user rights

How to change users in TortoiseSVN

怎甘沉沦 提交于 2019-11-29 18:46:11
I was setting up another user to use our SVN repository. He didn't have a username/password, so I logged in with my credentials. We now have a username/password for him. How do I get TortoiseSVN to logout and forget the old password so I can enter the new username/password? Raymond Martineau Open Windows Explorer. Right-click anywhere in the window. Click TortoiseSVN → Settings . Click Saved Data . Click Clear beside Authentication Data (see below). Check the authentication items to clear. Click OK . All saved Authentication Data for all projects is deleted. You will have to re-enter

What is the simplest way to do branching and merging using TortoiseSVN?

折月煮酒 提交于 2019-11-29 18:33:58
What is a really simple "how to" to do branching and merging using TortoiseSVN? JoelFan Assuming your work directory is working from the trunk: Right-click on the "root work folder" (this term always refers to Windows Explorer) and do svn update to update your work folder to the latest trunk. Make sure what you have is stable. Right-click on the root work folder and do svn commit to make sure any local changes are committed to the trunk. Right-click on the root work folder and do svn repo-browser . If you don't already have a branches folder in the repository: right-click on the folder just

Install just TortoiseMerge software and context menu items

泄露秘密 提交于 2019-11-29 16:43:40
问题 I really love the TortoiseSvn diff software. I can download them standalone as a zip, but I really love when iI can select two files and then right click and from context menu click on "diff in tortoise". Is there any way I can install just this tool? I don't want the whole SVN suite. http://tortoisesvn.net/downloads.html Here is standalone TortoiseMerge: http://tortoisesvn.net/TortoiseMerge.html 回答1: You can't, sorry. Yes, you can! According to this forum thread (from June, 2011, so pretty

“Subversion command line client version is too old” error in Android Studio

☆樱花仙子☆ 提交于 2019-11-29 16:35:03
问题 Whenever I open a project in Android Studio, I'll see this error: When I click "Fix it", it will show this window: I don't know what to do because I'm running TortoiseSVN 1.9.0 , which is the latest version . What should I do to fix this error? Thanks for your help. 回答1: It's just misprint: must be "too new" Android Studio based on Intellij IDEA, Intellij 14.1.4 cannot use svn 1.9.0 回答2: Intellij IDEA 14 works with SVN 1.9, it just shows a warning: https://youtrack.jetbrains.com/issue/IDEA

Can I see the currently checked out revision number in Tortoise SVN?

大城市里の小女人 提交于 2019-11-29 16:33:58
问题 I'd like to know what the currently checked out revision number is for a file or directory. Is there a way to do this in TortoiseSVN on Windows ? 回答1: Right-click on the working directory in windows explorer, and select "Properties" (Not TortoiseSVN->Properties). You will see the Properties dialog, which will have a tab called "Subversion". Click on it, and you will see the version number, and other info. 回答2: Not in tortoise but in command line. svn info will return what rev you are checked

Change author name in TortoiseSVN

霸气de小男生 提交于 2019-11-29 15:00:17
HI have 3 WinXP computers which access subversion based on a linux server. I would like to change the author name displayed in the logs on a couple of the computers cause they are 'development pc 3' and the name of an old employee. How do I do this? Ask TSVN to "show log", in the change log order all commits by author, then select all the commits by the author of interest and use "Edit author". Most likely you've tried changing the author name like sharptooth suggested, but then you probably received an error message stating that you couldn't. This requires the implicit use of the pre-revprop

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

徘徊边缘 提交于 2019-11-29 12:52:01
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 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-tortoisesvn-with-commands-using-command-line-msiexec-exe

Eclipse svn插件安装那些事

狂风中的少年 提交于 2019-11-29 11:29:55
刚下了最新版的Eclipse,也就顺便说下我的svn插件安装之旅。 首先谷歌了下,Eclipse 下连接 SVN 库有两种插件 —— Subclipse 与 Subversive ,可以说这两种插件都是非常优秀的插件,而对于使用者来说,选择使用哪种插件确实是个挺头疼的选择。Eclipse 是否是你操作 SVN 的唯一途径?如果是,偏向于选择 Subversive;如果不是,要经常使用 TortoiseSVN ,则偏向与选择 Subclipse 。Subclipse 的操作更倾向于与 TortoiseSVN 习惯,而 Subversive 的操作更倾向于 Eclipse 习惯操作。 由于以前 TortoiseSVN用惯了,所以尝试了 Subversive的安装。 安装步骤如图 然后就一直next到底,finish后就耐心的等待下载吧。 安装完后重新启动,打开svn视图,选择svn connector 安装完重启后就可以配置自己SVN了。 来源: oschina 链接: https://my.oschina.net/u/989067/blog/193476

TortoiseSVN checkout failed error svn: E120106: ra_serf: The server sent a truncated HTTP response body

点点圈 提交于 2019-11-29 11:19:10
问题 TortoiseSVN shows the error svn: E120106: ra_serf: The server sent a truncated HTTP response body during checkout operation. How to solve the problem? 回答1: Some ideas from TortoiseSVN developer: The data sent is too big and the server closes the connection due to reaching a limit. Possible steps which can help fix this issue: Increase the timeout value on the server set compression level to zero on the server (will make everything slower but helps with this issue) make sure all proxies that