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 trunk as DocumentRoot of website

We have subversion running on our Linux development server Can the repository be located in the DocumentRoot of a Virtual host say /var/www/ourwebsite? If I create the repository in there, I cant browse to it
Tim
  • 171
  • 2
  • 3
  • 8
0
votes
1 answer

How to migrate to git from two SVN repositories?

We use SVN as our VCS, but wish to migrate to git. All is good, but a few months ago our SVN server had a serious RAID problems (so much that it became unusable) plus at the same day no IT person was available to restore the repository from the…
mark
  • 725
  • 3
  • 15
  • 32
0
votes
3 answers

SSH Pseudo Terminal

I'm trying to retrieve a SVN dump over a SSH connection ssh user@host "sudo -u $repo_owner svnadmin dump $repo_path" Depending on whether I already used sudo in the last 15 minutes, I have or not have to enter my password. The problem is when I…
t6d
  • 527
  • 2
  • 5
  • 12
0
votes
2 answers

the following message appear "(-bash: file_name : Prmission denied)" when i try to do backup of the SVN

Please if you can help me when I made the backup in the "root" /home the size of the root space is not big enough so I try to make the backup on another place "/backup" but the following message appears : (-bash: file_name : Prmission denied)
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

Getting Hudson to connect to a sasl svnserve install

We are unable to get hudson to connect to our SVN server. We are using SASL and we can connect just fine with tortoisesvn and the standard cli client. However when we try to use hudson we get this error: Passing user name someuser1 and password you…
Zombies
  • 515
  • 2
  • 6
  • 13
0
votes
1 answer

Multiple svnserve instances on network share

we have SVN configured using a custom tunnel. Every time I commit, svnserve is started on a remote Linux machine. Thus it is possible to have several svnserves running simultaneously accessing the same repository on a network. I have found this…
Philipp
  • 123
  • 3
0
votes
1 answer

svn over https/ssl + nginx?

is svn ( or any other version control system) over https (so the sending of the code is secure) served by nginx possible scenario? Or do I have to run apache? I don't want to give ssh access to somebody else but there will be others working…
Radek
  • 1,153
  • 4
  • 26
  • 39
0
votes
1 answer

Redmine & Subversion Edge on the same Win Box

We will be installing both Subversion Edge and Redmine, but have the requirement that they run on the same box. The easiest way to install Redmine would appear to be using a BitNami Stack. Our Inf Struct team only has IIS experience so I'll be…
0
votes
2 answers

how can I "unlink" files stored in SVN repo

I've got two sites in my local www folder, say site1.com and site2.com. They are both stored in my SVN repo on the dev server, and I use tortoise SVN. I've copied some files from one of the sites to another, but SVN now has these files linked…
jsims281
  • 165
  • 1
  • 1
  • 11
0
votes
2 answers

Subversion on RHEL/CentOS 4

Does anyone know of recent subversion RPMs for RHEL 4 ? While RHEL 4 is old - we still have some servers we'd like to upgrade to the latest subversion release - but prepackaged RPMS seems hard to come by, and the newest source is non-trivial to get…
nos
  • 2,418
  • 3
  • 21
  • 24
0
votes
1 answer

SVN configuration

My apache2 config for SVN: ServerName server.org DAV svn SVNPath /opt/svn/project.com AuthType Basic AuthName "Subversion Repository" AuthUserFile…
tst
0
votes
1 answer

svn client / tortoise svn hangs

i have an svn server in apache 2.2 my svn client is tortoise svn. all was fine for months. i don't see something special in logs when problem started happening today. suddenly svn clients for all users are hanging. which means i run some svn…
Jas
  • 701
  • 4
  • 13
  • 23
0
votes
1 answer

Transferring all SVN repositories to another server

I'm moving to a new machine and i'm hoping to transfer my repositories as easily as possible. I have had a quick look around and have seen people using SVN dump. As i'm planning on copying all repositories can I simply copy the c:/repositories…
Alex KeySmith
  • 721
  • 2
  • 10
  • 19
0
votes
1 answer

Optimize windows 2008 performance

I have windows server 2008 sp2 installed as virtual machine on my personal laptop. I use it only for source control (visual svn) and continuous integration (teamcity). As the virtual machine resources are limited I'd like to optimize it's…
0
votes
1 answer

svn allowing me to update code but not commit, how to resolve MKACTIVITY error?

I can update code correctly, but cannot commit code. I get the following error when i try to commit code: svn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for…
umar
  • 135
  • 1
  • 10