开发者

Can you access an svn dump file like an archive?

I was wondering how (if possible) i can view/extract the contents of an SVN dump file (w开发者_JAVA技巧/o importing it into svn)

Thanks.. :-)


No, the Subversion dump file format isn't really set up for that at all. There's no index, no way to look up specific files inside the dump file, and (there are a few different dump file formats) I think deltas are often stored in the dump file.

The best way to get files out of a Subversion dump file is to load the dump into a Subversion repository (even just a temporary one). In this way, Subversion will recreate all the indexes and load the content into a form that is appropriate for online random access.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜