Step1: Dump Source Repository
svnadmin dump
Step2: Filter out project from dump file
svndumpfilter --drop-empty-revs --renumber-revs
Step3: Load the filtered dump file into new repository
svnadmin load --ignore-uuid --parent-dir
It is sucessfully done on svn server but when users checkout the new repository for one user it shows the log for another user it do not show the log.Event both users have access to that repository.
Please let me know if anyone have clue about this issue.
Regards,Savindra