You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Amir Kolsky <ko...@yahoo.com> on 2004/07/05 07:16:32 UTC

Svnserve, Ankhsvn, Authentication

Hi all! This is my first time on this list!

I have set up a Subversion repository on a locally
networked machine using svnserve.

I have managed to connect to the repository by enabling
anonymous read/write at the configuration file.

I would like to be able to have the users' name appear in
the svn log, so I tried to add USERNAME = PASSWORD pairs in
the [USERS] section of the configuration file.

We are using Ankhsvn and we can't commit becuase of the
authorization problem and there's no way to enter the user
name and password. I looked at the Ankhsvn configuration
file - no good...

We can't run a apache server on the machine so we have to
use svn://

Help!

=====

Amir Kolsky
kolsky@iname.com




		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Svnserve, Ankhsvn, Authentication

Posted by Eric <23...@comcast.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

| You're not the first to be confused by this ;-) Maybe one should look
at the
| wording in svnserve.conf?

I wish there were a basic troubleshooting faq for new users.  I can't
make one as I'm the confused new user.  :)

- --
- -Eric
"As a computer, I find your faith in technology amusing. ."
http://235u.home.comcast.net/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFA6Y/vtxY9EH9Ev80RAiDmAJkBx7A4eB7DPIKH9OsASYX0gKSyrwCghjNO
GJOAHo+tTQ9ycr+o2nW1pTU=
=PFE2
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Svnserve, Ankhsvn, Authentication

Posted by Arild Fines <ar...@broadpark.no>.
Amir Kolsky wrote:
> Hi all! This is my first time on this list!
>
> I have set up a Subversion repository on a locally
> networked machine using svnserve.
>
> I have managed to connect to the repository by enabling
> anonymous read/write at the configuration file.
>
> I would like to be able to have the users' name appear in
> the svn log, so I tried to add USERNAME = PASSWORD pairs in
> the [USERS] section of the configuration file.

The svnserve configuration file does not have such a section. What it does
have is an example of what a separate users file should look like. IE, you
put the path to the password file in svnserve.conf, and put the actual user
information in that file.

In svnserve.conf
...
[general]
password-db=password.txt
...


Then in password.txt in the same directory:
[users]
joe=j8976kh98
foo=bar
user=password

You're not the first to be confused by this ;-) Maybe one should look at the
wording in svnserve.conf?

>
> We are using Ankhsvn and we can't commit becuase of the
> authorization problem and there's no way to enter the user
> name and password. I looked at the Ankhsvn configuration
> file - no good...

Ankh will only prompt if challenged by the server, as it should.


--
Arild

AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
IRC: irc://irc.freenode.net/ankhsvn

"Weaseling out of things is good. It's what separates us from the other
animals....except weasels." -- Homer Simpson


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org