Hi, I've got a Derby database embedded in a Java application. The complete project, including the database, is stored in a repository for version control. Several files and folders are present in a Derby database folder but which ones are required to track? I.e. which files are essential for the Derby database to function properly? There's for a 'log' and 'tmp' folder for example.
The main reason for asking it the fact that database files get changed even though application only read from the database. Why is this? This causes the problem that db files are marked changed but the question is if they should actually be committed again. Yours, Age -- View this message in context: http://www.nabble.com/Derby-db-files-and-folders-%28what-to-track%29-tp24997350p24997350.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
