Posts tagged with repository
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 repos-dumpfile | [...]
- Share this:
- Share
6 Comments