Tagged Questions
TortoiseSVN is a Subversion client for Windows, implemented as a shell extension.
124
votes
19answers
79k views
TortoiseSVN icons not showing up under Windows 7
I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP.
How can it be fixed?
106
votes
22answers
95k views
SVN Working Copy xxx locked and cleanup failed
I get this error when I do a svn update:
Working copy xxxxxxxx locked Please
execute "Cleanup" command
When I run cleanup, i get
Cleanup failed to process the
following paths: xxxxxx
...
73
votes
6answers
27k views
Good branch/merge tutorials for Tortoise SVN?
Anyone know of any really good tutorials explaining branching and merging with Subversion? All the better if it's specific to Tortoise SVN
62
votes
8answers
33k views
SVN Remove File from Repository without deleting local copy
How can I "delete" a file which is already in the SVN repository without deleting it from my file system?
Tortoise or Command Line instructions welcome.
Thank you.
57
votes
7answers
14k views
Remove unnecessary svn:mergeinfo properties
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 ...
56
votes
11answers
25k views
How do I move a file (or folder) from one folder to another in TortoiseSVN?
I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. ...
47
votes
10answers
22k views
How do you move a file in SVN?
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?
...
44
votes
23answers
11k views
Best tools for code reviews
It has been well established that code reviews are good, so this question is purely about the mechanics. For a dev environment centered around Visual Studio and Subversion what are the best tools for ...
43
votes
17answers
55k views
An SVN error (200 OK) when checking out from my online repo
I'm trying to setup my first repo on my host and am getting this error when I use Tortoise to checkout the project:
Error: OPTIONS of 'http://mywebsite.com/svn/myproject': 200 OK ...
40
votes
2answers
14k views
Use TortoiseSVN to merge branch changes with the trunk
Using TortoiseSVN, I need to take changes I've done in a branch and then merge them with Trunk.
I am the only developer on this project, so I know trunk hasn't changed. I am learning SVN so that ...
39
votes
9answers
44k views
How do I download code using SVN/Tortoise from Google Code?
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 ...
36
votes
8answers
9k views
Tortoisesvn using svn:mergeinfo, is there a way to turn it off?
When I'm doing a tortoise svn merge, it includes a bunch of directories, and some files into the modified files, even know there are no actual changes.
It changes the property svn:mergeinfo
Is ...
36
votes
3answers
9k views
Undoing a commit in TortoiseSVN
I commited a bunch of files (dozens of files in different folders) by accident. What is the easiest, cleanest (and safest!) way to 'undo' that commit w/o having to delete the files from my working ...
33
votes
9answers
20k views
How do I remove a folder from source control with TortoiseSVN
How do I remove a folder from being source controlled with TortoiseSVN?
32
votes
4answers
12k views
Update Item to Revision vs Revert to Revision
I've started to use Subversion with TortiseSVN. If I open up the log and right click on an old revision I see two options that sound like they roll back to an older version: "Update item to Revision" ...
30
votes
6answers
40k views
Checkout a specific revision from subversion from command line
I would like to checkout a specific revision of a folder in subversion using the command line but don't see an option for specifying the revision number in TortoiseProc.exe.
TortoiseProc.exe ...
29
votes
5answers
27k views
Using TortoiseSVN via command line
Hello I want to use commandline svn options.
I use TortoiseSVN and I run several commands and I get the following error:
'svn' is not recognized as an internal or external command
I used the ...
29
votes
5answers
11k views
Move Directory across SVN repository using Tortoise SVN
How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN.
28
votes
17answers
25k views
SVN commands does not appear in context menu
I've just downloaded and installed SVN Tortoise, but no commands appear on the menu
How is that possible?
28
votes
8answers
15k views
What is the correct way to restore a a deleted file from SVN?
I deleted a file from a repo and now want to put it back. The best I can figure out is to:
update to the revision before the delete
copy the files elsewhere
update to head
copy the files back
add ...
27
votes
2answers
5k views
SVN Mergeinfo properties on paths other than the Working Copy root
I have an svn repository where I have trunk and a branch.
I intend to merge the trunk into the branch at regular intervals, however, when I do this I see many property status changes, in additional ...
25
votes
2answers
9k views
What is the simplest way to do branching and merging using Tortoise SVN?
I have not found a really simple "how to" any where so I came up with my own through trial and error and wanted to share it, i.e. I will answer this question myself.
25
votes
9answers
5k views
What Visual Studio files should be ignored by subversion to minimize conflicts?
I am supporting a number of .Net developers who are using Subversion to version control their work, but we have been running into a number of issues that seem to revolve around the additional files ...
25
votes
6answers
8k views
Better Merge Tool for Subversion
Is there a good external merge tool for tortoisesvn (I don't particularly like the built in Merge tool). I use WinMerge for diffs, but it doesn't work with the three way merge (maybe a better ...
24
votes
7answers
13k views
Can't open .svn/text-base/file.svn-base?
I'm using TortoiseSVN. I just made quite a few changes to my working copy and now I went to do a commit some of the files went through but at one file named Search.aspx.cs it says
Commit failed ...
24
votes
7answers
10k views
Can I go back and edit comments on an SVN checkin?
I put a mistake into a comment in SVN. Can I edit this after checkin?
24
votes
14answers
9k views
'Un-SVN' a working copy
I have a folder that is my working copy. How do I remove all SVN functionality from this folder? There is a reason for me doing this, somehow my master folder that contains all my working copies of ...
24
votes
8answers
25k views
How to setup access control in SVN?
I have setup a repository using SVN and uploaded projects. There are multiple users working on these projects. But, not everyone is working on all projects and require access. I want to setup ...
22
votes
7answers
9k views
Where is svn.exe in my machine?
I have Tortoise svn installed on my desktop. I want to perform some tasks using commandline svn.exe? But I am not able to find svn.exe on my machine.
Do we have to install something else to get the ...
20
votes
9answers
11k views
SVN\Tortoise painfully slow
I'm experiencing painfully slow operations with one of our svn repositories\projects.
For example its taking 5-10mins to revert the changes in one small file (10 KB). Or about 40-60mins to check out ...
20
votes
6answers
7k views
TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?
I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise.
Are any of the Tortoises other than ...
20
votes
11answers
17k views
Updating from svn repository returns “Could not read chunk size” error
When updating from subversion repository using tortoise svn client I get error looking like that:
Could not read chunk size: An existing connection was forcibly closed by the remote host.
It ...
20
votes
3answers
11k views
How do I configure the TortoiseSVN 'Global ignore pattern' properly?
I would like TortoiseSVN (1.5.3) to ignore certain folders, their contents and certain other files wherever they might appear in my directory hierarchy but I cannot get the global ignore string right.
...
19
votes
2answers
4k views
List all svn:externals recursively?
How can I get a list of all svn:externals (recursively) in a directory? Is there any utility for this?
(I'm using Windows (and tortoise))
I have a bunch of svn:externals linking to different shared ...
19
votes
3answers
15k views
Using TortoiseSVN how do I merge changes from the trunk to a branch and vice versa?
I've been reading up on branching/merging with Subversion 1.5 using the excellent and free Version Control with Subversion book. I think that I understand how to use the Subversion command line ...
19
votes
8answers
4k views
Can I make Subversion + TortoiseSVN case-insensitive for Windows?
I've been using Subversion for code control with TortoiseSVN to interface with the server for the past few months, and in general it's been going great! However, occasionally my FoxPro IDE will ...
18
votes
5answers
4k views
How can I delete all unversioned/ignored files/folders in my working copy?
If I have a working copy of a Subversion repository, is there a way to delete all unversioned or ignored files in that working copy with a single command or tool? Essentially, I'm looking for the SVN ...
18
votes
4answers
6k views
How do I Unignore a file in TortoiseSVN?
I ignored a file in TortoiseSVN by mistake. How do I reverse this and add the file to my repository?
18
votes
2answers
13k views
How to change users in TortoiseSVN
I was setting up another user to use our SVN repository. He didn't have a username/passowrd, so I logged in with my credentials. We now have a username/password for him.
How do I get TortoiseSVN to ...
18
votes
3answers
8k views
Windows Pre-commit hook for comment length Subversion
I seem to be getting nowhere with this. Either searching the web for a script, etc. Anyone got a script that you can just edit the out-of-box pre-commit.tmpl in a Windows environment that requires x ...
17
votes
5answers
14k views
Is there a git-svn windows client something like TortoiseSVN?
I like TortoiseSVN's windows integration, Is there something like that for dealing with git-svn? I'd even go with a less integrated GUI if it is quick enough to access. What I don't want is a CLI as I ...
17
votes
12answers
13k views
Why is TortoiseSVN so slow?
I'm using TortoiseSVN to connect to my Subversion repository hosted with CVSDude. It's unreasonably slow--especially on small transfers...
5 kBytes transferred in 5 minute(s) and 9 second(s)?!
...
17
votes
11answers
4k views
Should I store all projects in one repository or mulitiple?
I am currently using TortoiseSVN to manage a couple of the projects that I have on the go at the moment. When I first moved everything into source control I wasn't really sure how everything should ...
15
votes
2answers
5k views
15
votes
4answers
11k views
TortoiseSvn and Windows Server 2008 user account control
Here is the question:
Can TortoiseSvn work on Windows 2008 without turning off User Account Control?
Here is the story:
I just moved my test server to Windows 2008 and I am having problems with ...
15
votes
6answers
3k views
Can I commit only parts of my code using SVN or Mercurial?
I use Tortoise SVN usuallly, but I have been looking into Mercurial since it is a distributed revision control system.
What I am looking for, in both systems, is a tool that let me pick only parts ...
14
votes
7answers
6k views
windows explorer icons in tortoise svn take a long time to refresh to correct state
after i commit files, the icons stay on either modified or waiting for commit for a long time. is there any way to force a refresh to ensure that the icon that i am seeing is the correct state of ...
14
votes
5answers
3k views
Change SVN commit message retroactively?
I would like to re-write a big number of SVN commit messages to a different structure, e.g. prefix a category. From:
"foo" now accepts "bar" format for connection string.
I want
core - database - ...
14
votes
11answers
10k views
How can I speed up SVN updates?
We have a rather large svn repository. Doing svn updates are taking longer and longer the more we add code. We added svn:externals to folders that were repeated in some projects like the FCKeditor ...
13
votes
2answers
2k views
Installing TortoiseSVN and TortoiseGit together
I have TortoiseSVN installed and it works great. Would like to have an equally great interface to things hosted on Git.
Is TortoiseGit as good as TortoiseSVN?
Can they both be installed without much ...