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
38
votes
7 answers

Which Windows SVN server should I use?

On the SVN Windows binaries download page, there are a few to choose from: http://subversion.tigris.org/getting.html#windows Are there pros and cons to the different versions provided by the different organizations? Is there anything I should look…
John B
  • 20,062
  • 35
  • 120
  • 170
8
votes
2 answers

How to commit code to SVN from xcode 6.4?

Can anyone please tell me if any possibility to commit every update to SVN from xcode 6.4 or Mac OS X 10.10 via terminal codes or if any reference links for configuration of Xcode6.4 project with svn.. Currently I am using This to commit or check…
soumya
  • 3,801
  • 9
  • 35
  • 69
4
votes
2 answers

SVN server for the Mac that's easy to set up?

i have tried VisualSVN server for the PC, and it seems pretty easy to install and use. The only catch is that my PC with Vista does crash, or can become not so responsive sometimes, so I am thinking of using an SVN server on the Mac instead. is…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
3
votes
1 answer

'sc' is not recognized as an internal or external command

I am trying to create a svnserver using cmd after i changed svnserve.conf by uncommenting the following lines in the file, anon-access = read auth-access = write command execute in cmd is, sc create svnserver binpath= "C:\Program…
Nishant Kumar
  • 463
  • 2
  • 9
  • 18
3
votes
8 answers

Basic question: Is a subversion server necessary in this scenario?

Right now: I have a few personal software projects I develop (just me, and on just one PC) extensively use TortoiseSVN for version-control run CollabNet Subversion Server on the same PC Is there really any advantage in having a server instead of…
Jay Wick
  • 12,325
  • 10
  • 54
  • 78
3
votes
1 answer

SVN Checkout Errors on "Format 6"

When I try to checkout a repository with SVN I get the error: E160043: Expected FS format between '1' and '4'; found format '6' I've read that this has to do with mismatched versions, however both my SVN server and client are running version…
dubloons
  • 1,136
  • 2
  • 12
  • 25
3
votes
2 answers

Tutorial to install subversion on windows that uses a nas drive as file repository

We all have Windows machines but store all our files on a NAS drive, so we don't really have a server, but want to use some kind of version control. Can anyone recommend a version control software to use and a simple tutorial on how to install and…
andrew slaughter
  • 1,069
  • 5
  • 19
  • 34
2
votes
1 answer

svn hook to generate file from committed files

I have an SVN repository that has trunk/file1.txt trunk/file2.txt trunk/fileR.txt On the server, I have a working copy checkout of trunk ( /var/www/trunk ) owned by user www-data . fileR.txt is read only for everyone except the user www-data…
cdavid
  • 497
  • 6
  • 11
2
votes
1 answer

Apache SVN module do not list permissioned subfolders in web view

I've builded up a SVN server in a Ubuntu 16 LTS instance connected with a AD via LDAP. My problem is: I can't setup the Apache or the SVN module to list the subfolders of a repository when a user does not have R permission on the root level of the…
Idemax
  • 2,712
  • 6
  • 33
  • 66
2
votes
1 answer

Visual Svn Server: How to restrict edit by specified IP Address

I want to enable only a specific IPAddess to edit (add, delete, update...) my visual svn server, but all others IPAddess must be able to read... I believe it is necessary a change like this in the file…
Simone Nigro
  • 4,717
  • 2
  • 37
  • 72
2
votes
2 answers

SVN Unexpected HTTP status 405 Method Not Allowed

I have installed svnserver on my RaspberryPI a year ago... Since i've recently updated my RaspberryPI with sudo apt-get update and then sudo apt-get upgrade i cannot do any operation on my repos anymore. It shows the following errors when i try to…
Daniel
  • 1,432
  • 1
  • 16
  • 31
2
votes
0 answers

How to generate certificate file for svn server, and import

I would like to use svn server to share source code in a repository among computers on a home network. I have svnserver and openssl installed on the computer with the repository. Can someone give me step by step instructions on generating a…
user974465
2
votes
1 answer

Setting up Subversion Server on Mac OS mountain lion (have access via browser, but un-able to checkout from subversion)

Some details (maybe it would be usefull for some guys): On board: mac mini + mountain lion + Server.app. Problem: I do have access to my subversion repo via browser, but do not have access to it via command line to checkout (for example). I've…
1
vote
2 answers

what will happend to my files if I uninstalled SVN?

I want to know what will happened if I add some docs / files in SVN repository and then uninstall SVN ? Will my data in repository lost ? What about working copy of data ? will it lost as well or it will remain ? If I add my files in SVN and then…
user576510
  • 5,777
  • 20
  • 81
  • 144
1
vote
1 answer

How to set up multiple email targets for Post-commit notification in VisualSVNServer?

I am trying to set up multiple email targets for post-commit email notification. I have tried comma separated emails including quotes and with separate quotes as below. "%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^ commit-notification "%1"…
1
2 3