NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zfil
Jul 14, 2008Aspirant
Subversion : some progress
Hello I've managed to build a working subversion server : wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz First untar ...
stevepiercy
Dec 08, 2008Aspirant
Thank you! That was it.
So this step above:
should be:
Now the creation of the repository is fine.
But now I have problems with authenticating. I edited the two files as suggested, but perhaps I did not enter the proper information. Here they are:
For svnserve.conf, I simply uncommented all the options. I had no reasoning behind do so, so if you can advise something more intelligent, I'll go with it. Snipped (...) for brevity.
Actual user and pass obscured:
Thank you for any further help for this newbie.
So this step above:
mkdir -p /c/home/svn/repository
chown svn:svn /c/home/svn
should be:
mkdir -p /c/home/svn/repository
chown -R svn:svn /c/home/svn
Now the creation of the repository is fine.
But now I have problems with authenticating. I edited the two files as suggested, but perhaps I did not enter the proper information. Here they are:
For svnserve.conf, I simply uncommented all the options. I had no reasoning behind do so, so if you can advise something more intelligent, I'll go with it. Snipped (...) for brevity.
svn@nas-01-B5-6B:~/repository/conf$ cat svnserve.conf
...
[general]
...
anon-access = read
auth-access = write
...
password-db = passwd
...
authz-db = authz
...
realm = My First Repository
[sasl]
...
use-sasl = true
...
min-encryption = 0
max-encryption = 256
Actual user and pass obscured:
svn@nas-01-B5-6B:~/repository/conf$ cat passwd
### This file is an example password file for svnserve.
### Its format is similar to that of svnserve.conf. As shown in the
### example below it contains one section labelled [users].
### The name and password for each user follow, one account per line.
[users]
# harry = harryssecret
# sally = sallyssecret
myuser = mypassword
svn@nas-01-B5-6B:~/repository/conf$
Thank you for any further help for this newbie.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!