Questions tagged [svn]

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The subversion book is an excellent reference, source it in your SVN answers! Please link to the latest stable release of the book. Links to the nightly build will eventually break when sections in the book are reorganized.

1337 questions
5
votes
1 answer

How can I ignore a Subversion commit hook?

I'm an administrator for a legacy Subversion implementation. We have a couple of gnarly commit hooks that I need to temporarily ignore (to allow me to fixup some things in the repo). Is there any way to ignore the commit hook? on a per-command…
Anthony Mastrean
  • 441
  • 1
  • 8
  • 18
5
votes
4 answers

SVN Server stopped working properly (403 Forbidden)

Ok, first of all, I've already googled a lot about this problem, but didn't found any solution... I've searched here and on ServerFault, but didn't found anything, so I end up posting this question here (don't really sure if it goes here or in…
empz
  • 247
  • 1
  • 6
  • 15
5
votes
2 answers

How can I adjust subversion repository file permissions automatically for use w. Apache/DAV?

I've set-up a subversion server accessible with Apache/DAV and after screwing up the repositories file permissions a couple of days ago I started wondering if there's a better way to do this than the way I'm doing it. The repositories are owned by a…
agnul
  • 536
  • 4
  • 12
5
votes
4 answers

Setting up Redmine With the Bitnami stack installer on Windows Server 2003

I'm running into a problem with the Redmine Bitnami stack intaller on Windows Server 2003. Setting up my project, I'm trying to add a remote subversion repo to the project, but it's erroring out. A little googling led me to some discussions on the…
Brian
  • 925
  • 2
  • 12
  • 20
5
votes
1 answer

verifying integrity of svn backups

...so I want to back up my Subversion repository and I know how to do that using svnadmin dump. My question is, what is the best way to verify integrity of the dump files? I figure I'll use them to restore to a mirror server... but then I'm not…
Jason S
  • 626
  • 1
  • 16
  • 28
5
votes
1 answer

Subversion without Apache

I'm trying to setup a subversion repository without apache (my webserver is using Lighttpd) Is there anyway I can do that?
mnml
  • 337
  • 1
  • 7
  • 21
5
votes
1 answer

Subversion - svnadmin dump remote url

I have Subversion repository that contains multiple projects, and now I'm trying to separate each project into it's own repository. system: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.11 (Tikanga) # rpm -q…
alexus
  • 13,112
  • 32
  • 117
  • 174
5
votes
6 answers

Running Subversion post-commit hook as a background process

Because currently our Subversion post-commit hooks take way too long to execute I've been trying to speed things up. I've been thinking about executing the actual hooks as a background process, so that the svn commit would complete before the actual…
Rene Saarsoo
  • 283
  • 3
  • 6
5
votes
1 answer

Storing plaintext passwords for SVN

I'm on Windows, using SVN as a part of SharpSVN library. I need to store my passwords in plain text. I tried putting the following in my servers file: store-passwords = yes store-plaintext-passwords = yes store-auth-creds =…
ulu
  • 233
  • 5
  • 10
5
votes
1 answer

Where are committed files stored on the SVN server file system?

I have SVN set up and working properly.I can access it via http://domain/home/svn/repo/trunk and I have pulled and committed code with STS. However, if I SSH to the /home/svn/repo/trunk directory, I don't see any files other than the ones made…
theblang
  • 153
  • 1
  • 5
5
votes
3 answers

Svn authorizing over sasl+ldap failing after Ubuntu update 10.04 -> 12.04

I have working svnserve solution on Ubuntu 10.04 for authorizing svn users over SASL to Active directory (LDAP, not LDAPDB). Config files are at the bottom. After upgrading server to 12.04 release, this does not work anymore. I can authorize user…
Foton
  • 151
  • 1
  • 3
5
votes
3 answers

Migrate multiple svn repositories into single git repository

We want to migrate from svn to git permanently to be able to use git's better features in terms of branching and collaboration. Our current svn repository looks like this svnrepo/ frontend/ trunk branches/ ng/ ... …
Shyru
  • 53
  • 1
  • 3
5
votes
1 answer

Use Git hooks to auto format code after pull requests or commits or pushes/pulls?

Lets say you have a Git repository, like on GitHub, and you have a lot of people contributing to the repository. Everyone uses their own standards for coding, so the code ends up being a mess without any standards applied. I've read a bit about git…
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
5
votes
4 answers

Setting up SVN server for multiple users over http

The SVN annotate feature is quite powerful and makes quick work of who to track down for a particular feature on a particular line of code. This feature is rendered slightly more limited (but still useful) if users access SVN via http. There are…
casualcoder
  • 380
  • 1
  • 4
  • 13
5
votes
2 answers

How to correctly install Subversion in Mac OS X?

A task has emerged to install latest subversion for a group of mac os x users (latest mac os version). I have tried first to install it manually from subversion.tigris.org, 'opencollabnet binary' (http://downloads.open.collab.net/binaries.html,…
grigoryvp
  • 3,655
  • 11
  • 39
  • 59