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

Svn lock-modify-unlock model

I need to configure a svn repository with lock-modify-unlock model. Also need that when a user checkout a project, all the files must have read-only permission set. When a user wants to modify a file, proceed to lock the file (this will set write…
DaniG
  • 108
  • 10
0
votes
2 answers

Allow ANY username to commit into SVN

To migrate from our old VCS, I want to permanently enable to commit into our repository with ANY username and no password prompted. My script runs something like: svn --username ANYNAME commit -m "testmsg" C:\path\to\file.txt I need the server to…
skylla
  • 464
  • 3
  • 7
  • 17
0
votes
1 answer

Not able to access SVN repository via SVN protocol, but can access with http

I am not able to access SVN repository via SVN protocol, but can access with http: I have the following setup 1) I am using collabnet subversion 1.6.20 Installed at server830(windows 2003) Defined environment variable: Path = C:\Program…
user2146080
  • 3
  • 3
  • 8
0
votes
3 answers

How to get file size with SharpSvn?

I'm working on module which displays repository content on a web page, using SharpSvn (C#). In order the get the list of the url's content I'm using: (client.GetList(new Uri(url), out contents); foreach (SvnListEventArgs item in contents) { …
shay__
  • 178
  • 1
  • 10
0
votes
1 answer

Activate SVN Server sor ssh+svn:// connections on Mac OS X 10.6 Server

I have Mac OS X 10.6.8 Server. It has svn 1.6.17 installed. So I installed the latest version (1.7.8) using macports: sudo port install subversion. Now, if I type svnserve --version in my terminal window I get the new version: 1.7.8. However, if I…
fnllc
  • 3,047
  • 4
  • 25
  • 42
0
votes
2 answers

how to setup a SVN server with collabnet subversion edge on windows server, and how to connect to it remotely using Xcode on Mac?

I am a newbie about SVN server. I've certainly used SVN to check in/out codes before, but never learned how to setup a Subversion server it up from ground up. What I have: Server | Windows Server 2012 Standard, Activated: Installed Collabnet…
Mike
  • 425
  • 2
  • 6
  • 8
0
votes
1 answer

SVN server setup on ubuntu small query

I had setup the Subversion repository on my server. When I add any file to my working copy and commit it, it says committed successfully. Now when i access repository location from url it shows me those files there but when i log in via SSH and look…
Satish
  • 1,012
  • 2
  • 15
  • 32
0
votes
2 answers

Clear Instruction about SVN Path Options

I've been working for a while now trying to understand SVN better. I am working with a Mac OSX Lion server. I've been able to set up and getting a SVN running on the machine and make it so I can check in and out documents. However, I want to make it…
ars265
  • 1,949
  • 3
  • 21
  • 37
0
votes
1 answer

Link renders as raw html text

I have a main page like this: == Current Links == * [http://173.22.73.107/mediawiki/index.php?title=Tiremwiki:Changelog TIREM Changelog] * [http://173.22.73.107/bugzilla3/ Bugzilla] * [http://tempser.alionatigerabear.com/svn/Repository/…
emsr
  • 15,539
  • 6
  • 49
  • 62
-1
votes
1 answer

What After svnadmin load finish?

I am Transferring repository one different server to other server, Means old server has different url of trunk and the new one that I have to create new repository and trunk. I get svnadmin dump files from old server and load to new server by this…
Mojilo
  • 335
  • 1
  • 3
  • 7
1 2
3