tortoisesvn

Multiple Subversion clients and TortoiseSVN

I installed Subversion 1.5.x and then TortoiseSVN 1.6.x. All was fine using the 1.5.x command line utility exclusively. After becoming comfortable with svn for awhile, I then used the TortoiseSVN client to make a commit, which worked, but the command line client now gives me a client too old, get a newer client error on all commands. ...

Getting TortoiseSVN to set a file's modified time to the timestamp of the latest revision

I seem to remember being able to get Tortoise SVN to set the last-modified timestamp for files to the timestamp from the revision when performing an update. So if someone committed a file 5 days ago and I update it, the modified timestamp will be 5 days ago, not today. Except for the life of me I can't remember/find where the option is....

how do I integrate a branch into a trunk if the folder structure has changed?

I need to intergrate a branch into the trunk but the folder hierarchy of my trunk changed in the meantime. I should still be able to merge sub-folders which preserve the original structure, but when I try I get an error. Example: Original structure when branch was created: svn/trunk/dir1/dir2 --> svn/branches/b1/dir1/dir2 renamed:...

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 the project of 100Mb. There is about 30 other project on the same server some vastly bigger than this one, and none of them preform like ...

Problem connecting to SVN repository

Okay. Just looking for some advice on how to debug a problem with connecting one machine to an SVN repository. Here are the details: (1) Two of our machines successfully connect to the SVN repository, but one machine does not. (2) We are all using Windows XP and are using the TortoiseSVN client. (3) We all were able to connect from ...

Help with SVN Setup

I am setting up VisualSVN. It comes with a "Repositories" repo. My question is pretty simple I hope, do I create a single repository under the root and then add a new folder for each project I want to manage? or do I create a new repository under the root "Repositores" for each new project? ...

How do I disable the update software message box with Tortoise SVN client

When using Tortoise SVN for the first time since a reboot, if the software has a new version, a message box appears asking to visit the website to get the new version. Does anyone know of a way to disable this? ...

SVN checkin as different users on Windows

I would like to have an option to select what user that I'll do my checkin as when checking in from Windows. When using TortouiseSVN it seems like the authentication information is stored per repository and it cannot be changed. What would be a good way to make it easily possible to checkin as different users using SVN in windows? ...

How do I create a SVN Commit Message Template and Hook to Verify

I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on a consistent format for checkin notes. For Example I want their Commit Message to default to... Synopsis: Developer Name: (pre-populated) Reviewed By: [Bug Id]: [Change Bug State]: Known Issues: Affected Files:...

spurious "property" modifications when reverting changes in tortoise svn

Whenever I use the "revert changes from this revision" function in Tortoise SVN, then do "Check for Modifications", I end up seeing a bunch of irrelevant "Property" modifications to files that have nothing to do with the revision I'm reverting (in addition to the relevant "Text" modifications that I do care about). Why is this happenin...

Moving folder in SVN, having a bit of trouble.

I have a project on codeplex and I'm trying to reorganise the tree structure so it makes a bit more sense and is easier to work with. This is my current layout: TopLevel |-->src |--->ProjectA //This is where all the files are held |-->Core //plus three more folders |-->MyProject.Core |--->trunk |-->src // I wan...

re-revprop-change hook in TortoiseSVN

Total newbie to TortoiseSVN here. I need to change a log message for some commits I made to subversion. I only want to make my changes and then have everything go back to the way it was before, meaning you can't change anything after the commit. According to this post (http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-chan...

control not available in current context

Hi I Applied a patch to a asp.net page using the tortoise svn "Apply Patch" command. The patch was created using the "Create patch" command. The patch added a label control to the aspx page and some references to it in the codebehind. Now the solution just wont build unless I build the page seperately first. Sometimes even that wont wo...

Renaming folders in SVN and VS.Net

Hi. I'm using subversion and Visual Studio 2008 (and Tortoise) I've got a number of folders in visual studio projects that I want to rename. Whenever I've tried this in the past I've ended up with conflicts and had to create my new folder, copy all the existing content in to it, check it in and delete the old folder. Has anyone come ...

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 (http://mywebsite.com) Here is what I did: 1) ssh into my host and head to /home/myaccnt and 'svnadmin create svn' 2) create my project repo: 'svn mkdir svn...

How to get rid of missing directories in SVN commit?

When I try to commit SVN reports about 10 old directories as missing. I've deleted these directories quite a while ago. I've tried to create the same directory again but then SVN reports them as "obstructed" and I can't delete them. These directories are not in the repository either. They are not affecting my commits directly but Tort...

Image diff viewer SVN

We use Tortoise SVN for accessing our SVN server. I was wondering if anyone knew of a image diff viewer that would show two revisions of the image side by side to see any any changes. Similar to the TortoiseMerge that's included with it by default, only for image files. ...

How can I rename all hidden directories under the current directory in DOS?

How can I rename all hidden directories under the current directory in DOS? I've just updated Tortoise SVN to use _svn instead of .svn. I noticed that it still works if I just rename the folders. ...

SVN Won't download newly added files

SVN won't download newly added files but will update existing. Developer B adds 3 new files to the repo, and when Developer A updates it does not download the files. Both using TortoiseSVN and VisualSVN. Does anyone know what could be causing this problem? If Developer A goes to the Repo Browser they can see them, but it just won't u...

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? ...