Re: Apache CVS (was Re: Lessons Learned)

2004-12-14 Thread robert burrell donkin
please post this question to the right list 
(http://jakarta.apache.org/site/mail.html).

FWIW i have used JMeter for web testing though (depending on your 
needs) cactus  (http://jakarta.apache.org/cactus) may be more suitable.

- robert
On 14 Dec 2004, at 22:58, Jim Amini wrote:
Hi,
Has anyone used Jmeter for web testing?
Please respond if you have used this tool or you know how to use it.
Thanks,
Jim.
-Original Message-
From: robert burrell donkin
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 14, 2004 2:57 PM
To: Jakarta General List
Subject: Re: Apache CVS (was Re: Lessons Learned)
On 13 Dec 2004, at 22:20, Richard Bair wrote:
Thanks everyone for your insight!
Related to this, I have a question regarding the
organizational structure of CVS. I noticed that
cvs.apache.org has, predictably, a different package
for all of the top-level projects, and even
sub-projects (although all of the commons-components
are considered components and not sub-projects, hence
the lack of any of the components at this top level).
I also noticed that each of the websites is listed as
[projectname]-site.
I'm certainly not the worlds foremost expert at CVS,
so I naturally assume that since apache is laid out
this way that this must a great way to lay out a
project  its sub-projects in CVS. Is this so? What
are the pros/cons to doing it this way, as opposed to
a true tree structure? I assume it has something to do
with the way CVS does things.
(though it is the conventional way to lay out CVS projects) i suspect
that this organization grew rather than being planned. (though it may
well be easier to manage permissions with this structure.)
we're moving to subversion and there have been quite a few discussions
about the best ways of laying our repositories recently. if you can use
subversion, seriously consider using it. the way our subversion
repository is laid out is a little different.
- robert
-
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: Apache CVS (was Re: Lessons Learned)

2004-12-14 Thread Richard Bair
 we're moving to subversion and there have been quite
 a few discussions 
 about the best ways of laying our repositories
 recently. if you can use 
 subversion, seriously consider using it. the way our
 subversion 
 repository is laid out is a little different.
 
 - robert

Hmm... I have been thinking about subversion.
Collabnet is doing our hosting, so moving to
subversion instead of cvs *shouldn't* be a big deal
from a technical standpoint. I don't know how well
supported subversion is via IDE's and the like. I
assume there is a good web client for subversion as
well?

How is apache changing its layout for subversion? I'll
check the archives for this list and see what is
mentioned, are there any other good resources for
seeing how Jakarta is going to use subversion?

Thanks
Richard



__ 
Do you Yahoo!? 
Dress up your holiday email, Hollywood style. Learn more. 
http://celebrity.mail.yahoo.com

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



RE: Apache CVS (was Re: Lessons Learned)

2004-12-14 Thread Tim O'Brien
Richard,

The IDE most people seem to talk about most (Eclipse) has a plugin
called Subclipse (search for it on Tigris).  It works, but it isn't as
well supported as CVS. For example, the synchronize perspective doesn't
work yet.  But, tool support is a which comes first? problem, as more
projects move towards Subversion, more widely used IDEs will support it
out-of-the-box (but, who gets software in a box these days?).  

As far as Jakarta's eventual move to Subversion, you can see the start
here:

http://svn.apache.org/repos/asf/jakarta/

I believe the plan is to have a directory per subproject.  Below that,
structure will depend on what an individual subproject needs.  But,
there are some tricky questions to answer especially in subprojects with
multiple artifacts.  Take jakarta commons as an example.  We still
haven't decided where our trunk, tags, and branches will go.

Tim

 -Original Message-
 From: Richard Bair [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, December 14, 2004 5:37 PM
 To: Jakarta General List
 Subject: Re: Apache CVS (was Re: Lessons Learned)
 
  we're moving to subversion and there have been quite a few 
 discussions 
  about the best ways of laying our repositories recently. if you can 
  use subversion, seriously consider using it. the way our subversion 
  repository is laid out is a little different.
  
  - robert
 
 Hmm... I have been thinking about subversion.
 Collabnet is doing our hosting, so moving to subversion 
 instead of cvs *shouldn't* be a big deal from a technical 
 standpoint. I don't know how well supported subversion is via 
 IDE's and the like. I assume there is a good web client for 
 subversion as well?
 
 How is apache changing its layout for subversion? I'll check 
 the archives for this list and see what is mentioned, are 
 there any other good resources for seeing how Jakarta is 
 going to use subversion?
 
 Thanks
 Richard
 
 
   
 __
 Do you Yahoo!? 
 Dress up your holiday email, Hollywood style. Learn more. 
 http://celebrity.mail.yahoo.com
 
 -
 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: Apache CVS (was Re: Lessons Learned)

2004-12-14 Thread robert burrell donkin
On 13 Dec 2004, at 22:20, Richard Bair wrote:
Thanks everyone for your insight!
Related to this, I have a question regarding the
organizational structure of CVS. I noticed that
cvs.apache.org has, predictably, a different package
for all of the top-level projects, and even
sub-projects (although all of the commons-components
are considered components and not sub-projects, hence
the lack of any of the components at this top level).
I also noticed that each of the websites is listed as
[projectname]-site.
I'm certainly not the worlds foremost expert at CVS,
so I naturally assume that since apache is laid out
this way that this must a great way to lay out a
project  its sub-projects in CVS. Is this so? What
are the pros/cons to doing it this way, as opposed to
a true tree structure? I assume it has something to do
with the way CVS does things.
(though it is the conventional way to lay out CVS projects) i suspect 
that this organization grew rather than being planned. (though it may 
well be easier to manage permissions with this structure.)

we're moving to subversion and there have been quite a few discussions 
about the best ways of laying our repositories recently. if you can use 
subversion, seriously consider using it. the way our subversion 
repository is laid out is a little different.

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


RE: Apache CVS (was Re: Lessons Learned)

2004-12-14 Thread Jim Amini
Hi,

Has anyone used Jmeter for web testing?
Please respond if you have used this tool or you know how to use it.

Thanks,
Jim.

-Original Message-
From: robert burrell donkin
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 14, 2004 2:57 PM
To: Jakarta General List
Subject: Re: Apache CVS (was Re: Lessons Learned)

On 13 Dec 2004, at 22:20, Richard Bair wrote:

 Thanks everyone for your insight!

 Related to this, I have a question regarding the
 organizational structure of CVS. I noticed that
 cvs.apache.org has, predictably, a different package
 for all of the top-level projects, and even
 sub-projects (although all of the commons-components
 are considered components and not sub-projects, hence
 the lack of any of the components at this top level).
 I also noticed that each of the websites is listed as
 [projectname]-site.

 I'm certainly not the worlds foremost expert at CVS,
 so I naturally assume that since apache is laid out
 this way that this must a great way to lay out a
 project  its sub-projects in CVS. Is this so? What
 are the pros/cons to doing it this way, as opposed to
 a true tree structure? I assume it has something to do
 with the way CVS does things.

(though it is the conventional way to lay out CVS projects) i suspect 
that this organization grew rather than being planned. (though it may 
well be easier to manage permissions with this structure.)

we're moving to subversion and there have been quite a few discussions 
about the best ways of laying our repositories recently. if you can use 
subversion, seriously consider using it. the way our subversion 
repository is laid out is a little different.

- robert


-
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]