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 than port 80 to communicate?

sean
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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 than port 80 to 
communicate?

sean
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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,
sean
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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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
 interpreting a refused connection as  the server not being available.

It might be particular methods being blocked rather than ports. I
don't think SVN uses any other ports, but it might use non-standard
methods.

--
Martin Cooper


 
 Thanks,
 sean
 
 
 
  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
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 blocked.  My guess is that the clien is 
interpreting a refused connection as  the server not being available.

Thanks,
sean
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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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,
sean
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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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,
  sean
 
  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
 
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 and/or 443. 

Apache Software Foundation's Subversion server, svn.apache.org, does in 
fact use the Apache WebDAV module and listens at 80 for 
non-authenticated users, and 443 for authenticated users (usually 
committers).  svnserve and port 3690 are not used at all.

Don
Salvador Trujillo Gonzalez wrote:
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 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,
sean
 

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
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 I don't hear different, I'll ask around Wednesday afternoon
 for our repository to be converted at infrastructure's earliest
 convenience.  Speak now or forever hold your peace :)
 

So, are we planning to keep all the existing tags and branches, or do
selective pruning?  Unless the SVN equivalent of cvs log maintains
the entire history on all affected files, I'm -1 on pruning anything
unless the infrastructure team says we're being too demanding on disk
space.

 Don

Craig

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 I don't hear different, I'll ask around Wednesday afternoon
for our repository to be converted at infrastructure's earliest
convenience.  Speak now or forever hold your peace :)
   

So, are we planning to keep all the existing tags and branches, or do
selective pruning?  Unless the SVN equivalent of cvs log maintains
the entire history on all affected files, I'm -1 on pruning anything
unless the infrastructure team says we're being too demanding on disk
space.
 

Don
   

Craig
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 I don't hear different, I'll ask around Wednesday afternoon
 for our repository to be converted at infrastructure's earliest
 convenience.  Speak now or forever hold your peace :)

My questions have been resolved to my satisfaction, so +1 from me.

I assume you'll ask that the CVS repo be frozen at the same time. We
should probably say that no CVS commits should happen after Tuesday,
to make sure nothing gets lost.

--
Martin Cooper


 
 Don
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 problems.
Again, if I don't hear different, I'll ask around Wednesday afternoon
for our repository to be converted at infrastructure's earliest
convenience.  Speak now or forever hold your peace :)
   

My questions have been resolved to my satisfaction, so +1 from me.
I assume you'll ask that the CVS repo be frozen at the same time. We
should probably say that no CVS commits should happen after Tuesday,
to make sure nothing gets lost.
 

Yes, the freezing of CVS will occur before the conversion by the 
infrastructure team.  They will ensure no commit gets lost.

Don
--
Martin Cooper
 

Don
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 conversion, we can delete/move as necessary.
 

Ah, so ... in that case +1.

As Martin suggests, I presume we'll want to freeze the CVS version of
the repository at the start of the process.

 Don

Craig (who is also updating all his local copies of the CVS repository :-)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 password.

Don
Craig McClanahan wrote:
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 conversion, we can delete/move as necessary.
   

Ah, so ... in that case +1.
As Martin suggests, I presume we'll want to freeze the CVS version of
the repository at the start of the process.
 

Don
   

Craig (who is also updating all his local copies of the CVS repository :-)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]