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

Re: Moving repo from old PC to new PC?

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: 2007-07-25 10:53:30 CEST

On 25/07/07, Gilles Ganault <gilles.ganault@bigfoot.com> wrote:
> I'm using TortoiseSVN as a a one-man SCM, ie. directly hitting the
> hard disk instead of talking to a Subversion server.I partionned the
> new hard-disk exactly like the old one, right down to the drive letter
> and the path to where the old repository lived, and copied the repo/
> directory in there.
>
> But after installing TortoiseSVN, rebooting, right-clicking on a
> directory where some source code lives and is under source-control,
> and choosing "SVN Commit", the "Enter Log Message" pops up but:
>
> 1. I notice that the destination is half-wrong:

Why do you say that? What did you expect it to look like? What did it
look like before?

> file:///D:/Documents/repo/delphi/myproject
>
> There's no trace of ./delphi/myproject in the repo/ directory. I can
> only see the system directories conf/, db/, hooks/, and locks/

That's what you would expect. The revisions are stored in the db/revs
folder, one file per revision. Each file (roughly speaking) records
the changes relative to the previous revision.

> 2. If I click on OK anyway, TSVN says:
>
> "Error: Commit failed (details follow):
> Error: Can't create directory
> 'D:\Documents\repo\db\transactions\58-1.txn': The system cannot find
> the path specified.

Check that you copied the directory structure correctly, and that the
Documents\repo\transactions folder exists.

You caould also ask on the users at subversion.tigris.org mailing
lists - this is a subversion server side issue (file:/// mode means
that the same program acts as both client and server).

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jul 25 10:52:18 2007

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

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