Hello,

while playing around with the git mirror (I compared the git clone with
the SVN checkout) I noticed that a minority of SVN files (mostly
javadoc comments in tests but also one constant in a sample) have an
$ID$ comment which expands differently.

Ironically there is also a
rule about not using $Date$ in checkstyle.xml which is expanded.

The later is a bug (as the rule does not work), but for consistency I
also propose to remove the other IDs. What do people think?

--- vfs/checkstyle.xml  2014-02-08 08:20:50.000000000 +0000
---
vfs/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
2014-02-08 08:20:50.000000000 +0000 ---
vfs/core/src/main/java/org/apache/commons/vfs2/provider/local/LocalFileRandomAccessContent.java
2014-02-08 08:20:49.000000000 +0000 ---
vfs/core/src/main/java/org/apache/commons/vfs2/provider/sftp/IdentityRepositoryFactory.java
2014-02-08 08:20:49.000000000 +0000 ---
vfs/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileObject.java
2014-02-08 08:20:49.000000000 +0000 ---
vfs/core/src/main/java/org/apache/commons/vfs2/Resources.properties
2014-02-08 08:20:50.000000000 +0000 ---
vfs/core/src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpFilesCacheTestCase.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/local/test/ConversionTestCase.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/ram/test/CustomRamProviderTest.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/test/FileObjectSortTestCase.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/provider/UriParserTestCase.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/test/ProviderRandomReadTests.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/test/ProviderRandomReadWriteTests.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/test/ProviderRandomSetLengthTests.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/core/src/test/java/org/apache/commons/vfs2/util/NHttpServer.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
2014-02-08 08:20:48.000000000 +0000 ---
vfs/findbugs-exclude-filter.xml     2014-02-08 08:20:50.000000000 +0000

there are 2 empty directories missing in git, but I guess thats not a
big problem:

Only in vfs/core: jackrabbit
Only in vfs/sandbox/src/test/java/org/apache/commons/vfs2/provider:
webdav


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

Reply via email to