tortoisesvn

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 analogue to git clean. Either a command line or GUI solution (for TortoiseSVN) would be acceptable. ...

Get the tags of a document in Subversion

I was wondering if there is a way to easily see the tags of a specific file in Subversion using the command line and/or TortoiseSVN. Most version control system allow you to see easily access the tags/labels of a file. When using TortoiseSVN I can do this when I access the "Revision Graph". This however is a operation that takes around...

authentication dialog not appear using Tortoise

I create local repository and in svnserve.conf file uncomment some line to get this: [general] anon-access = none auth-access = write password-db = passwd [sasl] use-sasl = false and in passwd [users] user= userpass But when I do Checkout or other operation, authentication dialog don't appear :/ Can someo...

Customize TortoiseSVN to warn to commit before switch

I use TortoiseSVN and frequently switch between a branch and the trunk, using the switch command. I noticed that if I don't commit before the switch, local modified copy gets merged. Is there a way to customize the tool to, say, warn me to commit local changes before switch? ...

TortoiseSVN issue tracker plugin built - but not implemented

Hello, I've read all the info of how to build an issue tracker plug-in in C# for TortoiseSVN. I done that, building a class library with integration to my issue tracking (SalesForce). I don't know how to install it to TortoiseSVN itself. I've created a setup for the solution and I can install it (like JIRA solution that I found onlin...

TortoiseSVN for Mac PC?

Hello everyone, I am using a MacBook Pro running Mac OS X 10.5. I am new to this development environment, and previously worked on Windows. I find there is no TortoiseSVN for Mac PC, and I am wondering any alternative (better free and easy to use GUI tools) tools for Mac? thanks in advance, George ...

What am I doing wrong with SVN merging?

When SVN with merge tracking works, it's really nice, I love it. But it keeps getting twisted up. We are using TortoiseSVN. We continuously get the following message: Error: Reintegrate can only be used if revisions 1234 through 2345 were previously merged from /Trunk to the reintegrate source, but this is not the case For ref...

Using Tortoise SVN with C++ in Visual Studio 2008

I have an online repository with some .h and .cpp files that make up part of a project. I'm trying to check these out and use them in a new project, but am getting errors (C4627 and C1010). All the files have been added to the project (with Add>Existing Item...), and the subdirectories that contain these files have been added to the "Add...

SVN server hosting company shutting down, and I need a backup of repository

I just logged onto http://www.ezsvn.com, that hosts my SVN repository. I have been paying monthly for hundreds of commits. They're shutting down, and their support is nonexistent. Can I get a backup of my repository from my machine? I’m using Windows. ...

How can I get all the versions of a given file?

I would like to obtain all the versions of a given file in my SVN repository. For instance, let's say that the file ThirdPartyAssembly.dll was checked 3 times, is there a command that will get me all the version on my HD (e.g. ThirdPartyAssembly.dll.v1, ThirdPartyAssembly.dll.v2, ThirdPartyAssembly.dll.v3, etc.)? Thanks! ...

Visual SVN/Tortoise 'Delete - keep local' problem.

I wanted to remove some files from the repository (while leaving them locally), and stop tracking them in the future. I tried this: - Used Tortoise 'Delete - Keep local' on the directory I wanted to remove from versioning. - Comitted to the repository. This commit failed with this error: commit failed... item is out of date Can anyone...

VisualSVN How to roll back the revision number ?

The company I work in has suffered a major server failure. During this failure the SVN Repository was lost. But there is still hope ! We have an old backup of the repository which I've managed to successfully restore using VisualSVN. The problem I'm facing now is that I can't update / commit pre-failure checkedout folders. The reason fo...

Changing folder names in Visual Studio when using SVN

I am using VS2008/VS2010 with Resharper 5, TortoiseSVN 1.6.8.19260-x64, and AnkhSVN 2.1.8420.8. Most operations I do in Visual Studio are reflected fine in SVN, however, renaming folders in a project can cause problems when I try to submit my changes. Also all the namespaces in the C# source files under the renamed folder need to be upda...

Create SVN branch from changes in trunk

I'm in a stupid situation: I have done some changes in a working copy of the TRUNK. Since the changes have not been tested, I'd like to transfer all the changes to a branch. According to the manual of Tortoise, Switch will lose all my modifications. Is there any way to keep my changes in the working copy and save them in a branch in the ...

Recover a folder or file in TortoiseSVN whilst also retaining all history.

In revision 1 a folder existed. In revision 2 the folder was accidently deleted and the change committed. We wish to roll back such that the folder is present, and retain its history. In the TortoiseSVN docs it indicates 'how' in the section titled "Getting a deleted file or folder back". To quote: Getting a deleted file or fold...

Tortoise SVN Very Slow on Windows 7 x64

I have a Windows 7 x64 machine with Tortoise SVN 32 and 64 bits installed side-by-side. I have a dedicated server with Subversion installed under Apache. The repository can be accessed via TSVN from other Vista machines without problems. I can access the repository on the server without problems from any browser. However, when I try to...

Checkout an SVN Project using Subversive in Eclipse

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? ...

Subversion import existing project is much smaller than first checkout

I have an existing project that I imported into subversion using TortoiseSVN. Total project size says 1.45MB. Total folder size on my machine is 9.72MB. Create new folder, right-click, checkout 7.14MB transferred and 19.4MB on my machine. Can anyone explain this to me? I did a quick KDiff on the folders and they're identical. ...

SVN: How can I update an existing repository from an exported copy ?

Late one afternoon, I did an export of my project repository, and took home my work on my USB key. I've added many changes to the exported project, and now, having returned to the workplace, I want to update the repository with the project that I've now got. To complicate matters, I've made updates to the project in both the main trun...

Tagging in Subversion - how do I make the decision about continuing to work on my trunk vs. the new tag?

I'm running Tortoise SVN to manage a project. Obviously the principles around tagging apply to any implementation of SVN but in this question I'll be referring to some TortoiseSVN-specific dialog boxes and messages. My working directory and the subversion repository structure both have a Source root directory and the Trunk, Tags and ...