Hi Team., I am actually migration from CVS to SVN , in the migration process, We were using <*cvsChangeLog*> , Can you tell using which Ant command (or which Jar file of svn ) we can replace the above command.
Looking for help in this command.. Similar CVS command i am posting code <target name="cvsChangeLog"> <cvschangelog destfile="${Log.xml}" cvsroot="${cvs.root}" > ................................ <user displayname="Full name to display" userid="xxxxxx" /> <cvschangelog> </target> Thank you Sujana