Questions tagged [svn-server]

CSC has commissioned a Subversion (svn) server which enables all users to maintain their own svn repositories and give fine grained access rights to other collaborators and students.

SVN is a popular and effective tool for version control of programs, documents and designs; and for collaborative development and long term maintenance of programs and designs. All users of CSC can create their own SVN repositories. Students are encouraged to use this facility for collaborative projects and assignments.

For more Information: http://www.cc.iitd.ernet.in/CSC/index.php?option=com_content&view=article&id=99:svn-server&catid=1:latest-news&Itemid=126

40 questions
1
vote
1 answer

How to get SonarQube working with SVN server v1.6.11?

I'm trying to get SonarQube working for my first project and run into this error message now during analysis of C++ code: E200007: Retrieval of mergeinfo unsupported by …
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
1
vote
1 answer

How to run svnserve protocol to server multiple paths

I am setting up a svn server where I have more than one SVN repository paths like /var/data/svnrepos1/forclient1 and /var/data/svnrepos2/forclient2. The SVN is installed in a custom path /usr/install/svn1.8/bin/{svnadmin,svnserve,svn,etc}. I am try…
intechops6
  • 1,007
  • 4
  • 22
  • 43
1
vote
2 answers

SVN 405 Error: Could not fetch resource information

Dear Stackoverflow Community! Recently my svn server broke, and I tried nearly everything but I can't get it to work again. OS: Raspbian What I did: installing packages: apt-get install subversion libapache2-svn apache2 mysql-server Enabeling…
weini37
  • 1,455
  • 3
  • 10
  • 9
1
vote
1 answer

Are there any tools to have an SVN server save the comment log into an SQL database?

I'm curious if there are any open-source tools so an SVN server (such as VisualSVN) can be configured to maintain the comment log in an SQL database (such as MySQL). I'm only interested in storing the repository name, revision number, and associated…
Jesse Craig
  • 560
  • 5
  • 18
1
vote
2 answers

SVN Server on CentOS 5.8

I am tring to setup a subversion server on CentOS 5.8 (CentOS release 5.8 (Final)). I have only a little experience with CentOS. I only have worked with SuSE and Ubuntu so far. The problem I have is, when I try to access my SVN repository via…
Ron
  • 1,336
  • 12
  • 20
1
vote
9 answers

How do you arrange several projects in a single SVN server?

When having several related projects (identifiable, stand alone applications, that share libraries), how do you prepare your SVN server directory structure? By branch > project? By project > branch? Something entirely different? Or is it better to…
Esteban Küber
  • 36,388
  • 15
  • 79
  • 97
0
votes
1 answer

How to backup and restore `ubersvn` data with command line?

Currently we can backup ubersvn server data by going to the web interface, log in, go to Administartor, Backup and follow the UI there. My need is to do it via a command-line/batch command.
Duy Khanh
  • 384
  • 1
  • 5
  • 11
0
votes
1 answer

Where are my local files when using a local SVN server: TortoiseSVN client?

I'm starting with SVN and I don't fully understanding yet. I installed Subversion and then I created a local repository with TortoiseSVN. I've then imported a few projects to the SVN repository but I have no idea where are those files locally…
mickael
  • 2,033
  • 7
  • 25
  • 38
0
votes
1 answer

Ubuntu 20.04.1 LTS SVN Server doesn't require authentication

I tried setting up a SVN Server on an old computer at home. I've newly installed the Ubuntu 20.04.1 LTS Server distribution and followed this guide. Everything worked pretty well but when I tried accessing the repository via my web browser…
0
votes
1 answer

Svn manage user, repositories, spaces using PHP

my whole experience with SVN is using tortoise SVN client, and have never setup the server. My boss wants me to setup a SVN server. Installing SVN server is no big deal, but the real problem is that he wants a PHP base script to control SVN users,…
Bryan
  • 645
  • 1
  • 6
  • 18
0
votes
1 answer

svn proxy precommit handling (server to client) service

Is it possible to setup something like svn proxy that can manage the precommit tasks? Lets say that we have our svn branch and we don't have any access to svn server settings. However we want to have something (service) which can see our branch and…
AlexTheo
  • 4,004
  • 1
  • 21
  • 35
0
votes
2 answers

SVN Server And SVN Client : Update muliple server locations using svn client?

I am a newbie to svn thing and know nothing about it, want some basic info or pointers about how to update multiple locations on server, here is my situation: I have a web application and this web application runs on three different domains. These…
Jay
  • 103
  • 2
  • 10
0
votes
1 answer

Does drive connected to SVN server require authorization?

I use VisualSVN as svnserver which manages the repository stored in X: drive. Not everyone has access to X: drive, but i want to give some of them access to repository. Do they need to have access to X: drive or passing authorization of visualsvn is…
fhuseynli
  • 630
  • 3
  • 12
  • 26
0
votes
1 answer

Subversion server wrapper + Windows GUI like VisualSVN, which product am I talking about?

I came across a competitor product to VisualSVN a few days back. It provides an installer and graphical wrapper around a standard svn server, plus (that's why I'm looking for it) repository backup and monitoring functions. I can't for the life of me…
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
0
votes
2 answers

Web infastructure for learning purposes?

I come from a traditional programming background by which I mean C, Java, C#, C++ and a little python and VBA. Now I'm trying to create a small CRUD application for the purpose of taking a form and turning it into an online form and database for…
Joseph
  • 45
  • 1
  • 3