svnadmin
SVN move single directory into other repository (with history)
Related question: Moving repository trunk to another’s branch (with history) I know that one can dump a complete SVN repository with history and load it into a user-defined (sub)directory of the t[详细]
2022-12-21 02:23 分类:问答Loaded svn repository is missing last few revisions - how do I fix this?
I dumped my repository svnadmin dump repos > repos.dump then I loaded it on the new machine svnadmin load newrepos < repos.dump[详细]
2022-12-16 08:27 分类:问答Revisions of svn dump
I have a dump file dump.svn This dump file includes the revision 0 to 2879 When i load it 开发者_开发问答svnadmin load /path/to/new/repository < /path/to/dump.svn[详细]
2022-12-15 05:28 分类:问答How to copy between Subversion repositories preserving properties but not preserving history
How can I copy a fo开发者_运维技巧lder from one existing Subversion repository to another without preserving history, and in such a way that preserves relevant svn properties (e.g. preserve svn:ignore[详细]
2022-12-09 17:01 分类:问答Does "svnadmin dump" lock the repository?
... what happens if someone tries to commit during a svnadmin dump REPOS_PATH? The subversion book doesn\'t say anything about 开发者_开发百科that.A concurrently running svnadmin dump will not interf[详细]
2022-12-08 13:40 分类:问答