Posts tagged with svn
Using piped svndumpfilter commands to separate an svn repository
Dennis - October 15th, 2007
Published in System Administration
According to the documentation for svndumpfilter, you can include one subcommand when filtering a dumped repository. Suppose you have a repository that has a path “/some/path” that you’d like to separate out into its own new repository. From the documentation, you simply pipe the original dumped repository through the svndumpfilter command.
Example:
cat [...]
No Comments