Re: Can use Maven SCM plugin API to Move some versiond SVN File from one folde to another?

2008-10-20 Thread sean.chen(陈思淼)
I find a pure java SVN client here:http://svnkit.com/
and I can use mvn move,mvn commit.in java client.

2008/10/20 sean.chen(陈思淼) [EMAIL PROTECTED]

 I have some project have bad structure and I want to modify it to SVN fold
 structure, If do it manually, i will be time consuming and easily make
 mistakes. I want to ask ,can Maven SCM API Help me do this kind of things?



Can use Maven SCM plugin API to Move some versiond SVN File from one folde to another?

2008-10-19 Thread sean.chen(陈思淼)
I have some project have bad structure and I want to modify it to SVN fold
structure, If do it manually, i will be time consuming and easily make
mistakes. I want to ask ,can Maven SCM API Help me do this kind of things?