1

I have installed SVN on my Windows server and all clients, that re connecting to it, also uses Windows.

Now, I need to install SVN server on Linux, but clients will remain on Windows. Can some one help me in the configuration?

trejder
  • 17,148
  • 27
  • 124
  • 216
Kiran kumar
  • 29
  • 2
  • 4
  • I believe a google search will find you answer. http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu – Sandeep Nair Feb 08 '12 at 12:44
  • What distribution of Linux are you referring to? – Matt Seymour Feb 08 '12 at 12:44
  • @sandeepnair85 don't need that much complexity for just subversion. Just install the svn package and use `svnserve`. –  Feb 08 '12 at 12:45
  • Does this answer your question? [How to set up a Subversion (SVN) server on GNU/Linux - Ubuntu](https://stackoverflow.com/questions/60736/how-to-set-up-a-subversion-svn-server-on-gnu-linux-ubuntu) – Richard Chambers Feb 19 '21 at 05:56

2 Answers2

3

If you are on ubuntu then apt-get install subversion

coderly
  • 41
  • 5
0

If you have Optware (IPKG) installed (on any Linux that supports it), you can simply call ipkg install svn.

trejder
  • 17,148
  • 27
  • 124
  • 216