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

Re: wc reverse migration

From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: 2006-09-28 12:08:58 CEST

Thanks Duncan, so simple, so easy. I feel somehow stupid
for not finding it myself.

I have another question at the end of this email, I'd be grateful
if someone can take a look :

2006/9/26, Duncan Murdoch <murdoch@stats.uwo.ca>:

> I'd check out a new copy somewhere else, then if you have local mods to
> preserve copy them over top of the new copy. If you aren't sure which
> files contain local mods (because your client refuses to tell you), just
> copy all the files (but not the .svn directories).

2006/9/26, Reedick, Andrew <Andrew.Reedick@bellsouth.com>:
> How about installing the subversion 1.4.0 command line client and
> putting that in your path? Cygwin will run windows command line apps,
> so you're not limited to whatever ships with cygwin.

Thanks Andrew, that was my first idea, but as I said, the
svn 1.4.0 cygwin binaries were not ready by then (and still not
are).

>> the problem is that when i try to svn status at my old WC,
>> which uses svn cli under cygwin (whose latest version
>> seems to be 1.3.2), it says

My other question. I have a repository at my kubuntu 5.10 laptop.
I upgraded the laptop to kubuntu 6.06.1, and the corresponding
svn version (1.3.1) is not compatible anymore with my repos. I
guess I should dump my repos to migrate it, but svn info does not
show with which svn version it was created, and therefore I do
not know which svn version I have to install. I guess it was 1.2.x
but I am not sure. Is it important?

What steps should I follow to be able to acess my repository
again?

Follow my session logs with the issued errors.

marc@nanna:~/go/wygccash1$ svn status
A despeses.ods
M payguests.txt
A despeses.csv
A despeses1.csv
A global.txt
marc@nanna:~/go/wygccash1$ svn commit -m despeses
svn: Commit failed (details follow):
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///home/marc/svn/wygccash/trunk'
svn: Berkeley DB error for filesystem /home/marc/svn/wygccash/db while
opening environment:
DB_VERSION_MISMATCH: Database environment version mismatch
svn: bdb: Program version 4.3 doesn't match environment version
marc@nanna:~/go/wygccash1$ svn --version
svn, version 1.3.1 (r19032)
  compiled May 8 2006, 07:38:44

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
 - handles 'http' scheme
 - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
 - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
 - handles 'file' scheme

marc@nanna:~/go/wygccash1$ svn info
Path: .
URL: file:///home/marc/svn/wygccash/trunk
Repository UUID: 5faf9b17-9203-0410-b97b-81a27e4e6e9c
Revision: 6
Node Kind: directory
Schedule: normal
Last Changed Author: marc
Last Changed Rev: 6
Last Changed Date: 2005-11-23 20:09:05 +0100 (dc, 23 nov 2005)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 28 12:09:39 2006

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.