Monday, September 08, 2008

SVN setup Linux Server - Linux User

Linux Server: (you don't need root privilege if you can use svn commands)

xxx@yyy$ svnadmin create ./ALDORSVN/ --fs-type fsfs
xxx@yyy$ ls ./myProject/
Proj1 Proj2
xxx@yyy$ svn import ./myProject/ file:///path/to/SVNrepo/ -m "first import"
xxx@yyy$ svn file:///path/to/SVNrepo/
xxx@yyy$ cd /path/to/SVNrepo

/* contents of the following files should start from the first column */
xxx@yyy$ vi ./conf/passwd

[users]
xxx=yyy
zzz=aaa

xxx@yyy$ vi ./conf/svnserve.conf
[general]
xxx = write
zzz=read
password-db = passwd

xxx@yyy$ svnserve -d -r file:///path/to/SVNrepo/ --listen-port 8888

Linux User: (I had to login with ssh password :P )
svn co svn+ssh://xxx@yyy.zzz.ca/path/to/SVNrepo
svn co svn+ssh://xxx@yyy.zzz.ca/path/to/SVNrepo/Proj1
svn co svn+ssh://xxx@yyy.zzz.ca/path/to/SVNrepo/Proj2

:-)

2 Comments:

Anonymous Anonymous said...

Hi,

When ever I surf on web I come to this website[url=http://www.weightrapidloss.com/lose-10-pounds-in-2-weeks-quick-weight-loss-tips].[/url]regamit.blogspot.com is filled with quality info. Do you pay attention towards your health?. Here is a fact for you. Recent Scientific Research presents that about 80% of all United States grownups are either chubby or weighty[url=http://www.weightrapidloss.com/lose-10-pounds-in-2-weeks-quick-weight-loss-tips].[/url] So if you're one of these citizens, you're not alone. In fact, most of us need to lose a few pounds once in a while to get sexy and perfect six pack abs. Now the question is how you are planning to have quick weight loss? Quick weight loss can be achived with little effort. You need to improve some of you daily habbits to achive weight loss in short span of time.

About me: I am blogger of [url=http://www.weightrapidloss.com/lose-10-pounds-in-2-weeks-quick-weight-loss-tips]Quick weight loss tips[/url]. I am also mentor who can help you lose weight quickly. If you do not want to go under painful training program than you may also try [url=http://www.weightrapidloss.com/acai-berry-for-quick-weight-loss]Acai Berry[/url] or [url=http://www.weightrapidloss.com/colon-cleanse-for-weight-loss]Colon Cleansing[/url] for effective weight loss.

4:58 AM  
OpenID webhostings said...

What is SVN and how to configure on SVN on linux related information through this blog.Above all the points are explained very clearly.hosting server

8:44 PM  

Post a Comment

<< Home