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...
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...
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?
...
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', ...
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...
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...
In tortoise svn, is it possible to merge two revisions within the trunk (not two branches)?
![alt text][1]
...
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.
...
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...
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...
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?
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?
...
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...
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...
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 ...
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)...
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.
...
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?
...
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...
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?
...