Archive for October 15th, 2007
Using piped svndumpfilter commands to separate an svn repository
Posted in October 15th, 2007
by Dennis 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