Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Sean Schofield
I'm trying to download from the subversion (anonymously) and I keep getting a 501 Not Implemented error. I'm typing the URL correctly and this does not work for any of the projects (including Struts). Could this be something to do my firewall at work? Does subversion use something other

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
I just checked it out over http and everything worked correctly. Are you sure you are hitting http://svn.apache.org/repos/test/struts ? Don Sean Schofield wrote: I'm trying to download from the subversion (anonymously) and I keep getting a 501 Not Implemented error. I'm typing the URL

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Sean Schofield
Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is blocked. My guess is that the clien is interpreting a refused connection as the server not being available. Thanks,

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Martin Cooper
On Tue, 28 Sep 2004 11:57:20 -0400, Sean Schofield [EMAIL PROTECTED] wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is blocked. My guess is that the clien is

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Greg Reddin
CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
Port 80, just like any other web server. Committers will use 443 (SSL) for authentication. Don Greg Reddin wrote: CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Jose Luiz Junior
Mind that SVN uses WebDAV standard, not simple HTTP WWW standard. Your firewall might be blocking PUT, MKCOL, OPTIONS, PROPFIND, LOCK and UNLOCK. its usual. Respectfully, Jose Luiz Peleteiro - To unsubscribe, e-mail: [EMAIL

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Salvador Trujillo Gonzalez
On Tue, 28 Sep 2004, Greg Reddin wrote: CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? It uses 3690, Salva Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
Subversion can actually be exposed multiple ways. One such way is to use its built-in svnserve server which does listen over 3690. Subversion can also be exposed via WebDAV as an Apache 2.0 module. In the latter case, it can listen at any port Apache is configured to listen on, usually 80

[ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Don Brown
If there aren't any objections, I will ask infrastructure to perform the actual conversion of Struts from CVS to Subversion. The test conversion has been up for over a week, and there haven't been any problems. Again, if I don't hear different, I'll ask around Wednesday afternoon for our

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Craig McClanahan
On Mon, 27 Sep 2004 21:40:45 -0700, Don Brown [EMAIL PROTECTED] wrote: If there aren't any objections, I will ask infrastructure to perform the actual conversion of Struts from CVS to Subversion. The test conversion has been up for over a week, and there haven't been any problems. Again, if

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Don Brown
Sorry, I should have clarified, I'm giving the go-ahead on performing the actual conversion the exactly same way the test conversion was done - the full conversion. All branches and tags will be converted. After the conversion, we can delete/move as necessary. Don Craig McClanahan wrote: On

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Martin Cooper
On Mon, 27 Sep 2004 21:40:45 -0700, Don Brown [EMAIL PROTECTED] wrote: If there aren't any objections, I will ask infrastructure to perform the actual conversion of Struts from CVS to Subversion. The test conversion has been up for over a week, and there haven't been any problems. Again, if

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Don Brown
Martin Cooper wrote: On Mon, 27 Sep 2004 21:40:45 -0700, Don Brown [EMAIL PROTECTED] wrote: If there aren't any objections, I will ask infrastructure to perform the actual conversion of Struts from CVS to Subversion. The test conversion has been up for over a week, and there haven't been any

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Craig McClanahan
On Mon, 27 Sep 2004 22:10:38 -0700, Don Brown [EMAIL PROTECTED] wrote: Sorry, I should have clarified, I'm giving the go-ahead on performing the actual conversion the exactly same way the test conversion was done - the full conversion. All branches and tags will be converted. After the

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-27 Thread Don Brown
I'll also take this opportunity to remind everyone who hasn't set their subversion password to do so: http://www.apache.org/dev/cvs2svn.html (step 10). 10. Users who haven't used Subversion before need to log into minotaur.apache.org and run the svnpasswd utility to set their Subversion