On Tue, 2006-03-14 at 23:37 -0800, Henri Yandell wrote:
> Uhoh:
> 
> I tried to remove my test directory and got:
> override r--r--r--  hen/hen for
> io-test//commons-io-1.2-RC5-src/target/jdiff/IO_1_1/.svn/dir-prop-base?
> 
> ie) you've got some .svn directories in your src zip (worth checking
> the other archives too).

if you're using a recent version of subversion you can fix the line
endings at the same time as the export:

svn export --native-eols LF   (unix)
http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk
svn export --native-eols CRLF (windoz)
http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk

- robert


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

Reply via email to