I need to take the backup of one folder of my SVN repository. For this I have tried with svndump and svndumpfilter commands but of no use.
Can any one please explain how to do this with an example.
Update:
I have a repository in that I have one folder say "Test". Apart from this "test" there are some more folders/projects in my repository. If I want to take the full backup of my repository its consuming more memory (30 gb) so I want to shift only the "Test" folder with the history to another repository so that I can take the regular backups of only the "Test" folder (new repository) as it will take less memory. (I don't need to take the regular backups of other folders except "Test")
How can I do this?
svndumpfilter, and to use that separately but that would be very odd. You would keep the history but everything new on that part will not have the ability to go back to the original repository. Please confirm what you exactly want to do with that backup and I'd happily give an example, but Dav's answer is most probably what you mean. – RedGlyph Nov 6 '09 at 13:10