Re: [OT] repos/asf/tomcat

2013-03-21 Thread Mark Thomas
On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote:
 Trying to teach myself Subversion by way of the Eclipse plugin (Subversive 
 SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking at the tomcat 
 repository and trying to understand what I'm seeing.
 
 What is the difference between the trunk directory at the root of 
 http://svn.apache.org/repos/asf/tomcat/ and the trunk directory in the 
 /tc7.0.x/ ?
 
 /repos/asf/tomcat/is the repository?
 /tc7.0.x/   is the project in that repository?
 
 Of course, my eclipse subversion plugin only gives me a local repository, so 
 perhaps Subversion running in a web server is slightly different than what I 
 can do with this plugin?  Sorry for the OT post.
 
 Leo
 
 
http://tomcat.apache.org/svn.html

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: [OT] repos/asf/tomcat

2013-03-21 Thread Leo Donahue - RDSA IT
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Subject: Re: [OT] repos/asf/tomcat

On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote:
 Trying to teach myself Subversion by way of the Eclipse plugin (Subversive
SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking at the
tomcat repository and trying to understand what I'm seeing.

 What is the difference between the trunk directory at the root of
http://svn.apache.org/repos/asf/tomcat/ and the trunk directory in the
/tc7.0.x/ ?

 /repos/asf/tomcat/is the repository?
 /tc7.0.x/   is the project in that repository?

 Of course, my eclipse subversion plugin only gives me a local repository, so
perhaps Subversion running in a web server is slightly different than what I
can do with this plugin?  Sorry for the OT post.

 Leo


http://tomcat.apache.org/svn.html

Mark


Thanks.

Repository structure !(necessarily)= project structure ?

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: [OT] repos/asf/tomcat

2013-03-21 Thread Mark Thomas
On 21/03/2013 20:30, Leo Donahue - RDSA IT wrote:
 -Original Message-
 From: Mark Thomas [mailto:ma...@apache.org]
 Subject: Re: [OT] repos/asf/tomcat

 On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote:
 Trying to teach myself Subversion by way of the Eclipse plugin (Subversive
 SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking at the
 tomcat repository and trying to understand what I'm seeing.

 What is the difference between the trunk directory at the root of
 http://svn.apache.org/repos/asf/tomcat/ and the trunk directory in the
 /tc7.0.x/ ?

 /repos/asf/tomcat/is the repository?
 /tc7.0.x/   is the project in that repository?

 Of course, my eclipse subversion plugin only gives me a local repository, so
 perhaps Subversion running in a web server is slightly different than what I
 can do with this plugin?  Sorry for the OT post.

 Leo


 http://tomcat.apache.org/svn.html

 Mark

 
 Thanks.
 
 Repository structure !(necessarily)= project structure ?

Generally with Eclipse you can checkout any of the following as projects:

/tomcat/trunk
/tomcat/tc7.0.x/trunk
/tomcat/tc6.0.x/trunk

There are others but that will get you started.

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org