LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-14-2009, 03:57 AM   #1
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Rep: Reputation: 0
svn instllation steps.....


hi guys i am new in here. i am using centos 5.3 now. i need to install subversion on my pc can any one give me the installation command lines for svn server & client configuration
.....
cheersssss
 
Old 10-14-2009, 04:13 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Google is your friend -> http://wiki.centos.org/HowTos/Subversion
 
Old 10-14-2009, 04:44 AM   #3
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Checkout my blog http://linuxhunt.blogspot.com/2009/0...on-fedora.html

Hope it helps !!
Revert back if yu need any help.
 
Old 10-14-2009, 10:39 AM   #4
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by weibullguy View Post
Is it possible wih CENT OS dude?
 
Old 10-14-2009, 10:47 AM   #5
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Talking

Quote:
Originally Posted by weibullguy View Post
Is the Apache is necessary for the installation of svn? I am a newcommer in Linux thats y these Qns
 
Old 10-14-2009, 10:50 AM   #6
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Cool

Quote:
Originally Posted by your_shadow03 View Post
Checkout my blog http://linuxhunt.blogspot.com/2009/0...on-fedora.html

Hope it helps !!
Revert back if yu need any help.
hi guys i checked out both of the posts i seems both are entirely different i am confused now which one should i follow????????

also i am using Netbeans in clien side how can i configure the client side?

Last edited by akash_softnotions; 10-14-2009 at 10:56 AM.
 
Old 10-14-2009, 11:48 PM   #7
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Akash,

I have been playing with Subversion since 1 year and I can assure if you follow the steps that gonna work.
Either you deploy in CentOS/ Red Hat/ Fedora, the steps will remian same.
First you need to install subversion through yum / install RPM from external source.
Thats the minimal requirement you need.

Just first install the Subversion.Once its Ready, You can use Tortoise SVN/ Eclipse / NEtBeans for client side.

Hope you have good luck with the Subversion.
 
Old 10-15-2009, 06:26 AM   #8
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Red face

Quote:
Originally Posted by your_shadow03 View Post
Akash,

I have been playing with Subversion since 1 year and I can assure if you follow the steps that gonna work.
Either you deploy in CentOS/ Red Hat/ Fedora, the steps will remian same.
First you need to install subversion through yum / install RPM from external source.
Thats the minimal requirement you need.

Just first install the Subversion.Once its Ready, You can use Tortoise SVN/ Eclipse / NEtBeans for client side.

Hope you have good luck with the Subversion.

k man
bt when i restarted apache server i saw one error " syntax error on line 28 of /etc/httpd/conf.d/subversion.conf" (28th line is DAV svn) what should i do?

Last edited by akash_softnotions; 10-15-2009 at 07:23 AM.
 
Old 10-15-2009, 11:48 PM   #9
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Can you post the entire subversion.conf file here?

I guess you must have been missing with mod_dav or wrong file entry and directives too.

Last edited by your_shadow03; 10-15-2009 at 11:49 PM.
 
Old 10-15-2009, 11:51 PM   #10
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Prior to your post..Apache is not a compulsory factor for SVN.
There are two way you can configure Subversion:
1. through svn://(Simple SVN Protocol)
2. through http:// (Apache)

If You want to use Tortoise SVN you don't at all need Apache to configure.
 
Old 10-16-2009, 11:14 AM   #11
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by your_shadow03 View Post
Prior to your post..Apache is not a compulsory factor for SVN.
There are two way you can configure Subversion:
1. through svn://(Simple SVN Protocol)
2. through http:// (Apache)

If You want to use Tortoise SVN you don't at all need Apache to configure.


hi your_shadow
i installed svn bt while i use netbeans i got an error "org.tigris.subversion.javahl.ClientException: RA layer request failed
OPTIONS of 'https://192.168.0.140/back_serv/svn/repos/SAGAVERSION12': could not connect to server (https://192.168.0.140)
"

how can i over come this error
 
Old 10-17-2009, 12:49 AM   #12
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Are you trying to configure SSL with Apache + WebDAV?
 
Old 10-19-2009, 12:51 AM   #13
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by your_shadow03 View Post
Are you trying to configure SSL with Apache + WebDAV?
hi mani just want to configuresvn server in simple method. i need only svn. we are using the netbeans. when i tried to commit through netbeans i saw an error related to the RA layer connection
 
Old 10-19-2009, 01:13 AM   #14
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
You are trying to browse as https:// which really makes me think of that.Also, do check that you have apache:apache ownership on the SVN Directory too.

Can you paste the complete steps you followed?That would help me fix the issue in no time.

Last edited by your_shadow03; 10-19-2009 at 01:14 AM.
 
Old 10-19-2009, 10:22 AM   #15
akash_softnotions
LQ Newbie
 
Registered: Oct 2009
Posts: 23

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by your_shadow03 View Post
You are trying to browse as https:// which really makes me think of that.Also, do check that you have apache:apache ownership on the SVN Directory too.

Can you paste the complete steps you followed?That would help me fix the issue in no time.
hi man i am already tired with this issue. i will write down here the steps which i do. actually i don't need apache web server in here.
here we are using nebeans 6.7.1.

1.svnadmin create /back_serv/svn/repos

2.vi /back_serv/svn/repos/conf/svnserve.conf
(i insert these lines in hte confiuration file
anon-access = none
auth-access = write
password-db = passwd

3.vi /back_serv/svn/repos/conf/passwd
user = password

4.svn import /(PROJECT NAME) file:////back_serv/svn/repos/(PROJECT NAME) -m "initial import"

( These additions was perfect since i can see the files moving)

"I THINK I DO TILL HERE CORRECTLY

5.svn checkout file:///back_serv/svn/repos/(PROJECT NAME)

here i think got REVERSION 1 as result

These were the steps which i hav done.
(I don't need apache thats y i follow this steps "sorry for avoiding u r steps)

initially i perform u r steps bt there are some errors when i restart httpd.conf

Then i goto the svn main website and download the pdf an perform the above steps
we are using CENT OS 5.3 if there need apache i will do that too. pls help me dude. i got crack in the previous days




IF there is better methode can u post here step wise (which i done in above) without pointing the blogs then i will be much confident.pls man pls help me
i will do if there is much sufficient method

Also pls narrate how can we submit from netbeans

faithfully akash

i just also tried some other methodes also. when i try to versioning from that
( svn:..192.168.XXX.XXX)/back_serv/svn/repos)i got an error like
"cannot connect to host'192.168.XXX.XXX':No connection could be made because the target machine
actively refsed it" ..
(when i use http(or https):// 192.168.XXX.XXX)/back_serv/svn/repos then i got an error like '405 methode is not allowed)

Last edited by akash_softnotions; 10-19-2009 at 10:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
copy svn working dir without svn hidden dirs and files? erinspice Linux - Software 4 03-29-2011 05:58 PM
anon svn read-only over apache: '.svn/entries': No such file hedpe Linux - Software 2 04-29-2009 05:31 AM
svn checkout -bash svn command not found Anauj0101 Linux - Newbie 6 04-20-2008 05:50 PM
Server Instllation kpsrinivas Linux - Server 1 03-16-2007 12:34 AM
need help with windowmaker instllation BajaNick Linux - Software 3 07-08-2003 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration