[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-doc
Subject:    Re: Svn mirror seed has UUID wrong
From:       John Marshall <john.marshall () riverwillow ! com ! au>
Date:       2012-07-23 8:25:13
Message-ID: 20120723082513.GB38880 () rwpc15 ! mby ! riverwillow ! net ! au
[Download RAW message or body]


On Sat, 21 Jul 2012, 22:31 +0100, Simon L. B. Nielsen wrote:
> Sorry, I forgot to mention that any svn checkout from a repository with the \
> incorrect UUID will not work with the repository after the UUID has been changed. 
> It's possible svn can be convinced to work with a 'new' repository, sorry - I have \
> no idea.

I just consulted Google and found the following.  It "worked for me"
with Subversion 1.7.5.

  sqlite3 .svn/wc.db 'update REPOSITORY set uuid="<new-repo-uuid>" where id=1'

Example:
$ svn update doctree
Updating 'doctree':
svn: E170009: Repository UUID 'c2e8774f-c49f-e111-b436-862b2bbc8956' doesn't match \
expected UUID '8026a357-cfce-e111-996c-001c23d10e55'

$ sqlite3 doctree/.svn/wc.db 'update REPOSITORY set \
uuid="c2e8774f-c49f-e111-b436-862b2bbc8956" where id=1'

$ svn update doctree
Updating 'doctree':
At revision 39236.

-- 
John Marshall


[Attachment #3 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic