RE: SVN Authentication fail

2010-05-14 Thread Giulio Troccoli
> authz was modified to create a group including and > the following line was added, as well: > > [repository: /svn] > > @ = rw > I don't use svnserve but Apache instead. However, I believe the authorizations files have the same format (if that's not the case, please ignore the rest of the mes

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> On May 13, 2010, at 12:54 PM, Bob Archer wrote: > > No, I'm using ssh to a. create the repository, then b. launch > svnserve > > I'm trying to connect using either svnX or TortoiseSVN (I like > working > >> on > multiple OS at the same time :) )

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
Right, which I am doing. However, if I give an incorrect password, I get told that. If I give the correct password, I get an Authorization fail. Clearly, then, it knows I'm the right user with the right password, but something else is preventing access. -- Conc

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> >> No, I'm using ssh to a. create the repository, then b. launch > >> svnserve > >> > >> I'm trying to connect using either svnX or TortoiseSVN (I like > >> working > on > >> multiple OS at the same time :) ) > >> > >> So, after I SSH'd in: > >> > >> I did svn

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
Hmmm... if I do the command line specifying --username --password I'll get a response like "Authentication realm: :3690> some sort of key is presented and then I'm asked for a username. If I give it the username specified in the passwd db, then the incorrect password I'm told the password i

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> On May 13, 2010, at 11:36 AM, Bob Archer wrote: > > >> On May 13, 2010, at 10:40 AM, Bob Archer wrote: > >> > No, I'm using ssh to a. create the repository, then b. launch > svnserve > > I'm trying to connect using either svnX or TortoiseSVN (I like > working > >> on > multip

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
Very much a shared server. I tried the following (from within ssh): /usr/local/bin/svn info svn:///svn Result: Authorization failed -- Concepts create idols; only wonder grasps anything. - St. Gregory of Nyssa Jeffrey Lee j...@lee-burgin.com On May 13, 20

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> On May 13, 2010, at 10:40 AM, Bob Archer wrote: > > >> No, I'm using ssh to a. create the repository, then b. launch svnserve > >> > >> I'm trying to connect using either svnX or TortoiseSVN (I like working > on > >> multiple OS at the same time :) ) > >> > >> So, after I SSH'd in: > >> > >> I d

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
Thanks. No joy, however. I have a feeling there may be something odd with the way things are configured on the server, as my provider doesn't really have any svn experience. I'm tempted to just switch to assembla.com as its a small project. -- Concepts create id

Re: SVN Authentication fail

2010-05-13 Thread David Brodbeck
On May 13, 2010, at 10:50 AM, Jeffrey Lee wrote: > > > On May 13, 2010, at 10:40 AM, Bob Archer wrote: > >>> No, I'm using ssh to a. create the repository, then b. launch svnserve >>> >>> I'm trying to connect using either svnX or TortoiseSVN (I like working on >>> multiple OS at the same time

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
I'm just using svn:// I was hoping to not have to ssh in as I will have occasion to have to connect from behind a firewall that does not permit ssh. -- Concepts create idols; only wonder grasps anything. - St. Gregory of Nyssa Jeffrey Lee j...@lee-burgin.com

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> No, I'm using ssh to a. create the repository, then b. launch svnserve > > I'm trying to connect using either svnX or TortoiseSVN (I like working on > multiple OS at the same time :) ) > > So, after I SSH'd in: > > I did svnadmin create svn - created the directory /svn with all > of the appro

Re: SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
No, I'm using ssh to a. create the repository, then b. launch svnserve I'm trying to connect using either svnX or TortoiseSVN (I like working on multiple OS at the same time :) ) So, after I SSH'd in: I did svnadmin create svn - created the directory /svn with all of the appropriate directori

RE: SVN Authentication fail

2010-05-13 Thread Bob Archer
> My webhosting service installed SVN on my account (for my domain). They > won't enable the Apache module, so have to fire off svnserve -d, which is > fine for my purposes. At any rate, I've created a repository, and believe > I've configured all of the passwd authz and svnserve.conf files > app

SVN Authentication fail

2010-05-13 Thread Jeffrey Lee
My webhosting service installed SVN on my account (for my domain). They won't enable the Apache module, so have to fire off svnserve -d, which is fine for my purposes. At any rate, I've created a repository, and believe I've configured all of the passwd authz and svnserve.conf files appropriat