I want to automate storing some composer artefacts in SVN.
there are any command line tool for import composer artefacts in XML?
what is wrong with SVN command line client, Tortoise SVN, or SVN client for Eclipse?
I am curious do you have some magical tool that automatically saves you java changes into svn?
Yes, I have tool for auto storing bulk data in SVN.
For example, I use it for storing oracle database dayly changes in svn (look http://code.google.com/p/oracle-ddl2svn/source/browse/trunk/scheme2ddl/scripts/oracle-ddl2svn.bat in my free project http://oracle-ddl2svn.googlecode.com )
For automatisation storing composer artefacts I need tool for automated export from docbase to composer artefacts
write your own or take a look at the open source or commerical documentum repository migration tools. Obviously would need a command line only version.
Seriously doubt if Composer export // artifact import functions can be invoked from command line