20
votes
9answers
4k views
TortoiseSVN icons not showing up under windows 7
I cant seem to get the icons to display under windows 7 and i really miss this from xp.
Any one know how to fix?
19
votes
19answers
2k 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 …
17
votes
8answers
5k 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
12
votes
9answers
2k views
Is there anything like TortoiseCVS and TortoiseSVN for git?
I looked briefly, but I didn't see anything right off. Does anyone know anything for
12
votes
5answers
1k 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 …
11
votes
10answers
4k 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.
11
votes
7answers
454 views
What are some power commands every TortoiseSVN/Subversion user should know?
I've been using TortoiseSVN with Subversion for a while now. Its pretty easy to use and most of the time I just use the Update and Commit functions....and occasionally if I need to track down the …
10
votes
3answers
2k 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 …
10
votes
8answers
2k views
Tortoise SVN hidden _svn folders
They are specially annoying when I need to upload to the server a web solution.
Is there a way of configuring SVN to create the _svn folders outside my working directory?
If not, what is the best way …
10
votes
12answers
8k 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
…
9
votes
4answers
597 views
Why are all files in AnkhSVN solution marked as new after installing TortoiseSVN?
After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +).
I have tried re-installing AnkhSVN 2.0.6347 and checkout the …
9
votes
8answers
553 views
Subversion Server to use on Windows
What Subversion (SVN) Server would recommend a newbie get started on the Windows Server OS?
I think I'll be using TortoiseSVN on the client and will be doing .NET development mostly.
UPDATE:
Great …
9
votes
1answer
1k 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 …
9
votes
3answers
2k 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.
9
votes
9answers
3k 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 …
