svn

Can Subversion be configured for Windows Authentication without Apache

I've setup Subversion following Jeff Atwood's article at Coding Horror: Setting up Subversion on Windows. I followed the steps exactly and I have SVNSERVE now running as a service on a Windows 2003 server in our LAN. I've also installed TortoiseSVN and I've been playing with it and trying to learn more about it so I can spread the usag...

Recurse Subversion properties

I thought this would be simple, but I'm struggling. I want to manage Subversion properties recursively, so in a directory and all files and dirs that it contains. In this particular case I'm trying to delete certain properties recursively, but I'm interested in the generic pattern. Does Subversion provide a tool for this (like svn prop...

Subversion feature branch requires changes from another feature branch

I have two feature branches: featureA and featureB. FeatureA is complete, but not merged into trunk because it's untested and we're not ready to test it yet. I'm working on featureB, and have realised that a change implemented in featureA is required for me to continue. What's the best approach? I think I have a couple of options: O...

Replace Subversion Folder and Retain History

I have two development trees v3.3, and v3.4 in one SVN repository. They both contain a project called test-harness. However, the v3.4 developers have wrecked the test-harness so we need the test-harness from project in v3.3 to overwrite what we have in v3.4. I want to retain the history of change made to 3.4 test-harness as it has some i...

TortoiseSVN file overlay performance - are there any ways of improving it?

Hi all, I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5). Everything works well generally; however I'm getting a little frustrated with the TortoiseSVN file overlays (the little icons that show locked or modifie...

After moving SVN-backed files : detecting errors

I know how to move a directory locally in Windows Explorer, so that it gets moved in SVN also after it is commited with TortoiseSVN : http://stackoverflow.com/questions/46080/how-do-you-move-a-file-in-svn/46100#46100 Use right-drag -> move Now my problem is that one may forget to do that, and move the directory directly : on my machin...

tips/techniques/bestpractice for resolving conflicts with svn

For quite a long time , i have been working with tortoise SVN, when i took the latest from the repository (after many days), to my goodness i found out many files were in the conflicted state. It takes a lot of time to manually resolve each of them manually. would someone suggest the best practices /3rd party tools / tips for resolving ...

SVN merge files

Hello, I'm using TortoiseSVN as my SVN client. How can I know if a file was merged in the past ? Thank you. ...

How do I set SVN url?

I have svn working, because when I type in svn help it gives the svn commands showing me it's installed. How do I set my svn url? I have my SVN via Beanstalk, I just need to figure out how to get the files from beanstalk to my computer using my Mac oSX terminal :) ...

Get credentials from SharpSvn in C#

I am writing some C# code to perform multiple commits to SVN in one pass, much like the tool svnmucc. So far I've been using SharpSvn to do the rest of the necessary communication with SVN, so I'm thinking I can take advantage of it to accomplish the following: How can I get the credentials (username, password) that are used by SharpSv...

Serving VisualSVN

I am having hard time connecting to my visualsvn repository from computers outside of my home network So far I only tried replacing my computer name with my computer ip in the repository url but this does not work; https://MY-PC/svn/ProjectTrunk Can you point me the steps I need to ensure I can serve the repository to outside computer...

SVN: "Inconsistent line ending style" - Checking in a file with ^M intentionally.

Using svn version 1.3.1 (unable to upgrade due to a configuration controlled CM server) on CentOS 4.2. My code (a bash script) specifically has a ^M in it for an important reason. Unfortunately, subversion will not let me check this file in. It complains that: svn: Commit failed (details follow): svn: Inconsistent line ending style svn...

Point SVN Externals at a CVS Repository

Is it possible to point an SVN Externals directive at a CVS repository? ...

subversion exporting file problem while exporting file/dir to unix server

am trying to export the file from SVN repository to our Unix server but after exportation files are being corroupted (a charecter ^M beeing added) and we can not use that file to deploy on test servers. When he use below export command, export got sucessfull but each file created in UNIX workarea has "^M" charcater at the end end of ea...

Access control for multiple projects using SVN

Hi, I am new to SVN and trying to configure access control for multiple projects on SVN. I want to use a single password file and a single authentication file for access control for all the projects. But, it isn't working. Below is my configurations. My directory structure: /srv |--svn |--repos |-- conf |-- passwd ...

What is everyone's opinion on the difference in ease of merging between Subversion 1.5.6 and 1.6.3?

We're thinking of upgrading to the latest version. Does it really make merges easier? How painful is the upgrade process? Ok really - how painful? ...

Sparse checkouts and svn:externals

I'm trying to do a sparse checkout of a folder containing externals, but none of the externals are being checked out. This issue seems to indicate that this behavior may be by design, or at least that it isn't clear what the behavior should be. From my point of view, the obvious behavior is that externals are treated just as any other di...

Subversion (SVN) equivalant to Visual Source Safe (VSS) "Share"

Hi, I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me to make changes to this file in any of the locations. Then once it was checked in I could guarantee that the other locations will get...

Workflow for maintaining local repositories of remote subversion repositories

I understand the importance of using version control and I am trying to learn as much as possible so I can setup SVN for our company web development projects. Right now we all work from a single dev copy and it is messy at best. Many of our users work remotely and the dev server is on a slow internet connection. From what I have rea...

Can not make a tag in SVN repo from command line

What I want to do: I have checked out WC in current folder ("App", which is not SVN repository folder), sources were built and I want to make a tag in repository based on revisions in my WC I run the following command (in "App" folder) "C:\Program Files\CC\server\svn\svn.exe" copy . https://svnserver.com/svn/repos/TM1/Sources/tags/2009%...