tortoisesvn

Deleting committed test folders / files on Google Code?

扶醉桌前 提交于 2019-12-04 17:19:08
Is there a way to remove the test folders and files that I have committed to a Google Code branch? You can use svn delete your_file to delete the file, and, then, use svn commit to push the deletion to the server -- but note that will not delete anything from the SVN history : the way SVN works is to keep a trace of everything, which means permanently deleting something is not " allowed ". If you want to completly remove a file from the repository's history, it's a lot harder, and will require you to be admin of the repository -- which you are not, on google code. See this entry of the

Visual Studio Publish Failed: “Unable to delete file … Access to the path … is denied.”

点点圈 提交于 2019-12-04 16:41:50
问题 I've recently switched from a Windows XP machine to Windows 7. I use Subversion and TortoiseSVN. I cannot publish my .NET application in Visual Studio. I get over a thousand errors like this: Unable to delete file "obj\Debug\Package\PackageTmp\Views\ViewName.svn\text-base\ActionName.aspx.svn-base". Access to the path 'C:\Code\SolutionName\ProjectName\obj\Debug\Package\PackageTmp\Views\ViewName.svn\text-base\ActionName.aspx.svn-base' is denied. Why is Subversion giving me trouble? How do I fix

TortoiseSVN how do you Disable/Enable TSVNCache.exe via Command Line?

依然范特西╮ 提交于 2019-12-04 16:27:58
问题 I'm trying to disable (and enable) TSVNCache in a BAT Script, is it possible? or do I need to kill it? Thanks. 回答1: In a Windows Explorer Window, right-click on any file, then go to TortioseSVN->Settings->Icon Overlays->Status Cache and set it to None . tsvncache.exe will immediately exit and not run again. 回答2: It seems your problem is to reduce Disk I/O. If you really need to use command line for reduce priority, I recommend you use PrcView: http://www.teamcti.com/pview/prcview.htm If

Creating a local SVN branch

对着背影说爱祢 提交于 2019-12-04 16:26:48
问题 I am working on an SVN repository and do not want to create a new SVN branch. Instead of that, I want to create a branch local to my machine, something which could be done easily with Git. But I am currently using SVN and need to branch out from an already-modified SVN version. In essence, I want following: svn_repo_version = 2259 working_copy = modified 2259 new_local_svn_branch = based on modified 2259 What is the best way to go about it? 回答1: Subversion is a centralized version control

Tortoise - is it possible to ignore new folder before committing it?

帅比萌擦擦* 提交于 2019-12-04 15:34:01
问题 I just added a class library project to my .NET solution. When I built it, it created the bin and obj folders, which I want to exclude from version control. However, Tortoise won't let me ignore the folders before the first commit. It gives the following message. Cannot add bin to the ignore list! I have to check the whole lot in, and then choose Delete and add to ignore list for the two folders. How do I prevent them being checked in at all, and ensure Tortoise knows to ignore them? 回答1: It

How do I Automate Keeping my TortoiseSVN Project Up-to-date?

天涯浪子 提交于 2019-12-04 14:28:51
I am using TortoiseSVN for my Subversion repository held on a USB drive. When I move from one PC to another, is there a way to automatically identify that files are out of date (without using the Check for Modifications menu). It would be nice just to be able to see that the folder on my hard drive did not match that of the repository, rather than seeing the green tick. Try creating a file called "autorun.inf" in the root directory of your USB key. Then fill it with the following lines: [autorun] open=CheckForMods.bat Then create a CheckForMods.bat batch file in the root directory that does an

SVN Setup Of Existing Directory

荒凉一梦 提交于 2019-12-04 13:41:41
I have been going through documentation and such and have SVN working, but I want to put it on an existing directory. I imported that directory, so do I rename/delete the non SVN directory and then checkout the SVN to the non SVN directory location? I am just trying to understand how to get it to start posting to our website URL. If so, is there any way to keep the current non SVN and make it SVN rather than import and overwrite? Thanks, I am trying to understand SVN, but find a lot of the tutorials and such on the web to be confusing. Yes, you have it exactly. Once your code has been added to

SVN Multiple Branch Tagging

不羁岁月 提交于 2019-12-04 13:10:04
We are facing a problem with SVN Tagging. The figure below shows how our project is organized inside SVN. We use Tortoise SVN to do our checkout and Visual SVN as our server. This is how our project is organized within SVN Branch A (the main working branch) branches off the trunk and hence resides within the Branches folder.There are different modules inside this branch Branch B(a specific module called RNS) branches off Branch A at a later time (This was for a new enhancement) Note that neither branch is the trunk. During development on Branch B, Some new files were introduced, only on Branch

How to use keywords in SVN (TortoiseSVN)

冷暖自知 提交于 2019-12-04 11:51:58
问题 I can't do a document with the Keyword Substitution tool to have only a few data as: -Date -Revision -Author -HeadURL -Id I'm doing a test but I can't implement the Keyword Substitution. I created a document Txt with the following information: svn:keywords = Date Revision Author HeadURL Id $Id: $ $Revision: $ $Author: $ $HeadURL: $ $Date: $ I do not know whether it should be implemented in a txt file or in another format. I am using TortoiseSVN and tools Subversion Edge. 回答1: You have to use

How to remove 1 revision of a folder in Subversion

自作多情 提交于 2019-12-04 11:49:14
I have several projects in my repository, each project has it's own folder. Is it possible to remove the last revision of one of the projects without changing anything else? Example: Project A's latest version was committed creating rev. 50. Work on other projects goes on, the repository is now at rev. 60. Now the user of A comes back and requests to remove the changes of the last version because they don't work out for him. He wants to go back to the previous version and all further changes should be done starting from there. At this point I would like rev. 50 to disappear so that project A