tortoisesvn

SharpSVN Path Problem..

Having a problem with SharpSVN (1.5 and 1.6) checking out code. (Note, I also have Tortoise 1.5 installed on my machine) This same code has worked previously, so I don't know why things might have broken. using (SvnClient client = new SvnClient()) { SvnUriTarget url = new SvnUriTarget(checkoutURL.ToString()); client.Authenticat...

Excluding a single project file from an SVN repository

I have a django project that I have been working on as a solo developer, and have been using TortoiseSVN to keep the code managed in a repository on a work server. I work on this on a local installation of django etc. There is now a second person who will be working on this project, and the possibility of working on some other PCs. Now...

How to change users in TortoiseSVN

I was setting up another user to use our SVN repository. He didn't have a username/passowrd, so I logged in with my credentials. We now have a username/password for him. How do I get TortoiseSVN to let me enter the new username/password? ...

Tortoise Check-in error Checksum mismatch

I cannot figure out why I get this error during check-in. I checked in successful only a few hours ago so not sure why now it's complaining Error: Commit failed (details follow): Error: Checksum mismatch for Error: 'C:\sss\sss\trunk\xxxx\.svn\text-base\Header.ascx.svn-base'; expected: Error: '3cee96f580409a1711a47541a07860dd', ...

How does one manage multiple release branches in subversion?

At the company I work for we use subversion and TortoiseSVN to manage our source code. Each project is branched off the trunk. When we need to integrate the different projects for a release, we create a release branch that contains the code that will be integrated, tested, and deployed to production. Typically we only have one release br...

SVN Error - Left locally modified or unversioned files

I have a main line of development and a branch. On the main line, a new directory has been added to SVN, with some files in it. It also contains directories called bin and obj, which are in my global ignore pattern in TortoiseSVN. Whenever I try to do a Switch on my working copy from the trunk to the branch, I get the error "Left loca...

merging two or more revisions

In tortoise svn, is it possible to merge two revisions within the trunk (not two branches)? ![alt text][1] ...

svn list of files that are modified in local copy

I use Tortoise client to checkout/commit my changes to SVN. But I found this little difficult because I'm not able to find List of all files that are changed in my local copy. Is there any short cut or something that I overlooked? I'm new to SVN. FYI. ...

TortoiseSVN from the command line and "IF ERRORLEVEL"?

I have a batch file I'm running from a Windows XP w/service pack 3 workstation which applies SQL changes to a database using sqlcmd.exe in SQL 2005. I've got a command-line entry for TortoiseSVN to automatically update the local copy of my repository like so: tortoiseproc /command:update /path:"C:/SVN/My Code/Dev/2009.07.23" /closeonen...

Limiting the memory consumption of tsvncache.exe in TortiseSVN ?

Does anyone know how to control the memory consumption of tsvncahce.exe used by TortiseSVN? It's consistently the largest consumer of memory on my machine. ~180mb on my Vista 64 machine. It uses more ram than VS2008, Sql Server and even my browser which usually has 4-5 tabs open. this just doesnt seem normal. I have already started hav...

SVN: locally ignore files when updating

Hi, I would like to delete/change some file in my local SVN repository and then SVN not to try update them while doing update (just for me on my local machine). I have to test one specific bug with this customers data, but it 12GB of them. So I would like to exchange some of DB file with dummy (empty with correct structure (MDB)) files. ...

My web host supports SVN but via SSH, will that screw up access to other repositories?

My web host supports SVN but via SSH, will that screw up access to other repositories? meaning, I have to go to ToriesSVN | Settings | Network and then select my SSH CLient (TortoisePlink.exe). Now will this effect me getting code from says google code or any other SVN repo? If not, why not? ...

Timing the Release branch

Part of the team is working on next release / sprint, the rest working on testing and bug fixing the previous sprint before a release to production. The part working on next release wants the branch now, the other part wants it as late as possible because they will have to start merging fixes as soon as we branch. I don't like making...

Can I prevent from users to delete files from the SERVER using TortoiseSVN and RapidSVN?

When a user is useing TortoiseSVN and RapidSVN, he sees the files as they are on the server, and thus has the ability to delete them. I want to prevent that. Maybe to block the option to delete? Thanks, Oded EDIT I want the only way a file will be deleted from a server is that a user deletes it from his local drive, and then commits it...

commitimg to SVN protected repository

I used windows security to block to users the option of deleting files from the server on SVN clients. (right-click on the repository dir, and security options). now I want to commit a local directory back to the server, but I deleted one file from the dir. I get an error says I don't have permission to delete. is there any other way ...

Copy the svn:ignore files when branching

Hi, I have a subversion repo with directories that contain the usual source-controlled files, but in addition to that contain files that are a dependency for execution, but not checked into source control and instead added as svn:ignore (since they would be kept in duplicates all around the repo if they were checked in into all folders)...

Creating a Required Comment Hook for Tortoise SVN

Has anyone implemented a hook that requires developers to input x chars before successful submission? I've looked up hooks but don't really understand how to implement this one for Subversion using Tortoise specifically for a Windows Environment. ...

How to resolve Accidentally Deleting, Renaming, or Moving without Using the SVN Commands

If you happen to remove, rename, or delete a file or folder and forgot to use the SVN command to do so in Windows and instead used the file system commands, how do you correct this with TortoiseSVN? ...

Importing to trunk does not work Tortoise Subversion

I created the following Repository structure using VisualSVN MyCompanyRepository Project1 branches tags trunk I copied the URL off of the trunk folder. Then I went to my c:\www\Project1 folder and right-clicked it and did TortoiseSVN | Import and the url was https://ourserver/svn/MyCompanyRepository/Projec...

New SVN Repository Structure and Porting Comments

Is it possible to port over comments from one project to a new Repository structure? Meaning is there some sort of comment file you can port? ...