[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is there a way to dump the checksums from a svn repo?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 29 Nov 2012 19:22:29 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> mkdir zz
> echo foo > zz/f
> echo bar > zz/g
> echo zigzig > zz/F
> echo zagzag > zz/G
> svnadmin create repo
> svn mkdir -mm file://`pwd`/repo/A

oops! should be import not mkdir

  svn import -mm zz file://`pwd`/repo/A

> svnadmin create repo2
> svnsync init file://`pwd`/repo2 file://`pwd`/repo
> svnsync sync file://`pwd`/repo2

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-29 20:23:07 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.