tortoisesvn

Tortoise SVN - how to change context menu?

Is it possible to change Tortoise SVN's context menu so that some of the commands I use more frequently appear one level higher in the menu? eg right click the folder in explorer and you see these options SVN Update SVN Commit Tortoise SVN ... (submenu) I would like to be able to move or copy some items from the sub menu to the same ...

TortoiseSVN: Show status of multiple working folders in parent folder

I have repository configured like this: \Util_1 \branches \tags \trunk \Util_2 \branches \tags \trunk ... Now, on my local disk i have: \dev \Utils \Util_1 \Util_2 In Util_xx folders are only trunks. If I enter the Utils folder, TortoiseSvn shows status icons for each Util. Unfortunately, Utils folder tha...

SVN quickie: Renaming a parent branch.

Sorry for what is essentially a newbie connection: If i have a branch, that i essentially am using as parent, i create a few children branches from it, and then rename (i.e. copy and delete) the parent, won't the children branches be fatherless and hence lose considerable amount of their history? ...

Why does Subversion/TortoiseSVN skip revision numbers if a file has only been changed one time?

I am fairly new to Subversion/TortoiseSVN and I want to know if there is a way to prevent Subversion from skipping revision numbers on files so that I can track the amount of time a file is changed based on it's revision number: Example: I have A.txt, B.txt, and C.txt Revision 1: (added the files to repository) A.txt :1 B.txt :1 ...

SVN not seeing changes

Hi all, I just ran a perl script to replace all occurances of one word for another for my whole project. ie: perl -e "s/OLD/NEW/g;" -pi $(find ./ -type f) I want to commit these changes to subversion, but when i run "svn status", none of the modified files appear on the list. The same thing occurs in TortoiseSVN using the "Check fo...

Changing a file tree in tortoisesvn

Hi all, We have a subversion repository which was set up without using the standard \trunk \tags \branch layout and now after a couple of years we are looking to rectify this. We use tortoiseSVN. Our current system is that we have a "dev" folder with various subdirectories for UI, Business Logic, etc. Ideally, we would want to have a ...

Is there a way to blame someone else or be able to change the blamee in subversion/TortoiseSVN?

I have a project I am working on that is being version controlled locally. I have changes made by another person outside of the network/company that I need to incorporate into my project but I want to be able to put the "blame" on them for the changes they make. I manually make the changes or I may just incorporate the changes they make ...

Using $Rev:$ SVN keyword in C# code?

Does anyone know what the syntax is to use the file revision keyword within the code in C#? I know how to use it in SQL Server but I can't seem to get the syntax right. I have already added the property to the file in which I would like to display the version. Thanks! badPanda ...

Is there a way to print all the information in a certain amount of commits in TortoiseSVN/subversion?

I want to be able to print out all of the changes to the code since a certain date. Without manually copy and pasting the information from all the commit logs, is there an easier way to get all this information into a central location? ...

How do I identify the first branch which contains a revisions from the trunk?

Hi Can anyone suggest a way of achieving the following: 1) I am examining a particular revision/svn commit in the trunk. 2) I want to find out which release of the software this first went into? So for example, a user is querying a bug which I know has been fixed. I identify the revision in the trunk but I want to quickly find the fi...

Creating a new SVN repository from a BASE repository?

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new Remember, the "new" repository already exists. I.e. I can't issue a command whereby the contents of the new one is deleted. I want to copy the BASE_REPOSITORY INTO this new repository. Can I do this? If so, how? ...

How can I see the repository URL to which my working directory is pointed?

I use the switch feature of Subversion quite often, but sometimes I forget where some of my working directories are pointed. Is there a way to easily find out the URL to which my working copy is pointed? Right now, the best way I know how is to right click, and go to the TortoiseSVN repo browser. ...

How to remove file from Subversion (make it 'unversioned') ?

I'm always having this problem and I didn't found the answer yet really. Let's say you setup your partner setups a new project and imports every single file of the it, including those ones related to enviroment configuration which should not be under source control during the development (ie. the database config file). So then I checko...

TortoiseSVN diff fails with "Inconsistent line ending style"

Two questions: How to make the TortoiseSvn diff tool ignore the EOL style? How to fix mixed EOL style files during the conversion from PVCS to SVN? I've just imported a PVCS archive to Subversion using the excellent free Polarion conversion tool. Everything looks fine, there is just one annoying thing that I'd like to fix. Some of th...

Tortoise SVN problem: Folder that's no longer in Repository is showing up with a caution icon.

I'm using Tortoise SVN on Windows 7. I've got a folder that got fouled up (probably b/c I renamed it outside of SVN). I've read the SO article about obstructed folders/files, and that folder is now not listed in the Repository but it's still showing up with a warning icon (when I do a Cleanup Tortoise reports that it's "not a working d...

Class not registered error while compiling the solution in asp.net

Hi Experts, Unable to write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\mascottestsystem\168a196f\ae6ae894\App_Theme_.svn.ev4lzvrq.pdb': Class not registered vbc : I am really clueless that what it means. Please help me. Thanks in advance. ...

How to automate property setting in SVN?

My subversion repository has a pre-commit hook that requires all files to have a SVN property before its commit. I am setting this property manually making each addition of files and folders a 2-step commit. How to automate this? ...

Access 2007 Visual Basic Code Subversioning

Is there a way to version the VBA modules inside an Access 2007 database, or am I just stuck with exporting the code and keeping it separate from the database and maintaining two different copies? ...

Checking out repository on work group computers

I have created a local repository and its URL is file:///F:/subversion/MyProject And I checked out MyProject to my local machine....it works fine.. But when I try to CheckOut on a WorkGroup Computer using URL: file:///Server_Name/F:/subversion/MyProject .. it gives an error like Error: Unable to open an ra_local session to url. Erro...

Tortoise SVN upgrade issues

This is not a question as much as a post to make sure if someone is looking for an answer; Note from maker of tortoise SVN on their website Important Note If you're updating from an earlier version (pre 1.6.10), you have to run the installation twice. Just use the "Repair Install" the second time. If you want to know the details about...