tortoisesvn

Renamed directory, now SVN not allowing me to commit

*爱你&永不变心* 提交于 2019-12-12 15:53:12
问题 I had a directory (a maven project) called old dir. I changed the name to new dir by doing an svn rename within Tortoisesvn. If you do svn status, I see it's done an SVN add on the new dir and and an svn delete on the old dir. When committing under Tortoisesvn, the directories and their contents are listed as either added or deleted, so it does appear that both 'sides' are being committed. However, committing gives this error. svn: Commit failed (details follow): svn: Cannot commit 'path\to

Single user checkout in SVN

拟墨画扇 提交于 2019-12-12 11:11:01
问题 I want to do the following: When one user is editing a file from SVN, no other user can edit this file until the first user commits his changes. That is there would be some kind of writelock on files in svn. Is this possible in SVN? How to do it? Is it possible to set this for a single file or directory (not for the whole repository)? Why would this be useful? Conflicts on binary and some other files cannot be easily resolved. I would like to set my excel files in svn to be write locked in

Tortoise won't connect to subversion server

此生再无相见时 提交于 2019-12-12 10:59:01
问题 I'm trying to setup my home server with a Subversion repo on it (after some changes). I uninstalled-reinstalled VisualSVN Server on the Windows Server 2003 server box and the address (i.e. URL) to the repo is https://server.network.local/svn/ . I can browse via IE to that address, and get the repository list (I do have to click past the certificate error though), but when I point tortoise to it as well, I get OPTIONS of 'https://server.network.local/svn': Could not resolve hostname 'server

getting new file added to subversion without updating whole folder

ぐ巨炮叔叔 提交于 2019-12-12 10:56:11
问题 What I want to do is be able to add a file to my folder which is under Subversion source control in my local computer and then commit it. no problem up to here. On the server I want to get the new file using Subversion but without having to do an 'Update' to whole folder (which may update a bunch of unrelated files). You see, if I make a change to an existing file - I go to the server mark that file and do 'SVN Update' (using TortoiseSVN) but if I added a new file on my local computer I have

PHP SVN update - TortoiseSVN

廉价感情. 提交于 2019-12-12 10:02:58
问题 New code: <?php exec('"C:\Program Files\TortoiseSVN\bin\svn.exe" update "c:\wamp\www\project"'); This results in an infinite loop, no result is returned. What am I doing wrong? == edit == On Windows, I'm trying to update a project by using PHP. I'm having problems using the commandline: I want visual feedback (important in case of conflicts), so I don't want to start as a background process. Is this possible? The code I have so far is: <?php $todo = "cd \"C:\\Program Files\\TortoiseSVN\\bin\\

AnkhSVN Commits Are Very Slow

孤街醉人 提交于 2019-12-12 10:01:35
问题 Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever I try to commit a file or view the file history in Visual Studio it takes twenty odd seconds. I confirmed that an exception has been made for VisualSVN Server on the server's firewall, but when I

Tortoisesvn not showing up correct status after commit

浪尽此生 提交于 2019-12-12 09:44:31
问题 I was going to ask this in tigris.org, however they have maintenance in their forum. My environment: Windows 7 x64, Tortoisesvn latest x64, simple repo. What I'm doing: I am adding a new file to repo, then doing SVN Commit. This operation is successful and I can see it in repo from trac or directly. I expect: To see that file's icon as green checkmark. What I have: I see blue PLUS icon, like I haven't done commit. However, if I just create any new file in that folder(without any commit or

How to get all SVN commits that do not include Jira bug key in the comment?

你离开我真会死。 提交于 2019-12-12 09:39:47
问题 I have Jira and Fisheye setup so that I can include Jira key in the commit comment (Smart Commits). Fisheye will link source code and Jira issue mentioned in the commit. I would not like to use something like JIRA Commit Acceptance Plugin to decline commits without Jira keys. As it is too restrictive. But would still like to monitor commits without Jira keys. How to get a report of all SVN commits that do not include Jira bug Key in the comment? 回答1: You can run following command on UNIX in

VisualSVN Server: post-commit hook failed. SVN: Unable to make name for 'D:\websites\mywebsite.com\tempfile

人走茶凉 提交于 2019-12-12 09:38:41
问题 In VisualSVN Server, I am using a post-commit hook to move files from a directory in the Subversion repository to the proper directory on the file system. I am getting the error shown below. Error: post-commit hook failed (exit code 1) with output: svn: Unable to make name for 'D:\websites\mywebsite.com\tempfile' I am using TortoiseSVN to commit the files. I am able to do this just fine with other projects, I don't see a file called tempfile in the directory structure of my local copy or

How can I view a list of all files with conflicts in a Tortoise SVN Repository?

时光怂恿深爱的人放手 提交于 2019-12-12 09:32:16
问题 Is there any way to get a list of files that are in a (SVN) conflicted state using Tortoise SVN? 回答1: To do this, right-click on the folder containing the conflicts you wish to see, then click Resolve... . Note that this is something of a side-effect, since this option is (generally) for marking conflicts as resolved. It is also, however, intended to help you actually find and resolve the conflicts. The behavior is as follows: A window will appear that lists all the file conflicts, with check