Got the same problem.
Things were checked out via antmod (which does use svn checkout).
#> svn pe svn:externals .
project https://.../project
#> svn status
X project
does show only X for external project.
#> svn status project
? src/main/resources/test.txt
M src/main/java/org/Test.java
does
ternals. I have deleted the
externals and checked them out using "svn update" again. Now things work.
- Matthias Meixner
Von: Bert Huijben [mailto:b...@qqmail.nl]
Gesendet: Freitag, 1. Juni 2012 11:16
An: Matthias Meixner; users@subversion.apache.org
Betreff: RE: svn status l
using 'svn
checkout' or 'svn update'.
Bert
From: Matthias Meixner [mailto:matthias.meix...@verifone.com]
Sent: vrijdag 1 juni 2012 10:37
To: users@subversion.apache.org
Subject: svn status leaves out changes in externals
Hello!
In all versions u
Hello!
In all versions up to 1.6.x "svn status" used to list all changed files
including those found in directories referenced using svn:externals. Using
version 1.7.5 this is not the case any longer. Even with option --depth
infinite, changed files are not listed. I consider this a bug since