Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jun 28, 2006 2:32 pm 
Offline
Junior Member

Joined: Wed Feb 01, 2006 1:24 am
Posts: 40
I'm working with a friend on a 3D animation, and inspired by the Orange project, decided to use Subversion for version control, and, hey, I'm paying for my linode...

SO! I've been trying to get subversion to work... but my Linode luck has struck again.

What I need is a Subversion repository named MOVIE which can be accessed by my friend with TortiseSVN (Windows user/graphic type person). I thought TRAC would also be good because it would let us collaborate and share notes online, especially if we let some others in on the project.

Could someone explain how to do this with Ubuntu on Linode? I've made a big botch of things (read: tried some online tutorials and got a not working subversion with a not working trac).


Top
   
 Post subject:
PostPosted: Wed Jun 28, 2006 2:57 pm 
Offline
Senior Member

Joined: Sun Mar 14, 2004 9:18 pm
Posts: 116
Website: http://michael.susens-schurter.com/
WLM: mschurter@yahoo.com
Yahoo Messenger: mschurter
Location: Peoria, IL
First of all the subversion book is an excellent resource. Read it. :)

In particular I would do an "svnadmin create /local/path/to/repository", and then edit the /local/path/to/repository/conf/svnserve.conf file something like this:

Code:
[general]
anon-access = none
auth-access = write
password-db = passwd
realm = Movie Repository


Then create a file /local/path/to/repository/conf/ that looks something like:
Code:
[users]
user1=password1
user2=password2


Finally make sure the subversion server is actually running. Mine is started by the inetd daemon with the following line in /etc/inetd.conf:
Code:
svn   stream   tcp   nowait   nobody   /usr/bin/svnserve svnserve -i -r /var/lib/svn


Then in TortoiseSVN checkout the repository:

svn://yourlinode.com/repository/

There are a variety of other ways to set it up. Probably the most popular way is to use SSH & system accounts instead of the plain svn protocol and the passwd file.


Top
   
 Post subject:
PostPosted: Fri Jun 30, 2006 8:11 pm 
Offline
Junior Member

Joined: Thu May 12, 2005 2:06 pm
Posts: 48
untitled9 wrote:
There are a variety of other ways to set it up. Probably the most popular way is to use SSH & system accounts instead of the plain svn protocol and the passwd file.


I have it under Apache (and under Apache and Windows in other machine, too). It works well and can integrate with htpasswd users. There is a comparison here which may help to decide which one to choose.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group