You'd be better off using "current"
svn co http://svn.apache.org/repos/asf/struts/current
That gets you only "trunk" of each subproject. Trust me, you'll quickly get tired of typing an extra "../../" when you are flying around the repository on the command line ;)
-- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx
----- Original Message ----- From: "Peter A. Pilgrim" <[EMAIL PROTECTED]>
To: "Struts Developers List" <dev@struts.apache.org>
Sent: Tuesday, February 01, 2005 5:39 PM
Subject: Re: svn checkout
Joe Germuska wrote:At 5:30 PM +0000 2/1/05, Pilgrim, Peter wrote:
Hi
Are they any good online docs on using "svn" with Struts 1.3? I tried very last night on my linux box:
% svn checkout http://svn.apache.org/repos/asf/struts/trunk struts
But I must admit I didnt know what I was doing at all. Do you have to ``svn login'' or whatever?
For the read-only repository, you don't need to log in.
The authoritative book on SVN is available for free online, and it's very good:
http://svnbook.red-bean.com/svnbook-1.1/index.html
Joe
fyi
Yes I had a subversion problem!
[EMAIL PROTECTED] [55] > svn checkout http://svn.apache.org/repos/asf/struts/core/trunk jakarta-struts
svn: Valid UTF-8 data
(hex:)
followed by invalid UTF-8 sequence
(hex: 80 0c 09 08)
Strange i18n problems as reported by other people on the net and my machine. Weird!
I downgraded from svn 1.1.3 to 1.0.0 and everything works as expected.
Anyway here is what I did
% cd /my/favourite/workspace % mkdirhier apache-struts % cd apache-struts % svn co http://svn.apache.org/repos/asf/struts/core/trunk core % svn co http://svn.apache.org/repos/asf/struts/el/trunk el % svn co http://svn.apache.org/repos/asf/struts/faces/trunk faces % svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk sandbox
hth sb
-- Peter Pilgrim __ _____ _____ _____ / //__ // ___// ___/ + Serverside Java / /___/ // /__ / /__ + Struts / // ___// ___// ___/ + Expresso Committer __/ // /__ / /__ / /__ + Independent Contractor /___//____//____//____/ + Intrinsic Motivation On Line Resume || \\===> `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''
--------------------------------------------------------------------- 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]