tortoisesvn

Pre-commit hooks in C# with SharpSVN

Hello Everyone, I'm new to SharpSVN (and frankly--pretty new to C# as well). I've been trying get a simple pre-commit hook working which checks for a comment. (i.e. the commit fails in the absence of a comment) There are several posts (like this one) which are related and helpful, but I have a few fundamental questions that are keepi...

SVN messes with my files with jibberish data, why?

Sometimes, I find myself in a situation where valid files are made invalid by doubling the contents, placing ======= in the middle, <<<<<<< .mine at the beginning and <<<<<<< .r1276 at the end. This results in unbuildable projects: <<<<<<< .mine using System; using System.Data; namespace MyNamespace { class Xyz //... a lot mo...

new svn server, same ip

Hello, Here is my problem: My server crashed last night! So i had to go out and buy some new stuff and i now have a new server. I have everything set back up and i am trying to set my svn server back up. I have it set back up. I have my files on another pc that i want to commit to the svn server to start my repository back up. How do i...

Can a folder contain files from two different svn projects?

I currently have a single svn project for all work on a website. But I'd like to have a separate project in the same repo for a small app which forms part of that site so I can develop it separately. At the moment there are some folders which contain a mix of files related only to the site and files related only to the app. Will this w...

svn, after restore repository from backup, show log does not show new commit unless I check the checkbox in tortoisesvn - include merged revisions

Hi, I had a problem with my svn server so I had to get all the data back from backup. However the backup was old (a couple of odays ago) and since then I had a few new commits to svn. that means my local svn had newer revisions than the repository I currently have. For me that is ok no problem, I will just use the older repository and ...

Problem trying to relocate WC to new repository

I have several working copies that were checked out of old repositories. The old repositories are now combined into a new repository, therefore the repository name and the locations inside the new repository have changed. Now I want to relocate these working copies to their new locations into the new repository. When doing a Relocate wi...

SVN Deployment Procedure

Hello All, I work in an environment where we use SVN for our source repositories. For example my code repository is as below: //svn -folder1 -file1 -file2 -folder3 -file4 -file5 but when these get deployed to production / testing server => the directory structure is very different and only files need to be pushed => i...

SVN: Revert changes of a random revision, but preserve changes of all following ones

Situation: I've got a SVN repository with lets say 100 revisions, rev. 100 being the most recent one. I've done some changes in rev. 90 which need to be reverted now. The changes in rev. 90 are self-contained, so that they don't affect following revisions. Problem: I'd like to revert only the changes in rev. 90, but still want to have a...

How to get TortoiseSVN to propose a checkout destination folder path 'intelligently'

I have three systems each with a TortoiseSVN installation accessing a common repository either on our intranet or via the web. When I choose a folder in the repo browser and right-click and select 'checkout' I get what seems to be various proposed destination paths despite playing around with the setting 'Default checkout path' in 'Dialo...

Using TortoiseSVN adding 3Gb of file to Subversion and got error 413 Request Entity too large

Hi, Does anyone have a solution for the following error? We can not add a large file to Subversion. We are using Apache 2.2.16 and svnclient-win32-1.6.6 for Windows. Any information is greatly appreciated. ...

Can TortoiseSVN (or SVN) do batch diff like Mercurial?

I use Mercurial and TortoiseSVN, and with Mercurial, I can use hg vdiff and then kdiff3 will come out saying there are 5 files that got modified in the project tree, and then I can go to menu bar to "Expand Directories" and see the files that have diffs, and click on each of them. To my surprise, TortoiseSVN doesn't seem to have this...

VisualSVN - merging revisions into one

Hi! We have some server with VisualSVN free service. Because we want to make some space on it, I determined to merge some old projects' revisions. They are not used anymore (the old revs.). To test this I created a local visualsvn server on Win7 machine. I created a repository project named "test", and some python tool that call the sv...

SVN URL non-existent in that revision Error

Im getting an Error that is in my Tourtouse SVN Repository... The Error is "URL non-existent in revision" I just reformatted my computer that contained all the source code. On that machine is another harddrive that contains all my source code. I didn't reformat that hard drive. Now When I try to connect to that repository from ano...

Invoke the SVN library the installed version of TortoiseSVN uses programmatically

I am writing a utility that automates some SVN processes. All of the machines that this utility will be deployed to have TortoiseSVN installed - however, they might not be the same versions. I understand that TortoiseSVN is statically linked to a specific version of a SVN library, and that this is upgraded often. What I want to avoid is...

[Tortoise SVN]: No context menu in Windows 7?

Hello, I'm using Windows 7 Ultimate 64-bit. I've installed the most recent 64 bit version version form official site, restarted PC and can't see a SVN context menu even when shift-right clicking. I've uninstalled this version and tried with 32 bit one, but still no luck. They say in FAQ it happens when you install 32 bit app on 64 bit...

XAMPP + Subversion + TortoiseSVN + Eclipse

Hi all, I've suffered enough hours trying to figure this out and get it working and I hope someone can shine some light on this issue. In essence, I'm trying to install Subversion with XAMPP on my Windows XP machine as a Virtual Host and access the repository with TortoiseSVN and Ecplise installed on my MacBook via http://. I've downl...

SVN Getting version

I would like to extract folder from SVN which is specific date. I am using the TortoiseSVN client where for specific folder version i only get 20 days back. Not more than that. Is there any way we can get version which was like 2 months back? I have not tagged the code. But i know need to get the version only specific to two months back....

changing subversion repository layout - should I use relocate on the client?

When we started using subversion, I created a single repository and created the trunk/branches/tags folders directly at the root level of the repository. For example, I'm accessing the trunk using an URL like this: svn://server/repository_name/trunk Now I'd like to add other projects to the same repository, which means I'd like to add...

SVN log (with mergeinfo) doesnt show merged revisions

I use the svnserver version 1.6.4 (r38063) and on the client side TortoiseSVN 1.6.12. Also SlikSvn is installed on my PC. The problem: I merged some revisions from my trunk to a specific tag. After commit the "svn pg svn:mergeinfo" command on this tag shows all this new revisions. But if i use TortoiseSVN "Show Log" command with the op...

SVN - Deleted lines of code

How to find the deleted lines of code between two date range in SVN. I am using Tortoise SVN. ...