Hi I am trying to get the only changed files in the revision. I am using this ..
svn export -r 2 "svnrepository" destination This command Is getting all the files including changed files. Below concept is good for me but it doesn't export. svn log -vr 2 svnrepository Pls guide me how would I make this command usable to get the Only changed - modified and added - files in particular revision. Cheers, Regards Waseem