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
0
votes
1 answer

Subversion 1.5+ on CentOS 5 - libldap issues

I have a ClearOS box which has CentOS 5.4 under the hood. I'd like to have a Subversion server on this too, and the CentOS repositories have SVN 1.4 available. However, for authentication reasons I need to have 1.5 or greater. Adding RPMForge to…
richsage
  • 170
  • 9
0
votes
0 answers

svn ci timing out with "Named transaction doesn't exist."

Whenever I check a file into subversion it hangs for a long time (>30s) with Comitting transaction.... The commit seems to go through though since I can svn up it on other clients. The log says Named transaction doesn't exist., but I'm not sure how…
thebjorn
  • 113
  • 6
0
votes
2 answers

List all tags in SVN repo

If I run svnlook tree -N /path I get a list of the top level folders in the SVN repo like this: / tags/ trunk/ But what I need to see is a list of the current tags. I know I can turn off -N but this then lists every single file and it is…
Kline
  • 247
  • 1
  • 5
  • 17
0
votes
2 answers

Subversion permissions problem

I have set up a subversion server through Apache http (mod_dav_svn). I created a Subversion project at /usr/local/svn. I can check out the project via svn co http://host/svn. However, when I try to commit, I get this error: svn: Can't create…
titaniumdecoy
  • 231
  • 2
  • 4
  • 9
0
votes
0 answers

SVN Repository Access

i'm taking over a previous SVN server and need to add access to some users but really can't understand why the added users are not logged in as they should. It's a Linux Debian 10 virtual server with Docker 20.10.17 and SVN 1.10.04. We use LDAP…
0
votes
0 answers

Large files change randomly upon access

I have a weird case of errors. Single bytes of big binary files seem to change randomly but consistently. For example I copy a large dump via scp (5 GB). And when I make sha256sum it is different then on source computer. I make a 2nd copy and its…
Nux
  • 571
  • 3
  • 12
  • 21
0
votes
0 answers

Encrypt SVN issue

could anyone advise how to encrypt SVN , Plan to encrypt or disable the SVN from asking if unencrypted passwords should be stored? We never want a user to be able to do that. Would encrypting the users' home directory to protect the passwords as…
samtech
  • 1
  • 2
0
votes
0 answers

Subversion repo inside a repo

It appears that some bright soul has created a repo inside of an existing repo. Will this work? Are there any problems that might result from this? UPDATE 001: As requested, here is a list of the repository directory where a new repository appears…
lit
  • 101
  • 3
0
votes
1 answer

svnadmin: SQLite is required to be compiled and run in thread-safe mode

I am getting this error when trying to use svn on my shared hosting account [hostmonster] svnadmin: SQLite is required to be compiled and run in thread-safe mode My SQLite is in /usr/bin How can i configured svn with SQLite
vinayrks
  • 157
  • 1
  • 8
0
votes
2 answers

subversion issue on mac os x

This exists in my httpd.conf file: DAV svn SVNParentPath /Users/iirp/Sites/svn Allow from all #AuthType Basic #AuthName "Subversion repository" #AuthUserFile /Users/iirp/Sites/svn-auth-file #Require…
user32942
0
votes
3 answers

Migrating Subversion repository but svnadmin load results in out of memory error

We have a Subversion repository on Windows Server 2003 and would like to move it to a new server running Server 2008 R2 64 bit. The new server has 8 gb of ram. I was hoping to dump and load the entire repository since it's currently in a pre 1.5…
Reg
0
votes
3 answers

How to set up SVN to work remotely on mac os?

After many hours of work I made SVN server run on my mac os using Apache and anyone from the local network can access the repository. But I can't figure out, how to make it accessible remotely from the internet? When I type in my address bar…
Ilya
0
votes
1 answer

Subversion repository throws HTTP 403 Bad Request when accessed via https & Kerberos (Windwos Integrated) authentication

We encountered this problem with different versions of OS & Subversion on the server side, the following details being the same: We used https protocol to access the SVN repositories. We used Apache HTTPD + mod_dav_svn + mod_authz_svn. We also used…
Attila Csipak
  • 143
  • 1
  • 10
0
votes
2 answers

SVN client too old after I used sshfs

I have a svn checked out web application on a shared hosting linux server. The linux server has an svn client that I can access via ssh. From my localhost, I did the following > sshfs myusername@sharedhostingserver.com:webappdir/ /media/webapp > cd…
John
  • 7,343
  • 23
  • 63
  • 87
0
votes
1 answer

Snow Leopard server SVN problem

We have an Snow Leopard Server that we do development on (web related stuff - Apache, mySQL, an recently we started using Subversion as well). The working stations are Macs as well and we develop in Coda. However, recently something must have…
titel
  • 111
  • 1
  • 8