Description of problem: Currently, maven client will try to push files inside version control directory, such as HibernateCore/trunk/pot/content/.svn/text-base/filters.pot.svnbase This causes: 1. It may push in out-dated or removed pot/po files. 2. From above example, zanata maven client actually looking for HibernateCore/trunk/pot/content/.svn/text-base/filters.pot.pot which does not exist. Thus cause java.io.FileNotFoundException Version-Release number of selected component (if applicable): client API timestamp is 20110808-0952, but server API timestamp is 20110808-0601 How reproducible: Always Steps to Reproduce: 1. Push project that use svn. such as http://anonsvn.jboss.org/repos/hibernate/core/trunk/documentation/manual/src/main/docbook/ Actual results: Files inside .svn is searched and pushed Expected results: Files inside .svn is ignored.
VERIFIED with commit f3a57b9e7621e0a1e2220d18e319804d3b901ad2