tortoisesvn

TortoiseSVN - Ignoring files within a folder already in the repository

How do I ignore all files within a folder under source control? /project/published/ (folder I want to keep) /project/published/some_file(s) (files/folders i don't want) More Details: Currently when I go to commit changes for my project I see allot of files that I don't want to. They are files that get published to a folder and i don't...

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 client to perform the actions that I need most often, which are: Update Branch with Changes from Trunk From the branch's working directory run...

SVN config-file Question revisited

I searched and found this question but did not like the answer. Is there another way to get SVN to ignore config files that are checked in in-place (that you cannot check-in changed), but must be modified on your system. This is a pretty severe failure of SVN, my first disappointment with the system actually. What I'm hoping for is th...

TortoiseSVN identifies modified file - so why does svn diff report no differences?

I have a folder checked out using TortoiseSVN. If I copy a newer version of a file over the existing versioned file, TortoiseSVN correctly identifies that the file is modified. However when I do a "diff with previous version", it reports "no differences". If I use WinMerge I can see that the files ARE different. Does anyone know why t...

Has anyone used Versions for OSX?

Has anyone used Versions for OSX? I'm mainly wondering if it does everything TortoiseSVN does and if you can use both with the same checkout repo? Edit: The one issue I found is the diff viewer. The OSX developer FileMerger is just not that great. TortoiseSVN has got this right. ...

Is there some way to commit a file "partially" in TortoiseSVN?

I'd like to commit just a part of a file using TortoiseSVN, is there some way to do that? I'll give an example to make it clearer why I want to do that. I have a file with some defines that are replaced in the build process, something like this: #define SOME_PATH "[SOME_PATH]" This [SOME_PATH] tag is replaced in the build process bu...

How am I supposed to use Tortoise SVN Merge?

How am I supposed to use merge with the latest version of Tortoise SVN? I'm an old clearcase guy, and I've never understood it. When I merge a branch back into the trunk, I just select range of revisions and then leave the version numbers blank and it starts spitting out all kinds of files that its merging. It basically looks like its ad...

Subversion Merge Problem: Cannot reintegrate yet

I'm evaluating subversion's branch/merge capabilities, and I decided to do a simple test - I branched an existing project, changed a comment in one file, and then did a merge reintegrate via Tortoise. It failed: Command: Reintegrate merge https://oscar/svn/Baxtech/ViM/Branches/Test3 into C:\Inntec\VS2008\Baxtech\ViM Error: Cannot ...

TortoiseSVN Repo-Browser urls

How do I remove the urls of repositories that no longer exist in the dropdown in the TortoiseSvn repo-browser? ...

How do I make TortoiseSVN ignore empty directories that have been removed from the repo?

I've got some directories that have been moved or renamed. The Linux command line SVN client ignores these directories. The TortoiseSVN plugin for Explorer shows them. If I delete them and update, they come back. All of the file movement and deletion has been done using the Linux SVN CLI tools. When doing an 'svn update' or even a fresh...

TFS shell integration TortoiseTFS?

I love TortoiseSVN, as I'm sure many do. we've fairly recently moved to TFS at work, and I find myself wanting Tortoise for TFS. I tried the TFS Power Toys ( I'm running under Windows Server 2003) but no icons turned up). Is it a vista only thing? Is there a way to get TFS to expose SVN urls like codeplex does? ... i've tried svnbrid...

What causes svn commit to fail and report a file/dir as obstructed?

I am pretty much the only person making check ins to the svn repo but for some reason over the past week Tortoise is reported that my WCF Service Reference directory is 'obstructed' and I cant commit my changes. If I have no even made any changes to the contents of that directory, why does svn report obstructed and what does that even me...

SVN - How do I change the HEAD to a previous revision

We've got a situation where someone (not me...really :)) really screwed up a Commit to our SVN server...lot's of files deleted, etc. Question: What is the technique for making the previous (to the bad Commit) revision the HEAD revision? I've seen discussion here on SO for doing this for 1 file, but we'd like to make it like that last c...

SVN says I need to perform cleanup, but the cleanup fails

When I try to commit: Error: Working copy 'D:\Webs\Drupal 6' locked Error: Please execute the "Cleanup" command. When I try to do a cleanup: Cleanup failed to process the following paths: D:\Webs\Drupal 6 Does anyone know how I can solve this problem? Duplicate: http://stackoverflow.com/questions/127932/svn-working-copy-xxx-lock...

SVN says I need to perform cleanup, but the cleanup fails.

!!! This is not a duplicate question since the solutions offered in the other topics didn't work for me. When I try to commit: Error: Working copy 'D:\Webs\Drupal 6' locked Error: Please execute the "Cleanup" command. When I try to do a cleanup: Cleanup failed to process the following paths: D:\Webs\Drupal 6 Does anyone know how I c...

Git On Windows Without Cygwin?

Are there any native Git implementations for Windows that do not require Cygwin? I've become a fan of the TortoiseSVN client, and would really like to see a similar Git client for Windows. Edit: I am also considering Mercurial, but would prefer to check out a few before I make a decision. ...

Connecting to my Home Version Control Repository remotely?

I have set up a version control system using TortoiseSVN at my home to manage my pet projects, school projects etc...and it works locally. Now I need to be able to access my code repository remotely, like from school, so that I will be able to update the source at school from the repository, and commit it again once I have finished work...

loaded a subversion dump but it's inaccessible

I received a dump file of a SVN repository that I'm moving to my server. Let's call it myserver.com/svn. The load statement prints out a long list of files loaded and reports no error. However, once I try to access the repository for checkout, or relocate my existing checkout, I'm told: Repository moved temporarily to 'http://www.mys...

TortoiseSVN is showing the Question mark decorators.

At the root of my d: drive, TortoiseSVN is showing the question mark decorators on all the folders. The d: drive is not a SVN working copy. How do I remove the decorators? ...

how can I search an svn repository for the existance of files in any revision

How can I search if a file named foo.txt was ever committed to my svn repositroy (in any revision)? ...