You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by "Farr, Aaron" <Aa...@am.sony.com> on 2004/05/18 17:32:56 UTC

svn authentication

Hello.

I was playing around with the test svn repository at
https://svn.apache.org/repos/test/.  Couple questions about authentication:

Are we using ssl or ssh?   Do I need special permissions to, say, the avalon
test repository (https://svn.apache.org/repos/test/avalon/) or do I already
have them?

So far I can check out just fine.  Now I need to figure out how to commit.
:)

Thanks.

J. Aaron Farr
  SONY ELECTRONICS
  DDP-CIM
  (724) 696-7653



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: svn authentication

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Tuesday 18 May 2004 23:32, Farr, Aaron wrote:
> I was playing around with the test svn repository at
> https://svn.apache.org/repos/test/.  Couple questions about authentication:

:o)

Same as my problem.

To checkout and read, you need nothing more than web access.

To commit, you need to log onto svn.apache.org (i.e. minotaur.apache.org) 
using SSH and issue the command "svnpasswd", which will ask you for a 
name/password pair for subversion.

After that commits are all go...


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: svn authentication

Posted by Timothy Bennett <ex...@comcast.net>.
Farr, Aaron wrote:
> Are we using ssl or ssh?   Do I need special permissions to, say, the avalon
> test repository (https://svn.apache.org/repos/test/avalon/) or do I already
> have them?
> 
> So far I can check out just fine.  Now I need to figure out how to commit.
> :)

Log-in into cvs.apache.org with ssh, using your login/password.  At the 
unix prompt type:

$ svnpasswd

You will be prompted to input your password for SVN authentication. 
After setting your password, you can commit code using your SVN client 
and using the password you just set.

Regards,
Timothy


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: svn authentication

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Tuesday 18 May 2004 23:32, Farr, Aaron wrote:

> I already have them?

infrastructure will continue to administrate SVN access, and right now it is 
tied to our CVS committer right through the Unix groups I think...
The test repo is set up "for all"...

Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org