Thread: import SVN
Hi, I would like to check out the pgweb SVN from https://pgweb.postgresql.org/svn. It seems that I need a "Trac authentication for project pgweb". Can I get one? I am not commiter, but who knows? Your input is greatly appreciated. And yes, I first searched the mailing list and I could not find an answer to my question... Best, Peter
info@rdfund.com wrote: > Hi, > > I would like to check out the pgweb SVN from > https://pgweb.postgresql.org/svn. > It seems that I need a "Trac authentication for project pgweb". > > Can I get one? I am not commiter, but who knows? Your input is greatly > appreciated. > > And yes, I first searched the mailing list and I could not find an > answer to my question... That really shouldn't be needed to read/check out the source, only for commits. I can get it without authentication just fine. What command exactly are you trying? //Magnus
On Thu, Jan 17, 2008 at 06:26:15AM +0000, info@rdfund.com wrote: > Hi Magnus: > > I am using TortoiseSVN (client) under Win XP SP2 - when I try "Import" > from the https://pgweb.postgresql.org/svn, I am getting invitation to > login with message: <https://pgweb.postgresql.org:443> Trac > authentication for project: PGWeb Requests a username and a password." > > Of course, I can read single files from the web, but it is not > efficient for the whole project. Please don't drop the CC of the list, as others may be interested in the solution. Running Import means you're trying to import your files *to* the server, which you obviously don't have permissions to do ;-) What you want is to do a Checkout, that shuold work. //Magnus