svndump - How to extract an SVN dump? -



svndump - How to extract an SVN dump? -

i received svn dump file lot of pages (all html pages, , server-side code well) in file. i'd separate them out, have no clue how this.

i'm on windows , don't svn @ all.

there simple guide here - linux/unix works dos prompt: http://www.mhermans.net/get-files-from-svn-dump.html

first - download command line svn http://subversion.apache.org/packages.html#windows can challenge have svn.exe , svnadmin.exe in bin folder somewhere. 1 time have smooth sailing:

from dos box:

mkdir c:\backup_repo [path svn]\svnadmin.exe init c:\backup_repo type [path dump].dump | [path svn]\svnadmin.exe load [path svn]\svn.exe export "file:///c:\repo" c:\exportdest

hth

svn svndump

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -