Others might find this useful. Note this was before Costin made his
changes to the .project and .classpath files and I haven't seen what
effect those changes have.
Mark
-------- Original Message --------
To: [EMAIL PROTECTED]
Henri,
There are lots of different ways to do this. I have been playing
around for a few hours and I think this is the best.
Pre-requisites:
- svn command line client
- Eclipse 3.1 (workspace of c:\workspace)
- Subclipse
1. Open the SVN Repository View
2. Add a new repository
- URL: https://svn.apache.org/repos/asf/tomcat
- Root URL: https://svn.apache.org/repos/asf
- User: hgomez
- Password: ******
3. Checkout the tc5.5.x sources into your workspace using the command
line svn client
svn checkout https://svn.apache.org/repos/asf/tomcat/current/tc5.5.x
c:\workspace
4. Use Windows->Preferences and then Java->Build Path->Classpath
Variables to add a new Classpath variable called "TOMCAT_LIBS_BASE"
and set this to the base path where the binary dependencies have been
downloaded.
5. Create new Java projects called Connectors, Container, Jasper and
ServletAPI. Since the project name you specify matches the name of one
of the directories created by step 3, Eclipse will use the existing
.project and .classpath files
6. Away you go...
If you want to browse the whole ASF repo, use
https://svn.apache.org/repos/asf as the URL as well as the Root URL in
step 2
HTH,
Mark
Henri Gomez wrote:
Mark, what's the correct settings to connect to SVN from Eclipse to
get Tomcat 5, Jasper and JTC (as a commiter of course) ?
Regards and thanks for your advices
2005/11/7, Mark Thomas <[EMAIL PROTECTED]>:
Tim Funk wrote:
I was trying to update the faq and on commit I get:
svn: Commit failed (details follow):
svn: MKACTIVITY of
'/repos/asf/!svn/act/cbfb08b7-fd04-0410-812a-daddc51de6cc': 403
Forbidden (http://svn.apache.org)
I (think I) have the correct ID and password. Am I missing karma?
-Tim
Looks like this was over http. Commits must be over https.
Mark
---------------------------------------------------------------------
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]