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

How do you install subversion on a godaddy Linux hosting Deluxe grid account?

I was wondering how would I install subversion to backup my site on a godaddy hosting account? Can you be as detailed as possible so I can accomplish this? I'm using PHP & MySQL if that helps. I did not know where to ask this question at so I picked…
common
0
votes
1 answer

Centralized authentication with svnserve on osx

I'm running on osx server with svnserve installed, i'd like to create a centralized file for authentication between multiple project. Use the system user is allowed but is not mandatory....what's the best solution?
0
votes
1 answer

Ubuntu: unable to install libapache2-svn

I get the following error when installing libapache2-svn on ubuntu 9.04. root@....:~/install_scripts# apt-get install libapache2-svn Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package…
JP19
0
votes
1 answer

SVN -- distribute code and example data set separately?

If I have a program and a set of example data that I want to distribute on SVN (separately so people who are familiar with the code need not get the example data with it), what's the best way to do this? Can I put that in a "branch"? Or should I put…
hatmatrix
  • 115
  • 5
0
votes
1 answer

SVN checkout running slow via LAN

I have a small LAN at home connecting 2 computers with an switch and the switch to ADSL router. Small "server" running Ubuntu Server 10.04 LTS and client running Windows XP. The server runs: svnserve -d --listen-port=6999 -r ./Repo1 for a small…
veritas
  • 103
  • 4
0
votes
1 answer

subversion on a local drive problem

I am setting up subversion using this link http://svn.spears.at/ It says that "As the Subversion book warns, make sure to create all repositories on your local disks [FiberChannel is treated as a local disk]. Failing to do so, may result in…
mousey
  • 111
  • 1
0
votes
5 answers

Accessing ALL Subversion revisions within a file system

Is anyone aware of a way to access all revisions of a subversion repository within a file system? I would really benefit from being able to reference a file locally as, for example, "/var/svn/repo/rev4235/project/trunk/file.c" or such like. I can…
Chris Phillips
  • 254
  • 4
  • 15
0
votes
1 answer

How to deny a user to access one of the project from repository

I creted two repository into a repo. There are different projects into both. All the things are going to work fine. but, i am not able to restrict a user for browsing one of the project. Content of the /etc/apache2/svn_ACL file is [groups] admin =…
user60855
0
votes
1 answer

Hudson Shellscript for exporting Sourcecode from SVN repository into production folder

I have one dedicated server which has the whole Lamp-Stack, SVN and Hudson installed. I would like to create a freestyle Hudson job, that gets the latest sourcecode out of my SVN-repository and puts it into my /var/www/myWebApp Folder. How does the…
paskster
  • 301
  • 5
  • 12
0
votes
5 answers

Centos: installing SVN tells I don't have perl 1.17. I have installed 5.8

I'm trying to install SVN on a CentOS virtual machine. I used the command that the CentOS wiki tells: http://wiki.centos.org/HowTos/Subversion yum install mod_dav_svn subversion It gives me a few errors: --> Finished Dependency…
Emerson
  • 101
  • 2
0
votes
6 answers

Open Source online private SVN

I would like to have a private secure open-source SVN configured for a minor project with a collaborator. Googling gave me http://unfuddle.com/about/tour/plans http://www.xp-dev.com/pricing http://www.projectlocker.com/ What are my options?
naveen
  • 123
  • 12
0
votes
1 answer

write bash file to do incremntal backup daily?

i want to write bash file to do incremntal backup daily ... how i can do it ? by svnlook youngest i can get the current svn repository revision ... how i can store the result of svnlook youngest in variable and how i can take the differant between…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

Which platform for Trac with SVN or GIT?

I currently have a redundant machine running a version of Mitel SME Server V5 which I've never used before. In fact I have no previous experience with any flavour of unix but would like to get some. I would like to get Trac and SVN (or GIT)…
0
votes
1 answer

Atlassian Crucible/Fisheye: Can't browse changesets; strange debug message

I'm running Atlassian Crucible/Fisheye and all of a sudden none of my users can browse changesets for any of the configured repositories. The only clue I have as to the cause of this is the following message from the debug log: 2010-10-26…
Mitch Lindgren
  • 183
  • 1
  • 8
0
votes
2 answers

svn post-commit not performing

ive been sitting on this for about 7 hours, and ive aged close to 7 years... ahhh, server admin does that to me. i have svn wired through apache2 with webdav in the usual manner (basically like…
davin
  • 101
  • 1