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

Re: issue regarding trying to add older log files to a new repository from an old one with different url

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: 2007-12-05 16:47:26 CET

On 05/12/2007, Michael Firth <michael.firth@americalearns.net> wrote:
> To all,
>
> First off thank you for the responses and sorry for the confusion. I did a
> little more reading and yes you are correct that it's the .svn file and
> working copy I am referring to. I do apologize for the confusion.
>
> To explain better what I need to do if possible, is retrieve all the
> revision changes made to the working copy while they were tied to the old
> repository and be able to display those in the log output screen.
>
> To recreate the steps I used here is an example:
>
> 1. Working copy name is "directory" and it was previously tied to the old
> repository and a person could view the log history of revisions for any
> file.
>
> 2. The person then moves "directory" (with .svn file) over to a new server.
>
> 3. Person created new repository from files of the directory working copy
> with the same name on new server but uses the svn protocol versus the http
> which was the url protocol on the old repository.

There's your problem. The history is stored in the repository, not the
working copy. You just imported the last state of the WC into a new
repository. What you should have done was migrate the repository to
the new server, then do a 'relocate' on your working copy to inform it
that the server URL was changed.

> 4. Now the new repository is working like a charm, but now when you click
> on the "directory" folder I only see the new changes from the new repository
> and doesn't include the revisions from the old working copy.
>
> My question is it possible to retrieve those old revisions from the svn
> directory of the working copy.

That's going to be pretty difficult now. I don't think it's possible
to add the recent changes onto the old history, unless you do it
manually, one revision at a time.

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 Dec 5 16:47:34 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.