tortoisesvn

Other users can't access my svn repo

Question: How do I do I set it so that other users can access my svn repo with tortoise? Info: I have a svn repo set up on my little home server (Ubunt 9.04) and i'm trying to set things up so that my friends and I can work on some programing projects together. Right now I can get my account that i use for admin (we'll call it bob) t...

How might I force our developers to enter notes when committing via TortoiseSVN?

Possible Duplicates: Any svn:hook script that enforce commit with comments? Creating a Required Comment Hook for Tortoise SVN I often see a slew of commits, but no notes referencing the tickets... And so I end up going back and reviewing the diff manually. Not necessarily bad, but it would be nice to have notes. Any ideas? ...

How to automate Visual Studio tasks following SVN update?

I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the Visual Studio project; it has to be manually added. I might write a macro to automate this process, and I'm wondering if I can make it a...

Tortoisesvn creating a branch and switch

This might be a dumb question but I'm unable to understand: When we create a new branch, why do we need to 'switch'? What does this 'switch' exactly do? Can't I use the whole repository as I was using earlier without bothering about switch? ...

TortoiseSVN doesn't connect to repository

I've been using cvs2svn to migrate one of my repositories to SVN. When I open it with TortoiseSVN, it gives me an error: Expected FS format between '1' and '3'; found format '4' what does that mean? thank you. ...

Accidentally Delete Visual SVN Server Repository

Hi, A developer from our office accidentally deleted the Repository from the Visual SVN server. Every developer in the office has a copy of the files, so I'm not worried about the files. What I want to recover is the changes log. Can this be done? ...

Is there a way to prevent saved authentication in Tortoise SVN

I am using Tortoise SVN, and I tend to have my own username/password stored in it's saved data so that I don't have to authenticate each time. Trouble is, we have a number of scripts, Final Builder projects and things that use another username - and so this overwrites my own username in the saved data. Then I go to make a commit and fi...

How to tell which directory is the problem when tortoise svn complains...

I am working under windows using the tortoise client and have made lots of changes, including many deletes, adds etc. When i try and commit i get the following error, but i cant tell which directory is the source of the problem? Cannot non-recursively commit a directory deletion of a directory with child nodes To commit recursively and ...

SVN commit on windows XP

I have svn sever on Fedora 12. If I commit to repo from linux machine, if I commit from my MAC laptop all is ok, however when I try to commit from my windows XP laptop png files will not commit, every other file type works on the windows laptop. This is obviously something to do with windows, but I haven't got a clue what!!!! I have bee...

How to commit changes to SVN External?

I have a SVN external setup in my code which pulls all the code for a directory from another repository. When I make a change to that code and try to commit the change, it doesn't show any changes to commit in tortoiseSVN. How do I commit changes made in a externals directory back to the repository the code came from? ...

How to rename a project in VisualSVN or by the client TortoiseSVN (win32 platform) ?

I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible? ...

How to get a TortoiseSVN log of only one folder, but non-recursive

I have a folder that I'd like to see the log of, but I only want to see the log of the files in this folder, not the subfolders. Is there any way to do this in TortoiseSVN? ...

How to have tortoisesvn Always freeze svn:externals for tags

Is this possible with tortoiseSVN?: Always freeze svn:externals for tags the scenario is our trunk will always use the 'head' revision for externals, however when we create 'tags' we would like for them to have a revision set for externals to properly 'freeze' them at a specific point in time. Thanks! Update Thanks to everyone for y...

Subversion: Ignore a Directory in the Repo on Commit

I have all the boost header files in this repository and when I do a check in it takes a really long time to scan all those files that will never change. Because I want users that checkout the project to be able to compile without installing boost I am in a pickle. I want to checkout everything, and then ignore updates (there will neve...

Is it possible to schedule an svn update?

I use eclipse galileo with subversive plugin or Tortoise SVN to do an update. It is possible to schedule an auto-update (eg. every night)? If yes, is it possible to configure it to just update the non-conflicting files? ...

How to avoid svn:mergeinfos on sub-folders?

We try to keep the 'svn:mergeinfo' property on the root branch folder only. However, we keep seeing it creep into subfolders. We've been able to identify some possible causes: Moving a folder in the repo-browser Moving and/or renaming packages in IntelliJ Using old svn clients Can anyone provide a list of things we should not do in o...

TortoiseSVN checkout problem in Windows

The problem is that I'm checking out some files with special characters in their filenames -- when TortoiseSVN attempts to check the code out, it can't create those files and the checkout fails. this applies to updating as well. Is there any fix/workaround to this, maybe to give an alternate filename or something? Update: Apparently, t...

How to create an SVN pre-commit hook to unzip a file into a directory before commiting to the repository

I am using MySql Workbench, which stores files using a proprietary format which it turns out is simply a renamed zip file. I would like the unzipped contents to be placed in my repository on commit. Is it possible to have SVN run a batch file to unzip the contents before comitting to the repository? ...

TortoiseSVN: How do I export an entire file tree from a specific date

I have my project in Tortoise SVN repository. I want to export the project to the disk, to the same state it was on a specific date. I do not have a branch/tag for that date. Is there a way to achieve that? ...

SVN - Branched tag back to root

I have a svn repository. I have now created a branch for this repository to do some major dev work. Now some of the features that I can created in my project can be committed directly to the main repository instead of the branch. Is there a way to do commit those changes without having me to switch the branch again? Update: I am using ...