repository - How do I look inside my svn snapshots (backups) -
repository - How do I look inside my svn snapshots (backups) -
i'm looking project may or may not checked 1 of many subversion repositories. machine actual repository died few years ago, have backups. bz compressed tar archives, snapshots taken weekly of filesystem (when unzip 1 , ls
next directories: conf dump help openvxi repositories working )
i've done dump on late revision, , installed subversion on local machine, , installed repository still don't know what's in it. how browse what's within these things, without bother , work of checking out re-create of first?
i hoping svnadmin help
command allow me peer within these things there not seem alternative available.
(i should note curious of our active projects have been moved on assembla. 1 i'm looking has not been worked on few years)
you won't able find much treating repository directory. such tool want svnlook
.
svnlook tree <path-to-uncompressed-repository> | grep <what-you're-looking-for>
this list paths in repository, , filter output grep
.
edit 1
corrected sub-command list
tree
i hope helps.
svn repository recovery
Comments
Post a Comment