Subversion Installation

Can anyonet tell me how to install SVN (subversion) on opensuse. can u specify the whole commands and configurations also. Thankyou

Can anyonet tell me how to install SVN (subversion) on opensuse. can u specify the whole commands and configurations also. Thankyou

Hi
Install via YaST software, or from the command line;


sudo zypper in subversion


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 4 days 1:20, 2 users, load average: 1.58, 1.79, 0.85
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

Thanks to u I have installed subversion. but now the repositries are not being created when I do it through netbeans . it returns with the error that repositries are not being created.

Can u also tell me the configurations of how to configure SVN

Hi
In the netbeans setup (preferences?), you probably need to specify the
commands somewhere? svn, svnadmin etc


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 4 days 10:07, 2 users, load average: 0.06, 0.10, 0.10
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

On the command line as root, perform the following:

  1. Install it with yast2.
yast2 --install subversion
  1. Read Version Control with Subversion to configure.
  2. Enable via chkconfig. (assuming you go the svn server route)
chkconfig svnserve on
  1. Start the service. (assuming you go the svn server route)
service svnserve start

That should get you started.

Dupe:

Subversion Installation - openSUSE Forums

Double posting drives ppl nuts – please don’t – I’ll join the two identical threads for you.

Thank you moderator. I couldn’t agree more.