tortoisesvn

Subversion update misses new directories

Hi all, Periodically we have trouble with SVN when doing updates. Very occasionally when someone adds a new directory doing an update through Tortoise doesn't work. If we do a "Fully Recursive" update using "Update from revision..." option then it picks it up fine. I'm poked around and seen this question which is virtually identical ...

Can anyone recommend a source control tutorial for a non-technical user based on TortoiseSVN?

Can anyone recommend a source control tutorial for a test engineer based on TortoiseSVN? It needs to cover how to check stuff out in detail; the rest can be a bit sketchy if necessary. ...

Can you commit an existing working copy to a new branch using TortoiseSVN?

I've got a working copy that I checkout of the trunk and I have made quite a few changes and would prefer to commit back to a branch instead of the trunk (from which is was checked out from). Is this possible and how can I do this using TortoiseSVN? ...

Clever way to add files to changeset after commit?

It sometimes happens to me that I forget to include a file in a changeset (i.e. a commit of a number of changed files that belong together, e.g. "Fixes bug #45") I will usually just make a second commit with the same commit message. Is there a clever and simple way to add the "latecomer" to the first commit somehow? Without svn dumping...

Why do I need to commit ignores under TortoiseSVN?

When I select ignore on a files under version control it marks the parent directory as changes, then when I then do a commit, it checks in svn:ignore property to the repository, resulting in another revision. Why do I need to commit the svn:ignore property? Is this a TortoiseSVN issue or just the way SVN works? ...

How to upgrade a 1.4.3 TortoiseSVN-created repository to 1.6.x?

A few years ago, TortoiseSVN 1.4.3 was deployed to our software development team and we are now looking at upgrading the client to the latest 1.6.x version. I had hoped this upgrade would be transparent with the additional features and modifications being client-side. For the most part, this was true except for a very important feature...

Building an Issue Tracker Plugin for TortoiseSVN

I've read a lot about IBugTraqProvider interface and implementing an issue tracker into the commit dialog of TortoiseSVN. IBugTraqProvider is written here. Is there a more simpler way not to do it, building the plug-in and installing it on TortoiseSVN. The Document is not that clear that a developer can create its own plugin. I'm work...

SVN - Retrieve history of item "replaced into" existing directory

I created a branch from my SVN trunk. In the branch, another developer deleted a directory, but then readded it with the same files. When I merged the changes from the branch back into the trunk (using TortoiseSVN), this directory had a "replace into" message. I unfortunately merged those in (none of these files in the branch had chan...

SVN Merge returns nothing...

Here is the scenario: Windows Vista environment. SVN version 1.6.11. I'm on my branch directory. I want to update my branch with a particular change from my trunk. Using command line (using SlikSVN) I enter the following and it returns nothing (returns a blank line and no merge occurs): svn merge -r 11846:11891 http://trunk//AppConstan...

Access Authentication

I wanna know, how I can set user name and password for each user in TortoiseSVN and I already did these steps to made repository: - Created a file then created repository in this file. - Changed " svnserve.conf " in conf file. - Then set all user and them passwd in conf file. - I changed authz to access my repository also including in co...

Why does ASP.Net locks when I update code with TortoiseSVN

Hi, when I update Adobe Flash/Flex code that is not related to ASP.Net with TortoiseSVN (latest) on a Windows Server 2008, the complete website locks and stop responding. Is it ASP.Net recompiling my code, is it IIS 7 or is it Tortoise locking the file system? How can I prevent or minimize this if I need to do an update when 1000 users...

SVN: Update whole project after having been working with one folder

I'm using TortoiseSVN. I had previously been working with only one subfolder of a repository folder. So I was only updating/commiting on that subfolder and never downloaded the other ones. I would now want to retrieve the whole main folder. So I did a checkout on the parent directory but obviously when I want to update on the parent di...

subversion 1.6.x losing changes on check-in

I'm trying to figure out if this is a known issue with SVN 1.6.x Developer A modifies a file and commits it. Developer B modifies the same file. Tries to commit it and gets told local copy out of date so does an update and then a commit. However the changes from Developer A are lost so the resulting file only contains the version that D...

Single file in a working copy (branch) pointing to trunk under TortoiseSVN?

Got a very strange problem. I've got a working copy which is from a branch. When I commit any changes from this working copy, one single file in the working copy gets committed to the trunk. If I right-click this single file and click Commit the SVN URL displayed points to the /trunk and not the branch. How on earth could this happen?...

using VisualSVN server with Tortoise SVN and ankhSVN plugin for visual studio 2008

I have a VisualSVN server and the client is TortoiseSVN with AnkhSVN plugin for VS 2008. I created a project in the VS and added the solution to the Subversion through right click and committed it. In the repository all the folders are present except bin and obj. Why so? Do I have to manually add them from the project folder? Some pe...

Can I access an SVN repository and its log by disk only and not using a server?

Is this possible? Let me explain what I mean. I have migrated from svn to hg but every once in a while need to use an old svn repository's history to figure out some issues. I don't want to have to install and run VisualSVN (I run on Windows) to do this. I have a backup of the repository via svnadmin dump. I would like to be able to...

Where happens merging in SVN - on the client or server?

At my company we evaluate working with feature branches. We want to use mergeinfo to track merging. I have issues in some of our tested projects where merging a trunk that has only little changes into branch leads to lots of changed files because of the changed mergeinfo. I read that this behaviour improved between version 1.5 and 1...

Visual SVN host remotely

I am currently using subversion with visual SVN to manage and host my repo across my local subnet. i.e. https://WIN-NU2CCXWBFDF/svn/ How can I configure Visual SVN to host outside of my subnet, i.e. https://www.mysite.com/svn ...

Change SVN Path Entirely

Hi Guys, We have an SVN at http:/XX.XXX.XXX.XXX:1111/svn/AB/ - and the first two folders of the SVN are like http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/ The problem is we want to move the entire svn to get rid of /abc/filefolder/ as the entire project sits under /abc/filefolder/ [created long ago and never bothered to change] (que...

SVN 255 Character Problem

Hi Guys, I am using TortiseSVN and we have a problem when we exporting etc because subversion errors. The path has a character limit 255 - so I am not sure if this is the problem [I think it is in Win7 x-64 bit] How do I fix this ? i.e. allow paths for >255 characters ? ...