tortoisesvn

How do you move a file?

牧云@^-^@ 提交于 2019-11-27 06:01:52
I'm using TortoiseSVN against the SourceForge SVN repository. I'd like to move a file from one folder to another in order to maintain its revision history. Is this possible? If so, how do you do it? (My current strategy has been to copy the file into the new folder and check it in and then delete the file from the current folder.) Subversion has native support for moving files. svn move SOURCE DESTINATION See the online help (svn help move) for more information. crashmstr Check out section 5.14.2. Moving files and folders (or check out "move" in the Index of the help) of the TortoiseSVN help.

Recursively ignoring files in the entire source tree in subversion

人走茶凉 提交于 2019-11-27 04:21:35
问题 I am not new to Subversion, but I have up till now used Tortoise and never the commadn line. My question is, how do I ignore all files like *.o from the ENTIRE source not just the root. For example, if I have the following files: /myfile.o /folder1/myfile2.o /folder1/folder1.1/myfile3.o /folder2/myfile4.o If svn propedit svn:ignore "." in the root directory, and add *.o, it will ignore the myfile.o, but does not ignore /folder1/myfile2.o, /folder1/folder1.1/myfile3.o, /folder2/myfile4.o. Is

Tortoisesvn Subversion 1.8 - merge - no more reintegrate a branch option

与世无争的帅哥 提交于 2019-11-27 04:11:31
问题 In tortoiseSvn 1.8 there is no "reintegrate" a branch option. What is the right way to reintegrate a branch in Tortoise Svn 1.8? In choose merge and then next option: Then I get next window: Or am I doing something else wrong? 回答1: Just merge branch to any TARGET Edit OK, extended answer: "Merge for Dummies" in pictures Preface OK, I will not mask or hide used proving ground. Used in this sample resources: Repository "Hello, World" http://mayorat.ursinecorner.ru:8088/svn/Hello/ Branch http:/

Reintegrate can only be used if revisions X through Y were previously merged from <URL> to reintegrate the source, but this is not the case

天大地大妈咪最大 提交于 2019-11-27 04:09:44
问题 Been using SVN branches with Tortoise 1.6. I've been periodically merging the trunk into the branch to keep it up to date. Today, I thought I'd reintegrate the branch. I chose "Reintegrate a branch" from Tortoise and received the following error message: Reintegrate can only be used if revisions 4709 through 5019 were previously merged from http://subversion/svn/saxdev/trunk to the reintegrate source, but this is not the case It then listed around 50 files with descriptions such as this:

What is Reverse Merge ( Revert Merge ) in SVN, a simple explanation and the step by step processes from start to finish

99封情书 提交于 2019-11-27 03:09:23
问题 What is Reverse Merge ( Revert Merge ) in SVN, a simple explanation and the step by step processes from start to finish would be great. Can someone give me the the processes, numbered if you can. And a good and simple example would be great too. 回答1: From Tortoise User Guide: If you want to merge changes back out of your working copy, to revert a change which has already been committed, select the revisions to revert and make sure the Reverse merge box is checked. From my point of view a

SVN Commit failed, access forbidden

ぐ巨炮叔叔 提交于 2019-11-27 03:05:42
问题 Recently I am facing problem of commit to SVN. The SVN server I am using is VisualSVN Server 2.5.9 and the client is TortoiseSVN 1.7.12. At first, one user is having problem to commit files to SVN. But that user still can access to the repository and download the update. The second user on second PC is working properly. But today, the second user is having the same problem as the first user. Why is this happen? How can the problem be solved? Thanks. 回答1: You can get the "Forbidden" error if

Will TortoiseSVN 1.7 work properly against a SVN 1.6 repository?

寵の児 提交于 2019-11-27 03:02:07
问题 I would like to upgrade my TortoiseSVN installation to version 1.7. We have a VisualSVN server running with a SVN 1.6 repository. Do I need to upgrade the repository to 1.7 before I can update my client, or is TortoiseSVN backwards compatible? I know that during the upgrade from TortoiseSVN 1.6 to 1.7, I need to convert my working copy to the new format, but during a commit does it have some logic to see the server version and adapt appropriately? 回答1: In the release notes Older clients and

How do I download code using SVN/Tortoise from Google Code?

时光毁灭记忆、已成空白 提交于 2019-11-27 02:50:14
I just saw a really cool WPF twitter client that I think is developed by the Herding Code podcast guys HerdingCode called Witty . (or at least, I see a lot of those guys using this client). This project is currently posted up on Google Code. Many of the projects on Google Code use Subversion as the version control system (including Witty). Having never used Subversion, I'm not sure what to do to download the code. On the source page for this project ( google code witty source ) it gives the following instruction: Non-members may check out a read-only working copy anonymously over HTTP. svn

Remove unnecessary svn:mergeinfo properties

一笑奈何 提交于 2019-11-27 02:35:19
When I merge stuff in my repository Subversion wants to add/change a lot of svn:mergeinfo properties to files that are totally unrelated to the things that I want to merge. Questions about this behaviour have been asked before here on Stack Overflow: SVN Mergeinfo properties on paths other than the working copy root Is there a way to turn TortoiseSVN using svn:mergeinfo off? From what I understand from the topics mentioned above it looks like a lot of files in my repository have explicit svn:mergeinfo properties on them, when they shouldn't. The advice is to reduce the amount and only put

TortoiseSVN Error: “OPTIONS of 'https://…' could not connect to server (…)”

家住魔仙堡 提交于 2019-11-27 02:02:50
问题 I'm trying to setup a new computer to synchronize with my SVN repository that's hosted with cvsdude.com. I get this error: ![SVN Error][1] - removed image shack image that had been replaced by an advert Here's what I did (these have worked in the past): Downloaded and installed TortoiseSVN Created a new folder C:\aspwebsite Right-clicked, chose SVN Checkout... Entered the following information, clicked OK: URL of repository: https://<reponame>-svn.cvsdude.com/aspwebsite Checkout directory: C: